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
| Name | Type | Description |
|---|---|---|
| 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> |