Gets the total amount of all payments made to this CSubscription instance in the current billing cycle.

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

Syntax

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

See Also