Get the reference number associated with the invoice created when the COrder is saved and the financial transactions are created.

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

Syntax

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

Field Value

A system generated sequential number.

Remarks

This value is not set by iBO but is set by iMIS when invoicing is performed. It is used to transfer accounting from Pre-paid invoices.

See Also