InvoiceNumber Property
Merchant-generated invoice number.
Syntax
[VB.NET] Public Property InvoiceNumber As String
[C#] public string InvoiceNumber {get; set;}
Remarks
This property contains a merchant-generated invoice number. This number should be unique for each transaction. The maximum length for this properties varies depending on the IndustryType. For Retail transactions the max length is 6 characters. For Direct Marketing transactions it is 9 characters, and for Electronic Commerce transactions the maximum length is 16 characters. Any text beyond these limits will be truncated by the component.
Default Value
""