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

# transactionAmount

The amount to transfer from the user to the payee.

```
@NSCopying var transactionAmount: INPaymentAmount? { get }
```

## Discussion

Use this property to determine how much money to transfer out of the user’s account and apply to the payment. Payment amounts may reflect a specific monetary amount or may indicate that the user should pay all or a portion of the bill. When resolving the transaction amount, always provide as much detail as you can. For example, if the user asked to pay the minimum amount of a credit card bill, your resolution should also contain the precise amount of money to pay.

---

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)