Payments API Updates

This commit is contained in:
Jay Patel
2015-10-02 14:25:46 -05:00
parent 02fca1bda4
commit a37b880e96
112 changed files with 3857 additions and 1495 deletions

View File

@@ -9,15 +9,15 @@ namespace PayPal\Api;
*
* @package PayPal\Api
*
* @property string mandate_reference_number
*/
class ExtendedBankAccount extends BankAccount
class ExtendedBankAccount extends BankAccount
{
/**
* Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
*
* @deprecated Not publicly available
* @param string $mandate_reference_number
*
*
* @return $this
*/
public function setMandateReferenceNumber($mandate_reference_number)
@@ -29,6 +29,7 @@ class ExtendedBankAccount extends BankAccount
/**
* Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
*
* @deprecated Not publicly available
* @return string
*/
public function getMandateReferenceNumber()