Braintree\PaymentMethodGateway::create PHP Метод

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

public create ( $attribs )
    public function create($attribs)
    {
        Util::verifyKeys(self::createSignature(), $attribs);
        return $this->_doCreate('/payment_methods', ['payment_method' => $attribs]);
    }