---
title: INPaymentMethodResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inpaymentmethodresolutionresult
---

# INPaymentMethodResolutionResult

Describes the result of resolving a payment method.

## Declaration

```swift
class INPaymentMethodResolutionResult
```

## Overview

Overview An INPaymentMethodResolutionResult object is what you return when resolving parameters containing an INPaymentMethod 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

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

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.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)
- [INPaymentStatusResolutionResult](intents/inpaymentstatusresolutionresult.md)
- [INRequestPaymentCurrencyAmountResolutionResult](intents/inrequestpaymentcurrencyamountresolutionresult.md)
- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendPaymentCurrencyAmountResolutionResult](intents/insendpaymentcurrencyamountresolutionresult.md)
- [INSendPaymentPayeeResolutionResult](intents/insendpaymentpayeeresolutionresult.md)
