Class: MasterCard::API::Mastercom::MigratedDisputes
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Mastercom::MigratedDisputes
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mastercom/migrateddisputes.rb
Class Method Summary collapse
Class Method Details
.retrieve(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/mastercom/migrateddisputes.rb', line 60 def self.retrieve(mapObj) # #Creates object of type MigratedDisputes # #@param Dict mapObj, containing the required parameters to create a new object #@return [MigratedDisputes] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("d5c3c3cf-d7cb-4eeb-8914-29ec3dc4431c", MigratedDisputes.new(mapObj)) end |