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

# transactionAmount

The amount of money to transfer between accounts.

## Declaration

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

## Discussion

Discussion Use this property to specify the precise amount to transfer between the user’s accounts. During confirmation or at other appropriate times, Siri may display this value to the user.

## See Also

### Providing the Transaction Details

- [transactionScheduledDate](intents/intransfermoneyintentresponse/transactionscheduleddate.md)
- [transactionNote](intents/intransfermoneyintentresponse/transactionnote.md)
- [transferFee](intents/intransfermoneyintentresponse/transferfee.md)
