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

# fromAccount

The user account providing the funds.

## Declaration

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

## Discussion

Discussion Use this property to specify the details about the account to transfer funds from. Siri may display the information in this object to the user at appropriate times.

## See Also

### Providing the Account Information

- [toAccount](intents/intransfermoneyintentresponse/toaccount.md)
