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');
    }