---
title: INRequestPaymentCurrencyAmountResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inrequestpaymentcurrencyamountresolutionresult
---

# INRequestPaymentCurrencyAmountResolutionResult

A resolution result for the currency amount associated with a payment request.

## Declaration

```swift
class INRequestPaymentCurrencyAmountResolutionResult
```

## Overview

Overview An INRequestPaymentCurrencyAmountResolutionResult 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 successfully. For additional resolution options, see INCurrencyAmountResolutionResult and INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/inrequestpaymentcurrencyamountresolutionresult/unsupported(forreason:).md)
- [INRequestPaymentCurrencyAmountUnsupportedReason](intents/inrequestpaymentcurrencyamountunsupportedreason.md)
- [init(currencyAmountResolutionResult:)](intents/inrequestpaymentcurrencyamountresolutionresult/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)
- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendPaymentCurrencyAmountResolutionResult](intents/insendpaymentcurrencyamountresolutionresult.md)
- [INSendPaymentPayeeResolutionResult](intents/insendpaymentpayeeresolutionresult.md)
