Orders are entities which represent an order of a customer.
Name | Type | Description | Notes |
---|---|---|---|
IsFinished | bool | whether the RMA is finished. | [optional] |
RmaExternalNumber | string | the RMA external Number | [optional] |
RmaItems | List<RmaItem> | RMA item details | [optional] |
Status | string | the process status of the RMA | [optional] |
TotalAmountRefunded | double | Total amount of refunded items, if applicable | [optional] |