---
title: billType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintent/billtype
---

# billType

The type of the bill.

## Declaration

```swift
var billType: INBillType { get }
```

## Discussion

Discussion Use this information to identify which bill the user wants to pay. You might use this property when the payee provides multiple services, but bills them separately.

## See Also

### Getting the Bill Information

- [billPayee](intents/inpaybillintent/billpayee.md)
- [dueDate](intents/inpaybillintent/duedate.md)
