---
title: INPayBillIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inpaybillintentresponsecode
---

# INPayBillIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INPayBillIntentResponseCode
```

## Topics

### Constants

- [INPayBillIntentResponseCode.unspecified](intents/inpaybillintentresponsecode/unspecified.md)
- [INPayBillIntentResponseCode.ready](intents/inpaybillintentresponsecode/ready.md)
- [INPayBillIntentResponseCode.inProgress](intents/inpaybillintentresponsecode/inprogress.md)
- [INPayBillIntentResponseCode.success](intents/inpaybillintentresponsecode/success.md)
- [INPayBillIntentResponseCode.failure](intents/inpaybillintentresponsecode/failure.md)
- [INPayBillIntentResponseCode.failureRequiringAppLaunch](intents/inpaybillintentresponsecode/failurerequiringapplaunch.md)
- [INPayBillIntentResponseCode.failureCredentialsUnverified](intents/inpaybillintentresponsecode/failurecredentialsunverified.md)
- [INPayBillIntentResponseCode.failureInsufficientFunds](intents/inpaybillintentresponsecode/failureinsufficientfunds.md)

### Initializers

- [init(rawValue:)](intents/inpaybillintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/inpaybillintentresponse/code.md)
