UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

48 lines (26 loc) 862 B
## Package: dw.campaign # Class PercentageOptionDiscount ## Inheritance Hierarchy - Object - dw.campaign.Discount - dw.campaign.PercentageOptionDiscount ## Description Represents a percentage-off options discount in the discount plan, for example "50% off monogramming on shirts". ## Properties ### percentage **Type:** Number (Read Only) The percentage discount value, for example 10.00 for a "10% off" discount. ## Constructor Summary ## Method Summary ### getPercentage **Signature:** `getPercentage() : Number` Returns the percentage discount value, for example 10.00 for a "10% off" discount. ## Method Detail ## Method Details ### getPercentage **Signature:** `getPercentage() : Number` **Description:** Returns the percentage discount value, for example 10.00 for a "10% off" discount. **Returns:** Discount percentage value ---