PaymentPeriod Property
The payment period.
Object Oriented Interface
public function getPaymentPeriod(); public function setPaymentPeriod($value);
Procedural Interface
inpaypal_adaptivepreapproval_get($res, 46 ); inpaypal_adaptivepreapproval_set($res, 46, $value );
Default Value
0
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 |
Data Type
Integer