class JeraPayment::Api::Iugu::PaymentToken

Constants

BASE_ENDPOINT

Public Class Methods

create(body = {}, access_token = nil) click to toggle source
# File lib/jera_payment/api/iugu/payment_token.rb, line 6
def self.create(body = {}, access_token = nil)
  response = post(BASE_ENDPOINT, body, access_token)
end