Class TaxItem

An item containing tax information allowing a tax breakdown between a number of TaxGroups.

PropertyDescription
amount: Money (read-only)Gets the amount.
taxGroup: TaxGroup (read-only)Returns the tax group.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getAmount()Gets the amount.
getTaxGroup()Returns the tax group.

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

amount: Money (read-only)

Gets the amount.


taxGroup: TaxGroup (read-only)

Returns the tax group.

See Also:


getAmount(): Money

Gets the amount.

Returns:

  • the amount

getTaxGroup(): TaxGroup

Returns the tax group.

Returns:

  • the tax rate

See Also: