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