Gets or sets the reference number of the Invoice associated with the last payment made on this Subscription

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

Syntax

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

See Also