%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/plugins/paid-memberships-pro/includes/lib/Stripe/lib/
Upload File :
Create Path :
Current File : //var/www/html/ceaa/wp-content/plugins/paid-memberships-pro/includes/lib/Stripe/lib/BankAccount.php

<?php

namespace Stripe;

/**
 * Class BankAccount
 *
 * @package Stripe
 */
class BankAccount extends ExternalAccount
{
    /**
     * @param array|null $params
     * @param array|string|null $options
     *
     * @return BankAccount The verified bank account.
     */
    public function verify($params = null, $options = null)
    {
        $url = $this->instanceUrl() . '/verify';
        list($response, $opts) = $this->_request('post', $url, $params, $options);
        $this->refreshFrom($response, $opts);
        return $this;
    }
}

Zerion Mini Shell 1.0