InvoiceNumber Property
Merchant-generated invoice number.
Syntax
__property String InvoiceNumber = {read=FInvoiceNumber, write=FSetInvoiceNumber, default=""};
Default Value
""
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.
Data Type
String