Gets the total charge (monetary) amount of the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public virtual decimal TotalCharges { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property TotalCharges As Decimal |
| Visual C++ |
|---|
public: virtual property Decimal TotalCharges { Decimal get (); } |