| Name | Type | Description | Notes |
|---|---|---|---|
| id | AllOfInvoiceItemId | The website identifier string. | [optional] |
| type | String | Invoice item's type. | |
| description | String | Invoice item's description. | [optional] |
| unit_price | Float | Invoice item's price. | |
| quantity | Integer | Invoice item's quantity. | [optional] |
| price | Float | Invoice item's total price. | [optional] |
| product_id | AllOfInvoiceItemProductId | The product's ID. | [optional] |
| discount_amount | Float | Invoice item discount amount. | [optional] |
| period_start_time | DateTime | Start time. | [optional] |
| period_end_time | DateTime | End time. | [optional] |
| period_number | Integer | Invoice item subscription order period number. | [optional] |
| created_time | AllOfInvoiceItemCreatedTime | Invoice item created time. | [optional] |
| updated_time | AllOfInvoiceItemUpdatedTime | Invoice item updated time. | [optional] |
| tax | AllOfInvoiceItemTax | Invoice item tax. | [optional] |
| _links | Array<AnyOfInvoiceItemLinksItems> | The links related to resource. | [optional] |
| _embedded | Array<AnyOfInvoiceItemEmbeddedItems> | Any embedded objects available that are requested by the `expand` querystring parameter. | [optional] |