PayerStatus Property
Indicates whether the payer is verified or not.
Object Oriented Interface
public function getPayerStatus(); public function setPayerStatus($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 50 ); inpaypal_recurringpayments_set($res, 50, $value );
Default Value
''
Remarks
Indicates whether the payer is verified or not.
Valid values for this property are "verified" or "unverified".
Data Type
String