---
title: INSendPaymentCurrencyAmountResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/insendpaymentcurrencyamountresolutionresult
---

# INSendPaymentCurrencyAmountResolutionResult

A resolution result for the currency amount to send to another user.

## Declaration

```swift
class INSendPaymentCurrencyAmountResolutionResult
```

## Overview

Overview An INSendPaymentCurrencyAmountResolutionResult object is what you return when resolving parameters containing an INCurrencyAmount value. Use the creation method that best reflects your ability to resolve the parameter. For additional resolution options, see INCurrencyAmountResolutionResult and INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/insendpaymentcurrencyamountresolutionresult/unsupported(forreason:).md)
- [INSendPaymentCurrencyAmountUnsupportedReason](intents/insendpaymentcurrencyamountunsupportedreason.md)
- [init(currencyAmountResolutionResult:)](intents/insendpaymentcurrencyamountresolutionresult/init(currencyamountresolutionresult:).md)

## Relationships

### Inherits From

- [INCurrencyAmountResolutionResult](intents/incurrencyamountresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Resolution Results

- [INAccountTypeResolutionResult](intents/inaccounttyperesolutionresult.md)
- [INBalanceTypeResolutionResult](intents/inbalancetyperesolutionresult.md)
- [INCurrencyAmountResolutionResult](intents/incurrencyamountresolutionresult.md)
- [INPaymentAccountResolutionResult](intents/inpaymentaccountresolutionresult.md)
- [INPaymentAmountResolutionResult](intents/inpaymentamountresolutionresult.md)
- [INPaymentMethodResolutionResult](intents/inpaymentmethodresolutionresult.md)
- [INPaymentStatusResolutionResult](intents/inpaymentstatusresolutionresult.md)
- [INRequestPaymentCurrencyAmountResolutionResult](intents/inrequestpaymentcurrencyamountresolutionresult.md)
- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendPaymentPayeeResolutionResult](intents/insendpaymentpayeeresolutionresult.md)
