Home > @poq/sdk-sfcc > BonusDiscountLineItem
Document representing a bonus discount line item
Signature:
export declare class BonusDiscountLineItem extends BaseModel<BonusDiscountLineItem> 
Extends: BaseModel<BonusDiscountLineItem
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the BonusDiscountLineItemclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| bonusProducts? | Array<ProductDetailsLink> | (Optional) The list of links to the bonus products the customer can choose from. | |
| couponCode? | string | (Optional) The coupon code that triggered the promotion, if applicable. | |
| id? | string | (Optional) The ID of the line item. | |
| maxBonusItems? | number | (Optional) The maximum number of bonus items the user can select for this promotion. | |
| promotionId? | string | (Optional) The ID of the promotion which triggered the creation of the line item. |