Class: MasterCard::API::Match::TerminationInquiryRequest

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



60
61
62
63
64
65
66
67
68
# File 'lib/mastercard/api/match/terminationinquiryrequest.rb', line 60

def self.create(mapObj)
	#
	#Creates object of type TerminationInquiryRequest
	#
	#@param Dict mapObj, containing the required parameters to create a new object
	#@return [TerminationInquiryRequest] of the response of created instance.
	#@raise [APIException] an exception from the response status
	return self.execute("de6d0897-8b4a-40ed-91d3-f9c6372a7bbd", TerminationInquiryRequest.new(mapObj))
end