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

Syntax

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

See Also