Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/PayPal/paypal/rest-api-sdk-php/lib/PayPal/Api/ExtendedBankAccount.php
Строк: 61
<?php

namespace PayPalApi;

/**
 * Class ExtendedBankAccount
 *
 * A resource representing a bank account that can be used to fund a payment including support for SEPA.
 *
 * @package PayPalApi
 *
 */
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)
    {
        
$this->mandate_reference_number $mandate_reference_number;
        return 
$this;
    }

    
/**
     * 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()
    {
        return 
$this->mandate_reference_number;
    }

}
Онлайн: 2
Реклама