Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 792 Bytes

UpdateRmaRequest.md

File metadata and controls

15 lines (11 loc) · 792 Bytes

Yaksa.OrckestraCommerce.Client.Model.UpdateRmaRequest

Orders are entities which represent an order of a customer.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]