PayerAddressStatus Property
Status of the payer's address.
Object Oriented Interface
public function getPayerAddressStatus();
Procedural Interface
inpaypal_transactiondetails_get($res, 25 );
Default Value
''
Remarks
Status of the payer's address.
This property is returned by PayPal after a call to GetTransactionDetails, and indicates whether the payer's address has been confirmed by PayPal. Valid values are "none", "Confirmed", or "Unconfirmed".
This property is read-only.
Data Type
String