forked from LiveCarta/PayPal-PHP-SDK
Update payments API to v1.9
This commit is contained in:
committed by
jaypatel512 and sdcoffey
parent
7c5ea8b997
commit
c2947ff409
@@ -11,15 +11,12 @@ use PayPal\Common\PayPalModel;
|
||||
*
|
||||
* @package PayPal\Api
|
||||
*
|
||||
* @property string email
|
||||
* @property string external_remember_me_id
|
||||
* @property \PayPal\Api\Address billing_address
|
||||
*/
|
||||
class PotentialPayerInfo extends PayPalModel
|
||||
{
|
||||
/**
|
||||
* Email address representing the potential payer.
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @param string $email
|
||||
*
|
||||
* @return $this
|
||||
@@ -32,7 +29,7 @@ class PotentialPayerInfo extends PayPalModel
|
||||
|
||||
/**
|
||||
* Email address representing the potential payer.
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @return string
|
||||
*/
|
||||
public function getEmail()
|
||||
@@ -42,7 +39,7 @@ class PotentialPayerInfo extends PayPalModel
|
||||
|
||||
/**
|
||||
* ExternalRememberMe id representing the potential payer
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @param string $external_remember_me_id
|
||||
*
|
||||
* @return $this
|
||||
@@ -55,7 +52,7 @@ class PotentialPayerInfo extends PayPalModel
|
||||
|
||||
/**
|
||||
* ExternalRememberMe id representing the potential payer
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @return string
|
||||
*/
|
||||
public function getExternalRememberMeId()
|
||||
@@ -88,7 +85,7 @@ class PotentialPayerInfo extends PayPalModel
|
||||
|
||||
/**
|
||||
* Billing address of the potential payer.
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @param \PayPal\Api\Address $billing_address
|
||||
*
|
||||
* @return $this
|
||||
@@ -101,7 +98,7 @@ class PotentialPayerInfo extends PayPalModel
|
||||
|
||||
/**
|
||||
* Billing address of the potential payer.
|
||||
*
|
||||
* @deprecated Not publicly available
|
||||
* @return \PayPal\Api\Address
|
||||
*/
|
||||
public function getBillingAddress()
|
||||
|
||||
Reference in New Issue
Block a user