Gets or sets the date until which this CSubscription instance is considered current on its payments.

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

Syntax

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

See Also