Gets or sets the invoice reference number of the pre-paid invoice associated with this COrder.

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

Syntax

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

Field Value

The invoice reference number of the pre-paid invoice associated with this order.

See Also