Gets or sets the date signifying the last date upon which payment was made for this CSubscription instance.

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

Syntax

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

See Also