---
title: INPaymentAmountResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inpaymentamountresolutionresult
---

# INPaymentAmountResolutionResult

A resolution result for the amount to pay for a bill.

## Declaration

```swift
class INPaymentAmountResolutionResult
```

## Overview

Overview An INPaymentAmountResolutionResult object is what you return when resolving parameters containing an INPaymentAmount 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/inpaymentamountresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inpaymentamountresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inpaymentamountresolutionresult/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)
- [INPaymentAccountResolutionResult](intents/inpaymentaccountresolutionresult.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)
