OrderNumber Property
A merchant assigned order number to uniquely reference the transaction.
Syntax
[VB.NET] Public Property OrderNumber As String
[C#] public string OrderNumber {get; set;}
Remarks
This property holds a merchant assigned order number that uniquely identifies the transaction. This must hold a numeric value up to 8 digits in length. This value cannot be all zeros.
This value is required for ECommerce and MOTO transactions. This value is optional for Retail transactions.
Default Value
""