AuthorizingAccount Property
Third-party permission specification.
Object Oriented Interface
public function getAuthorizingAccount(); public function setAuthorizingAccount($value);
Procedural Interface
inpaypal_adaptivecurrency_get($res, 3 ); inpaypal_adaptivecurrency_set($res, 3, $value );
Default Value
''
Remarks
This optional property specifies the email address or phone number (for mobile) of the party on whose behalf you are calling the API operation. The subject must grant you third-party access in their PayPal profile. This is referred to as a "Security Subject" by the PayPal API documentation.
NOTE: Resources specified by the API operation, such as a payment or preapproval identified by a PaymentKey, must be owned by the subject granting the third-party permission.
Data Type
String