PaymentScheduleFrequencyUnit Property
The unit of time to be used when calculating the frequency of payments.
Syntax
__property String PaymentScheduleFrequencyUnit = {read=FPaymentScheduleFrequencyUnit, write=FSetPaymentScheduleFrequencyUnit};
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