Gets the total charge (monetary) amount of the COrder.

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

Syntax

C#
public virtual decimal TotalCharges { get; }
Visual Basic
Public Overridable ReadOnly Property TotalCharges As Decimal
	Get
Visual C++
public:
virtual property Decimal TotalCharges {
	Decimal get ();
}

Field Value

Automatically calculated. This is a sum of the TotalExtendedAmount plus freight, handling and taxes.

See Also