---
title: INTransferMoneyIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/intransfermoneyintentresponsecode
---

# INTransferMoneyIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INTransferMoneyIntentResponseCode
```

## Topics

### Constants

- [INTransferMoneyIntentResponseCode.unspecified](intents/intransfermoneyintentresponsecode/unspecified.md)
- [INTransferMoneyIntentResponseCode.ready](intents/intransfermoneyintentresponsecode/ready.md)
- [INTransferMoneyIntentResponseCode.inProgress](intents/intransfermoneyintentresponsecode/inprogress.md)
- [INTransferMoneyIntentResponseCode.success](intents/intransfermoneyintentresponsecode/success.md)
- [INTransferMoneyIntentResponseCode.failure](intents/intransfermoneyintentresponsecode/failure.md)
- [INTransferMoneyIntentResponseCode.failureRequiringAppLaunch](intents/intransfermoneyintentresponsecode/failurerequiringapplaunch.md)
- [INTransferMoneyIntentResponseCode.failureCredentialsUnverified](intents/intransfermoneyintentresponsecode/failurecredentialsunverified.md)
- [INTransferMoneyIntentResponseCode.failureInsufficientFunds](intents/intransfermoneyintentresponsecode/failureinsufficientfunds.md)

### Initializers

- [init(rawValue:)](intents/intransfermoneyintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

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