Wasm Directoryalpha
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

NameTypeDescription
adminbool
commentstring
created-atstring
custom-attributesoption​<list​<framework-attribute-interface>>
customer-notifiedbool
entity-ids32
extension-attributesoption​<rma-data-comment-extension-interface>
rma-entity-ids32
statusstring
visible-on-frontbool