<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPaymentAmount/amount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPaymentAmount(py)amount"
  },
  "title" : "amount"
}
-->

# amount

The precise amount of money to pay.

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

## 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`](/documentation/Intents/INPaymentAmount/amountType) property to infer the amount to pay. When reporting amounts back to Siri using this class, always specify a value for this property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)