sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
47 lines (25 loc) • 761 B
Markdown
## 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.
---