| Property | Description | Returns |
|---|---|---|
| currency | Get the currency | Currency |
| amountAsMoney | Get the amount as a Money object | Money |
| unitAmount | Get the unit amount | Money |
| taxAsMoney | Get the tax as a Money object | Money |
| unitTax | Get the unit tax | Money |
| quantityRefunded | Get the quantity refunded | int |
| pendingOrSuccessfullyRefundedItems | Get the pending or successfully refunded items | array |
| id | int | |
| type | string | |
| code | string | |
| text | string | |
| quantity | int | |
| quantityUnit | string | |
| tax | string | |
| taxRate | string | |
| amount | string | |
| created | Date the record was created. | DateTime |
| modified | Last modification date for the record. | DateTime |
| invoice | Invoice | |
| refundItems | Collection (RefundItem) |
Invoices\Models\Api\Item
Item