PaymentPeriod Property
The payment period.
Syntax
public int getPaymentPeriod(); public void setPaymentPeriod(int paymentPeriod);
Enumerated values: public final static int ppNotSet = 0; public final static int ppDaily = 1; public final static int ppWeekly = 2; public final static int ppBiWeekly = 3; public final static int ppSemiMonthly = 4; public final static int ppMonthly = 5; public final static int ppAnnually = 6;
Remarks
The PaymentPeriod may be set to one of the following values:
ppNotSet (0) | No payment period has been specified. |
ppDaily (1) | Each day |
ppWeekly (2) | Each week |
ppBiWeekly (3) | Every other week |
ppSemiMonthly (4) | Twice a month |
ppMonthly (5) | Each month |
ppAnnually (6) | Each year |
Default Value
0