## 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

---