Gets the total monetary amount of the order lines that are PST taxable.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal TotalPSTTaxableAmount { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalPSTTaxableAmount As Decimal
Visual C++
public:
property Decimal TotalPSTTaxableAmount {
	Decimal get ();
}

Field Value

The sum of the ExtendedAmount for all of the lines on the COrder where IsPSTTaxable is true.

See Also