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

Syntax

C#
public int PrepaidInvoiceReferenceNumber { get; set; }
Visual Basic (Declaration)
Public Property PrepaidInvoiceReferenceNumber As Integer
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