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

# billType

The type of the bill.

## Declaration

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

## Discussion

Discussion When performing the search, your results should contain bills whose type matches the value in this property. If the value in this property is INBillType.unknown, return all bills regardless of their type.

## See Also

### Getting the Search Attributes

- [billPayee](intents/insearchforbillsintent/billpayee.md)
- [dueDateRange](intents/insearchforbillsintent/duedaterange.md)
- [paymentDateRange](intents/insearchforbillsintent/paymentdaterange.md)
- [status](intents/insearchforbillsintent/status.md)
