Class: MasterCard::API::AssuranceIq::ECommerceMessage

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

Instance Method Summary collapse

Instance Method Details

#updateObject



61
62
63
64
65
66
67
68
69
# File 'lib/mastercard/api/assuranceiq/ecommercemessage.rb', line 61

def update
	#
	#Updates an object of type ECommerceMessage
	#
	#@return [ECommerceMessage] object representing the response.
	#@raise [APIException] an exception from the response status
	#
	return self.class.execute("929c9ff0-88a5-416f-b4c5-15a7df3ceedf",self)
end