
# Invoice Custom Field Placement

Indicates where to render a custom field on the Square-hosted invoice page and in emailed or PDF
copies of the invoice.

## Enumeration

`InvoiceCustomFieldPlacement`

## Fields

| Name | Description |
|  --- | --- |
| `ABOVE_LINE_ITEMS` | Render the custom field above the invoice line items. |
| `BELOW_LINE_ITEMS` | Render the custom field below the invoice line items. |

