---
title: INBillTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inbilltyperesolutionresult
---

# INBillTypeResolutionResult

A resolution result for the types of bills a user might pay.

## Declaration

```swift
class INBillTypeResolutionResult
```

## Overview

Overview You create INBillTypeResolutionResult objects when resolving intent parameters containing a value of type INBillType. Use the creation method that best reflects your ability to resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inbilltyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inbilltyperesolutionresult/confirmationrequired(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)
- [INBillPayeeResolutionResult](intents/inbillpayeeresolutionresult.md)
- [INVisualCodeTypeResolutionResult](intents/invisualcodetyperesolutionresult.md)
