Cartalyst\Stripe\Api\Account::details PHP Метод

details() публичный Метод

Retrieves the details of the account, based on the API key that was used to make the request.
public details ( ) : array
Результат array
    public function details()
    {
        return $this->_get('account');
    }