---
title: "init(personResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/insendpaymentpayeeresolutionresult/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 payee 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/insendpaymentpayeeresolutionresult/unsupported(forreason:).md)
- [INSendPaymentPayeeUnsupportedReason](intents/insendpaymentpayeeunsupportedreason.md)
