Record
gift-card-data-gift-card-option-interface
No description available.
record gift-card-data-gift-card-option-interface {
custom-giftcard-amount: option<f64>,
extension-attributes: option<gift-card-data-gift-card-option-extension-interface>,
giftcard-amount: string,
giftcard-message: option<string>,
giftcard-recipient-email: string,
giftcard-recipient-name: string,
giftcard-sender-email: string,
giftcard-sender-name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| custom-giftcard-amount | option<f64> | |
| extension-attributes | option<gift-card-data-gift-card-option-extension-interface> | |
| giftcard-amount | string | |
| giftcard-message | option<string> | |
| giftcard-recipient-email | string | |
| giftcard-recipient-name | string | |
| giftcard-sender-email | string | |
| giftcard-sender-name | string |