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.3.0

Syntax

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

See Also