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

@@ -22,7 +22,7 @@ class FundingDetail extends PayPalModel
* Expected clearing time
*
* @param string $clearing_time
*
*
* @return $this
*/
public function setClearingTime($clearing_time)
@@ -45,7 +45,7 @@ class FundingDetail extends PayPalModel
* [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
*
* @param string $payment_hold_date
*
*
* @return $this
*/
public function setPaymentHoldDate($payment_hold_date)
@@ -68,7 +68,7 @@ class FundingDetail extends PayPalModel
* Date when funds will be debited from the payer's account
*
* @param string $payment_debit_date
*
*
* @return $this
*/
public function setPaymentDebitDate($payment_debit_date)
@@ -89,10 +89,10 @@ class FundingDetail extends PayPalModel
/**
* Processing type of the payment card
* Valid Values: ["PINLESS_DEBIT"]
* Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]
*
* @param string $processing_type
*
*
* @return $this
*/
public function setProcessingType($processing_type)