Home > @poq/sdk-sfcc > GiftCertificateItem > (constructor)
Constructs a new instance of the GiftCertificateItem class
Signature:
constructor(params?: {
        amount: number;
        recipientEmail: string;
        giftCertificateItemId?: string;
        message?: string;
        recipientName?: string;
        senderName?: string;
        shipmentId?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { amount: number; recipientEmail: string; giftCertificateItemId?: string; message?: string; recipientName?: string; senderName?: string; shipmentId?: string; } | (Optional) |