PayerStatus Property
Indicates whether the payer is verified or not.
Object Oriented Interface
public function getPayerStatus();
Procedural Interface
inpaypal_transactiondetails_get($res, 37 );
Default Value
''
Remarks
Indicates whether the payer is verified or not.
This property is returned by PayPal after a call to GetTransactionDetails. It will contain either "verified" or "unverified".
This property is read-only.
Data Type
String