---
title: toAccount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intransfermoneyintentresponse/toaccount
---

# toAccount

The user account receiving the funds.

## Declaration

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

## Discussion

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

## See Also

### Providing the Account Information

- [fromAccount](intents/intransfermoneyintentresponse/fromaccount.md)
