SubscriptionDetailsFrequency Property
The frequency in which payments will occur.
Syntax
__property String SubscriptionDetailsFrequency = {read=FSubscriptionDetailsFrequency, write=FSetSubscriptionDetailsFrequency};
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