---
title: "init(personResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/inrequestpaymentpayerresolutionresult/init(personresolutionresult:)"
---

# init(personResolutionResult:)

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

## Declaration

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

## Parameters

- `personResolutionResult`: The resolution result that resolves the payer information.

## Return Value

Return Value An initialized resolution result object.

## Discussion

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

## See Also

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/inrequestpaymentpayerresolutionresult/unsupported(forreason:).md)
- [INRequestPaymentPayerUnsupportedReason](intents/inrequestpaymentpayerunsupportedreason.md)
