Interface MessageInterface
| Name | Type | Description | Notes |
|---|---|---|---|
| GiftMessageId | int32 | Gift message ID. Otherwise, null. | [optional] |
| CustomerId | int32 | Customer ID. Otherwise, null. | [optional] |
| Sender | string | Sender name. | |
| Recipient | string | Recipient name. | |
| Message | string | Message text. | |
| ExtensionAttributes | GiftMessageDataMessageExtensionInterface | [optional] |