Home > @poq/sdk-sfcc > GiftCertificate
Document representing a gift certificate.
Signature:
export declare class GiftCertificate extends BaseModel<GiftCertificate>
Extends: BaseModel<GiftCertificate
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the GiftCertificate class |
Property | Modifiers | Type | Description |
---|---|---|---|
amount? | number | (Optional) The gift certificate original amount. | |
balance? | number | (Optional) The gift certificate balance. | |
description? | string | (Optional) The gift certificate description. | |
enabled? | boolean | (Optional) Is the gift certificate is enabled? | |
maskedGiftCertificateCode? | string | (Optional) The masked gift certificate code. | |
merchantId? | string | (Optional) The merchant ID. | |
message? | string | (Optional) The message. | |
recipientEmail? | string | (Optional) The recipient email. | |
recipientName? | string | (Optional) The recipient name. | |
senderName? | string | (Optional) The sender name. | |
status? | GiftCertificateStatusEnum | (Optional) The gift certificate status. |