Home > @poq/sdk-sfcc > GiftCertificate > (constructor)
Constructs a new instance of the GiftCertificate
class
Signature:
constructor(params?: {
amount?: number;
balance?: number;
description?: string;
enabled?: boolean;
maskedGiftCertificateCode?: string;
merchantId?: string;
message?: string;
recipientEmail?: string;
recipientName?: string;
senderName?: string;
status?: GiftCertificateStatusEnum;
});
Parameter | Type | Description |
---|---|---|
params | { amount?: number; balance?: number; description?: string; enabled?: boolean; maskedGiftCertificateCode?: string; merchantId?: string; message?: string; recipientEmail?: string; recipientName?: string; senderName?: string; status?: GiftCertificateStatusEnum; } | (Optional) |