Interface CommentInterface
| Name | Type | Description | Notes |
|---|---|---|---|
| Comment | string | Comment | |
| RmaEntityId | int32 | Rma Id | |
| CreatedAt | string | Created_at | |
| EntityId | int32 | Entity_id | |
| CustomerNotified | bool | Is_customer_notified | |
| VisibleOnFront | bool | Is_visible_on_front | |
| Status | string | Status | |
| Admin | bool | Is_admin | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Rma\Api\Data\CommentInterface | [optional] |
| CustomAttributes | []FrameworkAttributeInterface | Custom attributes values. | [optional] |