---
title: INBillPayeeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inbillpayeeresolutionresult
---

# INBillPayeeResolutionResult

A resolution result for the recipient of a bill payment.

## Declaration

```swift
class INBillPayeeResolutionResult
```

## Overview

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

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inbillpayeeresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inbillpayeeresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inbillpayeeresolutionresult/disambiguation(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.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

### Bill Data Objects

- [INBillDetails](intents/inbilldetails.md)
- [INBillPayee](intents/inbillpayee.md)
- [INBillTypeResolutionResult](intents/inbilltyperesolutionresult.md)
- [INVisualCodeTypeResolutionResult](intents/invisualcodetyperesolutionresult.md)
