InvoiceNumber Property
Your own unique invoice or tracking number.
Syntax
[VB.NET] Public Property InvoiceNumber As String
[C#] public string InvoiceNumber {get; set;}
Remarks
This property is optional when calling the CheckoutPayment method.
This property is optional when calling the SetCheckout method.
Character length and limitations: 127 single-byte alphanumeric characters.
Default Value
""