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

# status

The status of the bill.

## Declaration

```swift
var status: INPaymentStatus { get }
```

## Discussion

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

## See Also

### Getting the Search Attributes

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