OrderDescription Property
Description of items the customer is purchasing.
Syntax
[VB.NET] Public Property OrderDescription As String
[C#] public string OrderDescription {get; set;}
Remarks
This property is optional.
Character length and limitations: 127 single-byte alphanumeric characters.
This property is optional when calling the CheckoutPayment method.
This property is optional when calling the SetCheckout method.
Default Value
""