# InvoiceItem


## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `Amount`           | *double*           | :heavy_check_mark: | N/A                |
| `ProductName`      | *string*           | :heavy_check_mark: | N/A                |
| `Quantity`         | *double*           | :heavy_check_mark: | N/A                |
| `Unit`             | *string*           | :heavy_check_mark: | N/A                |
| `UnitPrice`        | *double*           | :heavy_check_mark: | N/A                |