> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# Objects

> Every object and enum the Invoices tools accept.

## InvoiceStatus

<div className="enum-table">
  | Value           |
  | --------------- |
  | `draft`         |
  | `open`          |
  | `paid`          |
  | `uncollectible` |
  | `void`          |
</div>

## PendingInvoiceItemsBehavior

<div className="enum-table">
  | Value     |
  | --------- |
  | `exclude` |
  | `include` |
</div>
