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

# transactionAmount

The amount to transfer from the user to the payee.

## Declaration

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

## Discussion

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.

## See Also

### Getting the Transaction Details

- [fromAccount](intents/inpaybillintent/fromaccount.md)
- [transactionNote](intents/inpaybillintent/transactionnote.md)
- [transactionScheduledDate](intents/inpaybillintent/transactionscheduleddate.md)
