BonusDiscountLineItem$2: {
    bonusProducts?: ProductDetailsLink$2[];
    couponCode?: string;
    id?: string;
    maxBonusItems?: number;
    promotionId?: string;
} & {
    [key: string]: any;
}

Type declaration

  • Optional bonusProducts?: ProductDetailsLink$2[]
  • Optional couponCode?: string
  • Optional id?: string
  • Optional maxBonusItems?: number
  • Optional promotionId?: string

Type declaration

  • [key: string]: any