---
title: bills
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforbillsintentresponse/bills
---

# bills

The bills found during the search.

## Declaration

```swift
var bills: [INBillDetails]? { get set }
```

## Discussion

Discussion Use this property to specify the search results. Each INBillDetails object should contain information about a single bill that matches the search criteria. Always provide as much detail as possible in each INBillDetails object.
