Class: MasterCard::API::Crossborder::CardedRate

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/crossborder/cardedrate.rb

Class Method Summary collapse

Class Method Details

.fXRatePull(criteria) ⇒ Object



65
66
67
68
69
70
71
72
73
74
# File 'lib/mastercard/api/crossborder/cardedrate.rb', line 65

def self.fXRatePull(criteria)
    #
    #Query objects of type CardedRate by id and optional criteria
    #@param [Dict] criteria
    #@return [CardedRate] object representing the response.
    #@raise [APIException] an exception from the response status
    #

    return self.execute("8c83298a-55f8-4b43-8e7d-960cfb1de60b",CardedRate.new(criteria))
end