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.3.0

Syntax

C#
public decimal TotalPSTTaxableAmount { get; }
Visual Basic
Public ReadOnly Property TotalPSTTaxableAmount As Decimal
	Get
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