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

# INPaymentAmountResolutionResult

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

```
class INPaymentAmountResolutionResult
```

## Overview

An [`INPaymentAmountResolutionResult`](/documentation/Intents/INPaymentAmountResolutionResult) object is what you return when resolving parameters containing an [`INPaymentAmount`](/documentation/Intents/INPaymentAmount) object. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`class func success(with: INPaymentAmount) -> Self`](/documentation/Intents/INPaymentAmountResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified value.

[`class func confirmationRequired(with: INPaymentAmount?) -> Self`](/documentation/Intents/INPaymentAmountResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires that the user confirm the value before proceeding.

[`class func disambiguation(with: [INPaymentAmount]) -> Self`](/documentation/Intents/INPaymentAmountResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.

## Relationships

### Inherits From

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

### Conforms To

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

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

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

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

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

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

---

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)