<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRequestPaymentCurrencyAmountResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRequestPaymentCurrencyAmountResolutionResult"
  },
  "title" : "INRequestPaymentCurrencyAmountResolutionResult"
}
-->

# INRequestPaymentCurrencyAmountResolutionResult

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

```
class INRequestPaymentCurrencyAmountResolutionResult
```

## Overview

An [`INRequestPaymentCurrencyAmountResolutionResult`](/documentation/Intents/INRequestPaymentCurrencyAmountResolutionResult) object is what you return when resolving parameters containing an [`INCurrencyAmount`](/documentation/Intents/INCurrencyAmount) value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution options, see [`INCurrencyAmountResolutionResult`](/documentation/Intents/INCurrencyAmountResolutionResult) and [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`class func unsupported(forReason: INRequestPaymentCurrencyAmountUnsupportedReason) -> Self`](/documentation/Intents/INRequestPaymentCurrencyAmountResolutionResult/unsupported(forReason:))

Creates an object whose resolution indicates that the specified value is not supported.

[`enum INRequestPaymentCurrencyAmountUnsupportedReason`](/documentation/Intents/INRequestPaymentCurrencyAmountUnsupportedReason)

Constants indicating the reason for being unable to resolve the currency amount.

[`init(currencyAmountResolutionResult: INCurrencyAmountResolutionResult)`](/documentation/Intents/INRequestPaymentCurrencyAmountResolutionResult/init(currencyAmountResolutionResult:))

Creates a resolution result object with the specified currency amount resolution result object.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`INCurrencyAmountResolutionResult`](/documentation/Intents/INCurrencyAmountResolutionResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)