Gets the total charges on the order prior to taxation.
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
A monetary value that is the sum of all charges on the order, not including taxes.
Remarks
This value may include freight and or handling depending on system setup.