Contents

amountType

The account-specific amount to pay.

Declaration

var amountType: INAmountType { get }

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