module Payoneer::Api::GetTokenXml

Payoneer::Api::GetTokenXml.request(xml: data)

Public Class Methods

to_api_params(xml: nil) click to toggle source
# File lib/payoneer/api/get_token_xml.rb, line 6
def self.to_api_params(xml: nil)
  { xml: xml }
end
to_response(response) click to toggle source
# File lib/payoneer/api/get_token_xml.rb, line 9
def self.to_response(response)
  response
end