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

Syntax

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

See Also