## Package: dw.campaign

# Class PriceBookPriceDiscount

## Inheritance Hierarchy

- Object
  - dw.campaign.Discount
  - dw.campaign.PriceBookPriceDiscount

## Description

Discount representing that a product's price has been calculated from a separate sales price book other than the standard price book assigned to the site.

## Properties

### priceBookID

**Type:** String (Read Only)

The price book identifier.

## Constructor Summary

## Method Summary

### getPriceBookID

**Signature:** `getPriceBookID() : String`

Returns the price book identifier.

## Method Detail

## Method Details

### getPriceBookID

**Signature:** `getPriceBookID() : String`

**Description:** Returns the price book identifier.

**Returns:**

the price book identifier.

---