OrderNumber Property
Merchant-defined number identifying the purchase or service.
Syntax
[VB.NET] Public Property OrderNumber As String
[C#] public string OrderNumber {get; set;}
Remarks
This property is used to specify an order number to identify the purchase or service.
The maximum length is 25 characters.
Default Value
""