---
title: "OneTimePremiumTransactionAmounts"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/OneTimePremiumTransactionAmounts"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# OneTimePremiumTransactionAmounts

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    OneTimePremiumTransactionAmounts:
      type: object
      properties:
        requestedAmount:
          type: number
          example: 1000.32
          description: Requested amount value
          format: double
        appliedAmount:
          type: number
          example: 1000.43
          format: double
          description: The portion of the requested loan amount that was actually applied
            on the policy
        netPaymentAmount:
          type: number
          example: 48000.21
          format: double
          description: The net amount actually received from the agent to be applied to
            the policy
        imageNumber:
          type: string
          description: Internal identifier to track document number.
          example: IMG12345
```
