Class: MasterCard::API::Spendcontrols::Combinationctrlsdeclineresource

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



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

def self.create(mapObj)
	#
	#Creates object of type Combinationctrlsdeclineresource
	#
	#@param Dict mapObj, containing the required parameters to create a new object
	#@return [Combinationctrlsdeclineresource] of the response of created instance.
	#@raise [APIException] an exception from the response status
	return self.execute("2d8a2288-3de4-41f7-ab1a-4ad8c9e94749", Combinationctrlsdeclineresource.new(mapObj))
end