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

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

Syntax

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

Field Value

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

See Also