Record
gift-message-data-message-interface
No description available.
record gift-message-data-message-interface {
customer-id: option<s32>,
extension-attributes: option<gift-message-data-message-extension-interface>,
gift-message-id: option<s32>,
message: string,
recipient: string,
sender: string,
}Fields
| Name | Type | Description |
|---|---|---|
| customer-id | option<s32> | |
| extension-attributes | option<gift-message-data-message-extension-interface> | |
| gift-message-id | option<s32> | |
| message | string | |
| recipient | string | |
| sender | string |