SubscriptionName Property
The name of the recurring subscription or profile.
Object Oriented Interface
public function getSubscriptionName(); public function setSubscriptionName($value);
Procedural Interface
inpay_recurringbilling_get($res, 98 ); inpay_recurringbilling_set($res, 98, $value );
Default Value
''
Remarks
This field contains the name of the recurring subscription or profile. Please see the RecurringBilling Gateway Setup and Required Properties page to determine if this is a required or optional field for the gateway you are using.
Data Type
String