Wasm Directoryalpha
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

NameTypeDescription
custom-giftcard-amountoption​<f64>
extension-attributesoption​<gift-card-data-gift-card-option-extension-interface>
giftcard-amountstring
giftcard-messageoption​<string>
giftcard-recipient-emailstring
giftcard-recipient-namestring
giftcard-sender-emailstring
giftcard-sender-namestring