PayerAddressStatus Property
Status of the payer's address.
Syntax
__property String PayerAddressStatus = {read=FPayerAddressStatus, write=FSetPayerAddressStatus};
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