---
title: fromAccount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintent/fromaccount
---

# fromAccount

The user account containing the funds for the payment.

## Declaration

```swift
@NSCopying var fromAccount: INPaymentAccount? { get }
```

## Discussion

Discussion Use this property to determine which account is the source of funds for the payment.

## See Also

### Getting the Transaction Details

- [transactionAmount](intents/inpaybillintent/transactionamount.md)
- [transactionNote](intents/inpaybillintent/transactionnote.md)
- [transactionScheduledDate](intents/inpaybillintent/transactionscheduleddate.md)
