---
title: transactionAmount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintentresponse/transactionamount
---

# transactionAmount

The amount of money to transfer to the payee.

## Declaration

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

## Discussion

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 object that indicates the minimum amount is $25. During confirmation or at other appropriate times, Siri may display the precise amount to the user.

## See Also

### Providing the Transaction Details

- [billDetails](intents/inpaybillintentresponse/billdetails.md)
- [transactionScheduledDate](intents/inpaybillintentresponse/transactionscheduleddate.md)
- [transactionNote](intents/inpaybillintentresponse/transactionnote.md)
