Wasm Directoryalpha
Record

rma-data-rma-interface

No description available.

record rma-data-rma-interface {
  comments: list​<rma-data-comment-interface>,
  custom-attributes: option​<list​<framework-attribute-interface>>,
  customer-custom-email: string,
  customer-id: s32,
  date-requested: string,
  entity-id: s32,
  extension-attributes: option​<rma-data-rma-extension-interface>,
  increment-id: string,
  items: list​<rma-data-item-interface>,
  order-id: s32,
  order-increment-id: string,
  status: string,
  store-id: s32,
  tracks: list​<rma-data-track-interface>,
}

Fields

NameTypeDescription
commentslist​<rma-data-comment-interface>
custom-attributesoption​<list​<framework-attribute-interface>>
customer-custom-emailstring
customer-ids32
date-requestedstring
entity-ids32
extension-attributesoption​<rma-data-rma-extension-interface>
increment-idstring
itemslist​<rma-data-item-interface>
order-ids32
order-increment-idstring
statusstring
store-ids32
trackslist​<rma-data-track-interface>