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

# INPaymentStatusResolutionResult

A resolution result for the payment status of a bill during a search.

```
class INPaymentStatusResolutionResult
```

## Overview

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

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

[`class func confirmationRequired(with: INPaymentStatus) -> Self`](/documentation/Intents/INPaymentStatusResolutionResult/confirmationRequired(with:))

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

[`+ (instancetype) successWithResolvedValue:(INPaymentStatus) resolvedValue;`](/documentation/Intents/INPaymentStatusResolutionResult/successWithResolvedValue:)

[`+ (instancetype) confirmationRequiredWithValueToConfirm:(INPaymentStatus) valueToConfirm;`](/documentation/Intents/INPaymentStatusResolutionResult/confirmationRequiredWithValueToConfirm:)

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)