Contents

INPaymentAmount

The amount of money to apply to a bill payment.

Declaration

class INPaymentAmount

Overview

An INPaymentAmount object describes the amount of money to pay toward a bill. When handling bill payments, Siri may provide an instance of this class with the amount that the user wants to pay. When handling the intent, you also create instances of the class with the amount of money that you scheduled toward the user’s bill.

When receiving an instance of this class from Siri, the amount type might be specified using only an INAmountType constant, such as INAmountType.minimumDue or INAmountType.currentBalance. During resolution or when confirming the amount type, you should always supply a value in the amount property in addition to the amount type constant. When communicating with the user, Siri always displays the actual amount of money to be applied to a bill.

Topics

Initializing the Payment Amount

Getting the Payment Amount

Initializers

See Also

Data Objects