## Package: dw.campaign

# Class BonusDiscount

## Inheritance Hierarchy

- Object
  - dw.campaign.Discount
  - dw.campaign.BonusDiscount

## Description

Represents a bonus discount in the discount plan, for example "Get a free DVD with your purchase of any DVD player."

## Properties

### bonusProducts

**Type:** Collection (Read Only)

The bonus products associated with this discount that are in
 stock, online and assigned to site catalog.

## Constructor Summary

## Method Summary

### getBonusProducts

**Signature:** `getBonusProducts() : Collection`

Returns the bonus products associated with this discount that are in stock, online and assigned to site catalog.

## Method Detail

## Method Details

### getBonusProducts

**Signature:** `getBonusProducts() : Collection`

**Description:** Returns the bonus products associated with this discount that are in stock, online and assigned to site catalog.

**Returns:**

Collection of bonus products

---