Poq.SDK.Node

Home > @poq/sdk-sfcc > GiftCertificateItem

GiftCertificateItem class

A gift certificate item.

Signature:

export declare class GiftCertificateItem extends BaseModel<GiftCertificateItem> 

Extends: BaseModel<GiftCertificateItem

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the GiftCertificateItem class

Properties

Property Modifiers Type Description
amount   number The certificate item amount.
giftCertificateItemId?   string (Optional) Id used to identify this item
message?   string (Optional) The certificates message.
recipientEmail   string The recipients email.
recipientName?   string (Optional) The recipients name.
senderName?   string (Optional) The senders name.
shipmentId?   string (Optional) The shipment id.