Updated Payment APIs

- Updated SDK Models to latest Payment APIs
- Updated Unit Tests
This commit is contained in:
Jay Patel
2015-02-26 15:03:59 -06:00
parent 241d80cd17
commit 3e43f93f9b
93 changed files with 6079 additions and 1735 deletions

View File

@@ -3,8 +3,6 @@
namespace PayPal\Api;
use PayPal\Common\PayPalModel;
use PayPal\Rest\ApiContext;
/**
* Class CarrierAccountToken
@@ -20,9 +18,9 @@ class CarrierAccountToken extends PayPalModel
{
/**
* ID of a previously saved carrier account resource.
*
*
* @param string $carrier_account_id
*
* @return $this
*/
public function setCarrierAccountId($carrier_account_id)
@@ -42,8 +40,8 @@ class CarrierAccountToken extends PayPalModel
}
/**
* The unique identifier of the payer used when saving this carrier account instrument.
*
* ID of a previously saved carrier account resource.
*
*
* @param string $external_customer_id
* @return $this