SubscriptionDetailsFrequency Property
The frequency in which payments will occur.
Object Oriented Interface
public function getSubscriptionDetailsFrequency();
Procedural Interface
inpay_recurringbilling_get($res, 87 );
Default Value
''
Remarks
The frequency in which payments will occur.
If SubscriptionDetailsFrequencyUnit is applicable, this property will contain the length of the corresponding SubscriptionDetailsFrequencyUnit in which payments will occur.
This component uses pre-defined Frequency values which are listed below. If a gateway returns any value not contained within the pre-defined list, the raw value will be returned.
- None
- Daily
- Weekly
- BiWeekly
- FourWeeks
- SemiMonthly
- Monthly
- BiMonthly
- Quarterly
- SemiAnnually
- Annually
This property is read-only and not available at design time.
Data Type
String