PaymentScheduleStartDate Property
The date on which the recurring payments will start processing.
Object Oriented Interface
public function getPaymentScheduleStartDate(); public function setPaymentScheduleStartDate($value);
Procedural Interface
inpay_recurringbilling_get($res, 39 ); inpay_recurringbilling_set($res, 39, $value );
Default Value
''
Remarks
The date on which the recurring payments will start processing.
This property specifies the start date. The default format is "MM/dd/yyyy" and is controlled by DateFormat, or GetSubscriptionStatus.
This property is not available at design time.
Data Type
String