<!--
{
  "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/INPayBillIntentResponse/transactionAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPayBillIntentResponse(py)transactionAmount"
  },
  "title" : "transactionAmount"
}
-->

# transactionAmount

The amount of money to transfer to the payee.

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

## Discussion

Use this property to specify how much to debit from the user’s account and apply to the bill payment. Always specify the precise amount to transfer and not just a constant indicating that the user wants to pay the current balance or the minimum due. For example, you might create an [`INPaymentAmount`](/documentation/Intents/INPaymentAmount) object that indicates the minimum amount is $25. During confirmation or at other appropriate times, Siri may display the precise amount to the user.

---

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)