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

Syntax

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