---
title: INTransferMoneyIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/intransfermoneyintentresponse
---

# INTransferMoneyIntentResponse

Your app’s response to a request to transfer money.

## Declaration

```swift
class INTransferMoneyIntentResponse
```

## Overview

Overview Use an INTransferMoneyIntentResponse object to specify the details of the transfer operation that you perform. After creating the object, fill in the details of the transaction, including the amount to transfer, the accounts involved, and the date to make the transaction. Siri communicates the details back to the user at appropriate times. You create an INTransferMoneyIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INPayBillIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/intransfermoneyintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/intransfermoneyintentresponse/code.md)
- [INTransferMoneyIntentResponseCode](intents/intransfermoneyintentresponsecode.md)

### Providing the Account Information

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

### Providing the Transaction Details

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

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Money Transfers

- [INTransferMoneyIntentHandling](intents/intransfermoneyintenthandling.md)
- [INTransferMoneyIntent](intents/intransfermoneyintent.md)
