Class: MasterCard::API::Spendcontrols::Verify

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/spendcontrols/verify.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/verify.rb', line 60

def self.create(mapObj)
	#
	#Creates object of type Verify
	#
	#@param Dict mapObj, containing the required parameters to create a new object
	#@return [Verify] of the response of created instance.
	#@raise [APIException] an exception from the response status
	return self.execute("7c52fbe8-69e4-4b3b-b6a6-00ed58d3d6f8", Verify.new(mapObj))
end