<!--
{
  "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/INPaymentAccountResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPaymentAccountResolutionResult"
  },
  "title" : "INPaymentAccountResolutionResult"
}
-->

# INPaymentAccountResolutionResult

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

```
class INPaymentAccountResolutionResult
```

## Overview

An [`INPaymentAccountResolutionResult`](/documentation/Intents/INPaymentAccountResolutionResult) object is what you return when resolving parameters containing an [`INPaymentAccount`](/documentation/Intents/INPaymentAccount) 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: INPaymentAccount) -> Self`](/documentation/Intents/INPaymentAccountResolutionResult/success(with:))

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

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

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

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

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

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)