PayerStatus Property
Indicates whether the payer is verified or not.
Syntax
__property String PayerStatus = {read=FPayerStatus, write=FSetPayerStatus};
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