Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.83 KB

Rma.md

File metadata and controls

29 lines (25 loc) · 1.83 KB

Yaksa.OrckestraCommerce.Client.Model.Rma

Rma

Properties

Name Type Description Notes
Created DateTime The creation date. [optional]
CreatedBy string The identity of the user who created the payment. [optional]
Id string the unique identifier of the RMA [optional]
IsFinished bool Check if RMA had reached a final status [optional]
LastModified DateTime The last modification date. [optional]
LastModifiedBy string The identity of the user who modified the payment. [optional]
OrderNumber string The Order Number related to the RMA [optional]
RmaExternalNumber string External RMA number [optional]
RmaItems List<RmaItem> RMA item details [optional]
RmaNumber string RMA number [optional]
Status string the process status of the RMA [optional]
TotalAmountRefunded double Total amount of refunded items, if applicable [optional]
CustomerId string the Identifier of the Customer who owns the RMA [optional]
CustomerEmail string the email address of the customer related to RMA [optional]
CustomerFirstName string the first name of the customerrelated to RMA [optional]
CustomerLastName string Gets or set the last name of the customer related to RMA [optional]
CustomerType string the type of the customerrelated to RMA [optional]
PropertyBag Dictionary<string, Object> [optional]
ScopeId string Scope identifier [optional]

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