PHP Class PayPal\Api\ExtendedBankAccount

A resource representing a bank account that can be used to fund a payment including support for SEPA.
Inheritance: extends BankAccount
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getMandateReferenceNumber ( ) : string Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
setMandateReferenceNumber ( string $mandate_reference_number ) Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).

Method Details

getMandateReferenceNumber() public method

Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
Deprecation: Not publicly available

setMandateReferenceNumber() public method

Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
Deprecation: Not publicly available
public setMandateReferenceNumber ( string $mandate_reference_number )
$mandate_reference_number string