BillingPeriod Property
This property contains the unit for billing during the billing cycle.
Syntax
int GetBillingPeriod();
int SetBillingPeriod(int iBillingPeriod);
Possible Values
BP_DAY(0), BP_WEEK(1), BP_SEMI_MONTH(2), BP_MONTH(3), BP_YEAR(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