BillingPeriod Property
This property contains the unit for billing during the billing cycle.
Syntax
__property TiblRecurringPaymentsBillingPeriods BillingPeriod = {read=FBillingPeriod, write=FSetBillingPeriod, default=0};
enum TiblRecurringPaymentsBillingPeriods { bpDay=0, bpWeek=1, bpSemiMonth=2, bpMonth=3, bpYear=4 };
Default Value
0
Remarks
This property contains the unit for billing during the billing cycle.
Possible values include:
(0) | Day |
(1) | Week |
(2) | SemiMonth |
(3) | Month |
(4) | Year |
Data Type
Integer