forked from LiveCarta/PayPal-PHP-SDK
Payments API Updates
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user