Description Property
The recurring payment description.
Object Oriented Interface
public function getDescription(); public function setDescription($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 20 ); inpaypal_recurringpayments_set($res, 20, $value );
Default Value
''
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.
Data Type
String