---
title: INSendPaymentPayeeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/insendpaymentpayeeresolutionresult
---

# INSendPaymentPayeeResolutionResult

A resolution result for the recipient of a payment.

## Declaration

```swift
class INSendPaymentPayeeResolutionResult
```

## Overview

Overview An INSendPaymentPayeeResolutionResult object is what you return when resolving parameters containing an INPerson object. Use the creation method that best reflects your ability to resolve the parameter. For additional resolution options, see INPersonResolutionResult and INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/insendpaymentpayeeresolutionresult/unsupported(forreason:).md)
- [INSendPaymentPayeeUnsupportedReason](intents/insendpaymentpayeeunsupportedreason.md)
- [init(personResolutionResult:)](intents/insendpaymentpayeeresolutionresult/init(personresolutionresult:).md)

## Relationships

### Inherits From

- [INPersonResolutionResult](intents/inpersonresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Resolution Results

- [INAccountTypeResolutionResult](intents/inaccounttyperesolutionresult.md)
- [INBalanceTypeResolutionResult](intents/inbalancetyperesolutionresult.md)
- [INCurrencyAmountResolutionResult](intents/incurrencyamountresolutionresult.md)
- [INPaymentAccountResolutionResult](intents/inpaymentaccountresolutionresult.md)
- [INPaymentAmountResolutionResult](intents/inpaymentamountresolutionresult.md)
- [INPaymentMethodResolutionResult](intents/inpaymentmethodresolutionresult.md)
- [INPaymentStatusResolutionResult](intents/inpaymentstatusresolutionresult.md)
- [INRequestPaymentCurrencyAmountResolutionResult](intents/inrequestpaymentcurrencyamountresolutionresult.md)
- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendPaymentCurrencyAmountResolutionResult](intents/insendpaymentcurrencyamountresolutionresult.md)
