Update payments API to v1.9

This commit is contained in:
mrak and sdcoffey
2016-10-25 17:29:48 -05:00
committed by jaypatel512 and sdcoffey
parent 7c5ea8b997
commit c2947ff409
92 changed files with 1583 additions and 973 deletions

View File

@@ -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()