Poq.SDK.Node

Home > @poq/sdk-sfcc > GiftCertificateItem > (constructor)

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;
    });

Parameters

Parameter Type Description
params { amount: number; recipientEmail: string; giftCertificateItemId?: string; message?: string; recipientName?: string; senderName?: string; shipmentId?: string; } (Optional)