Gets or sets the date through which the subscription was last paid, prior to the current payment.

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

Syntax

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

See Also