Home > @poq/sdk-sfcc > GiftCertificateItem
A gift certificate item.
Signature:
export declare class GiftCertificateItem extends BaseModel<GiftCertificateItem>
Extends: BaseModel<GiftCertificateItem
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the GiftCertificateItem class |
Property | Modifiers | Type | Description |
---|---|---|---|
amount | number | The certificate item amount. | |
giftCertificateItemId? | string | (Optional) Id used to identify this item | |
message? | string | (Optional) The certificate’s message. | |
recipientEmail | string | The recipient’s email. | |
recipientName? | string | (Optional) The recipient’s name. | |
senderName? | string | (Optional) The sender’s name. | |
shipmentId? | string | (Optional) The shipment id. |