Class: MasterCard::API::Match::RetroactiveInquiryRequest

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



58
59
60
61
62
63
64
65
66
# File 'lib/mastercard/api/match/retroactiveinquiryrequest.rb', line 58

def self.create(mapObj)
    #
    #Creates object of type RetroactiveInquiryRequest
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return RetroactiveInquiryRequest of the response of created instance.
    #
    return self.execute("71f73e1e-4e74-4924-bb96-e39b43713b0d", RetroactiveInquiryRequest.new(mapObj))
end