| Method | Description | Returns |
|---|---|---|
| getCurrency() | Returns the currency of the refund item. | Currency |
| getAmountAsMoney() | Returns the amount of the refund item. | Money |
| getTaxAsMoney() | Returns the tax of the refund item. | Money |
| getTotalAsMoney() | Returns the total amount of the refund item. | Money |
| getType() | Returns the type of the refund item. | string |
| getId() | int | |
| getQuantity() | int | |
| getAmount() | string | |
| getTax() | string | |
| getCreated() | Date the record was created. | DateTime |
| getInvoiceItem() | Item | |
| getRefund() | Refund | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
Orders\Models\Frontend\RefundItem
RefundItem