---
title: amountType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentamount/amounttype
---

# amountType

The account-specific amount to pay.

## Declaration

```swift
var amountType: INAmountType { get }
```

## Discussion

Discussion When processing an intent, use this property to determine if the user wanted to pay the minimum amount, the amount due, or the current balance due for the bill. You can then map each constant to the appropriate amount when creating your response. If this value is INAmountType.unknown, use the value in the amount property to determine the payment amount.

## See Also

### Getting the Payment Amount

- [amount](intents/inpaymentamount/amount.md)
- [INAmountType](intents/inamounttype.md)
