Gets or sets the total amount of money collected for this subscription for this contact over the life of the subscription.

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

Syntax

C#
public decimal LifeToDatePayments { get; set; }
Visual Basic (Declaration)
Public Property LifeToDatePayments As Decimal
Visual C++
public:
property Decimal LifeToDatePayments {
	Decimal get ();
	void set (Decimal value);
}

See Also