<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRequestPaymentPayerResolutionResult/init(personResolutionResult:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRequestPaymentPayerResolutionResult(im)initWithPersonResolutionResult:"
  },
  "title" : "init(personResolutionResult:)"
}
-->

# init(personResolutionResult:)

Creates a resolution result object with the specified person resolution result object.

```
init(personResolutionResult: INPersonResolutionResult)
```

## Parameters

`personResolutionResult`

The resolution result that resolves the payer information.

## Return Value

An initialized resolution result object.

## Discussion

Typically, you do not call this method directly. Instead, you use the existing methods to create a resolution result of the appropriate type.

---

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)