sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
74 lines (38 loc) • 851 B
Markdown
## Package: dw.order
# Class TaxItem
## Inheritance Hierarchy
- Object
- dw.order.TaxItem
## Description
An item containing tax information allowing a tax breakdown between a number of TaxGroups.
## Properties
### amount
**Type:** Money (Read Only)
Gets the amount.
### taxGroup
**Type:** TaxGroup (Read Only)
The tax group.
## Constructor Summary
## Method Summary
### getAmount
**Signature:** `getAmount() : Money`
Gets the amount.
### getTaxGroup
**Signature:** `getTaxGroup() : TaxGroup`
Returns the tax group.
## Method Detail
## Method Details
### getAmount
**Signature:** `getAmount() : Money`
**Description:** Gets the amount.
**Returns:**
the amount
### getTaxGroup
**Signature:** `getTaxGroup() : TaxGroup`
**Description:** Returns the tax group.
**Returns:**
the tax rate
**See Also:**
TaxGroup