---
title: INCurrencyAmountResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incurrencyamountresolutionresult
---

# INCurrencyAmountResolutionResult

A resolution result for a currency amount associated with an intent.

## Declaration

```swift
class INCurrencyAmountResolutionResult
```

## Overview

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

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/incurrencyamountresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/incurrencyamountresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/incurrencyamountresolutionresult/disambiguation(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Inherited By

- [INRequestPaymentCurrencyAmountResolutionResult](intents/inrequestpaymentcurrencyamountresolutionresult.md)
- [INSendPaymentCurrencyAmountResolutionResult](intents/insendpaymentcurrencyamountresolutionresult.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)
- [INPaymentAccountResolutionResult](intents/inpaymentaccountresolutionresult.md)
- [INPaymentAmountResolutionResult](intents/inpaymentamountresolutionresult.md)
- [INPaymentMethodResolutionResult](intents/inpaymentmethodresolutionresult.md)
- [INPaymentStatusResolutionResult](intents/inpaymentstatusresolutionresult.md)
- [INRequestPaymentCurrencyAmountResolutionResult](intents/inrequestpaymentcurrencyamountresolutionresult.md)
- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendPaymentCurrencyAmountResolutionResult](intents/insendpaymentcurrencyamountresolutionresult.md)
- [INSendPaymentPayeeResolutionResult](intents/insendpaymentpayeeresolutionresult.md)
