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

# amount

The precise amount of money to pay.

## Declaration

```swift
@NSCopying var amount: INCurrencyAmount? { get }
```

## Discussion

Discussion Upon receiving an intent, this property contains the monetary value (if any) specified by the user. If the amount is missing or 0, use the amountType property to infer the amount to pay. When reporting amounts back to Siri using this class, always specify a value for this property.

## See Also

### Getting the Payment Amount

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