---
title: INPaymentAccountResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inpaymentaccountresolutionresult
---

# INPaymentAccountResolutionResult

A resolution result for the user account that provides the funds to pay a bill.

## Declaration

```swift
class INPaymentAccountResolutionResult
```

## Overview

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

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inpaymentaccountresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inpaymentaccountresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inpaymentaccountresolutionresult/disambiguation(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)
- [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)
