Record
negotiable-quote-data-comment-interface
No description available.
record negotiable-quote-data-comment-interface {
attachments: list<negotiable-quote-data-comment-attachment-interface>,
comment: string,
created-at: string,
creator-id: s32,
creator-type: s32,
entity-id: s32,
extension-attributes: option<negotiable-quote-data-comment-extension-interface>,
is-decline: s32,
is-draft: s32,
parent-id: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| attachments | list<negotiable-quote-data-comment-attachment-interface> | |
| comment | string | |
| created-at | string | |
| creator-id | s32 | |
| creator-type | s32 | |
| entity-id | s32 | |
| extension-attributes | option<negotiable-quote-data-comment-extension-interface> | |
| is-decline | s32 | |
| is-draft | s32 | |
| parent-id | s32 |