sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
47 lines (25 loc) • 787 B
Markdown
## Package: dw.campaign
# Class TotalFixedPriceDiscount
## Inheritance Hierarchy
- Object
- dw.campaign.Discount
- dw.campaign.TotalFixedPriceDiscount
## Description
Represents a total fix price discount on a group of products in the discount plan. For example: "buy 3 products of type X for a total price of $29.99".
## Properties
### totalFixedPrice
**Type:** Number (Read Only)
The total fixed price amount.
## Constructor Summary
## Method Summary
### getTotalFixedPrice
**Signature:** `getTotalFixedPrice() : Number`
Returns the total fixed price amount.
## Method Detail
## Method Details
### getTotalFixedPrice
**Signature:** `getTotalFixedPrice() : Number`
**Description:** Returns the total fixed price amount.
**Returns:**
Total fixed price amount
---