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,9 +11,9 @@ use PayPal\Common\PayPalModel;
*
* @package PayPal\Api
*
* @property \PayPal\Api\CreditCard credit_card
* @property \PayPal\Api\CreditCard credit_card
* @property \PayPal\Api\CreditCardToken credit_card_token
* @property \PayPal\Api\Billing billing
* @property \PayPal\Api\Billing billing
*/
class FundingInstrument extends PayPalModel
{
@@ -34,7 +34,6 @@ class FundingInstrument extends PayPalModel
* Credit Card instrument.
*
* @return \PayPal\Api\CreditCard
*
*/
public function getCreditCard()
{
@@ -89,7 +88,6 @@ class FundingInstrument extends PayPalModel
/**
* Bank Account information.
*
* @deprecated Not publicly available
* @param \PayPal\Api\ExtendedBankAccount $bank_account
*
@@ -103,7 +101,6 @@ class FundingInstrument extends PayPalModel
/**
* Bank Account information.
*
* @deprecated Not publicly available
* @return \PayPal\Api\ExtendedBankAccount
*/
@@ -114,7 +111,6 @@ class FundingInstrument extends PayPalModel
/**
* Vaulted bank account instrument.
*
* @deprecated Not publicly available
* @param \PayPal\Api\BankToken $bank_account_token
*
@@ -128,7 +124,6 @@ class FundingInstrument extends PayPalModel
/**
* Vaulted bank account instrument.
*
* @deprecated Not publicly available
* @return \PayPal\Api\BankToken
*/
@@ -139,7 +134,6 @@ class FundingInstrument extends PayPalModel
/**
* PayPal credit funding instrument.
*
* @deprecated Not publicly available
* @param \PayPal\Api\Credit $credit
*
@@ -153,7 +147,6 @@ class FundingInstrument extends PayPalModel
/**
* PayPal credit funding instrument.
*
* @deprecated Not publicly available
* @return \PayPal\Api\Credit
*/
@@ -164,7 +157,6 @@ class FundingInstrument extends PayPalModel
/**
* Incentive funding instrument.
*
* @deprecated Not publicly available
* @param \PayPal\Api\Incentive $incentive
*
@@ -178,7 +170,6 @@ class FundingInstrument extends PayPalModel
/**
* Incentive funding instrument.
*
* @deprecated Not publicly available
* @return \PayPal\Api\Incentive
*/
@@ -189,7 +180,6 @@ class FundingInstrument extends PayPalModel
/**
* External funding instrument.
*
* @deprecated Not publicly available
* @param \PayPal\Api\ExternalFunding $external_funding
*
@@ -203,7 +193,6 @@ class FundingInstrument extends PayPalModel
/**
* External funding instrument.
*
* @deprecated Not publicly available
* @return \PayPal\Api\ExternalFunding
*/
@@ -214,7 +203,6 @@ class FundingInstrument extends PayPalModel
/**
* Carrier account token instrument.
*
* @deprecated Not publicly available
* @param \PayPal\Api\CarrierAccountToken $carrier_account_token
*
@@ -228,7 +216,6 @@ class FundingInstrument extends PayPalModel
/**
* Carrier account token instrument.
*
* @deprecated Not publicly available
* @return \PayPal\Api\CarrierAccountToken
*/
@@ -239,7 +226,6 @@ class FundingInstrument extends PayPalModel
/**
* Carrier account instrument
*
* @deprecated Not publicly available
* @param \PayPal\Api\CarrierAccount $carrier_account
*
@@ -253,7 +239,6 @@ class FundingInstrument extends PayPalModel
/**
* Carrier account instrument
*
* @deprecated Not publicly available
* @return \PayPal\Api\CarrierAccount
*/
@@ -264,7 +249,6 @@ class FundingInstrument extends PayPalModel
/**
* Private Label Card funding instrument. These are store cards provided by merchants to drive business with value to customer with convenience and rewards.
*
* @deprecated Not publicly available
* @param \PayPal\Api\PrivateLabelCard $private_label_card
*
@@ -278,7 +262,6 @@ class FundingInstrument extends PayPalModel
/**
* Private Label Card funding instrument. These are store cards provided by merchants to drive business with value to customer with convenience and rewards.
*
* @deprecated Not publicly available
* @return \PayPal\Api\PrivateLabelCard
*/