Description Property
The recurring payment description.
Syntax
[VB.NET] Public Property Description As String
[C#] public string Description {get; set;}
Remarks
This property contains a description of the recurring payment.
NOTE: When creating a new profile, this property is required and must match the OrderDescription property from the SetCheckout method.
Default Value
""