Gets the total charge (monetary) amount of the COrder.
Namespace: Asi.iBO.CommerceAssembly: 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 (); } |