PaymentScheduleFrequencyUnit Property
The unit of time to be used when calculating the frequency of payments.
Object Oriented Interface
public function getPaymentScheduleFrequencyUnit(); public function setPaymentScheduleFrequencyUnit($value);
Procedural Interface
inpay_recurringbilling_get($res, 36 ); inpay_recurringbilling_set($res, 36, $value );
Default Value
''
Remarks
The unit of time to be used when calculating the frequency of payments.
Possible values are:
- "D" or "Days"
- "M" or "Months"
- "Y" or "Years"
This property is not available at design time.
Data Type
String