---
title: INPaymentAmount
framework: intents
role: symbol
role_heading: Class
path: intents/inpaymentamount
---

# INPaymentAmount

The amount of money to apply to a bill payment.

## Declaration

```swift
class INPaymentAmount
```

## Overview

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

- [init(amountType:amount:)](intents/inpaymentamount/init(amounttype:amount:).md)

### Getting the Payment Amount

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

### Initializers

- [init(coder:)](intents/inpaymentamount/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Data Objects

- [INAccountType](intents/inaccounttype.md)
- [INCurrencyAmount](intents/incurrencyamount.md)
- [INPaymentAccount](intents/inpaymentaccount.md)
- [INPaymentMethod](intents/inpaymentmethod.md)
- [INPaymentRecord](intents/inpaymentrecord.md)
- [INPaymentStatus](intents/inpaymentstatus.md)
- [INPerson](intents/inperson.md)
