Record
rma-data-comment-interface
No description available.
record rma-data-comment-interface {
admin: bool,
comment: string,
created-at: string,
custom-attributes: option<list<framework-attribute-interface>>,
customer-notified: bool,
entity-id: s32,
extension-attributes: option<rma-data-comment-extension-interface>,
rma-entity-id: s32,
status: string,
visible-on-front: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| admin | bool | |
| comment | string | |
| created-at | string | |
| custom-attributes | option<list<framework-attribute-interface>> | |
| customer-notified | bool | |
| entity-id | s32 | |
| extension-attributes | option<rma-data-comment-extension-interface> | |
| rma-entity-id | s32 | |
| status | string | |
| visible-on-front | bool |