Gets the total (monetary) amount of the taxable charges for all items on the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public decimal TotalTaxableAmount { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TotalTaxableAmount As Decimal |
| Visual C++ |
|---|
public: property Decimal TotalTaxableAmount { Decimal get (); } |
Field Value
The sum of the ExtendedAmount for all lines on the COrder where the items are taxable.
Remarks
This value may include freight and/or handling depending on system setup.