Gets the cumulative amount paid against this order's charges.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public decimal TotalPayments { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TotalPayments As Decimal Get |
| Visual C++ |
|---|
public: property Decimal TotalPayments { Decimal get (); } |
Field Value
Automatically calculated. This is a sum of all payment amounts applied to this COrder.
Remarks
Prior to saving the COrder, the amount from the Payment property is not included. After the COrder
is saved, Amount will be taken into account. For new orders, TotalPayments is 0.