Class: MasterCard::API::Mastercom::CaseFiling

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



64
65
66
67
68
69
70
71
72
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 64

def self.create(mapObj)
    #
    #Creates object of type CaseFiling
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [CaseFiling] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("bf47dfe2-7cfc-42e0-9909-78642ba2e868", CaseFiling.new(mapObj))
end

.retrieveDocumentation(criteria) ⇒ Object



85
86
87
88
89
90
91
92
93
94
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 85

def self.retrieveDocumentation(criteria)
    #
    #Query objects of type CaseFiling by id and optional criteria
    #@param [Dict] criteria
    #@return [CaseFiling] object representing the response.
    #@raise [APIException] an exception from the response status
    #

    return self.execute("78dd65f2-87b9-4f45-8f35-56c0f818a3e0",CaseFiling.new(criteria))
end

Instance Method Details

#caseFilingImageStatusObject



98
99
100
101
102
103
104
105
106
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 98

def caseFilingImageStatus
    #
    #Updates an object of type CaseFiling
    #
    #@return [CaseFiling] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("1cb1d467-1733-44c3-b5f3-d7113e4deb9f",self)
end

#caseFilingStatusObject



115
116
117
118
119
120
121
122
123
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 115

def caseFilingStatus
    #
    #Updates an object of type CaseFiling
    #
    #@return [CaseFiling] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("5ec0623e-389b-4397-99d6-dad3a115026a",self)
end

#updateObject



132
133
134
135
136
137
138
139
140
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 132

def update
    #
    #Updates an object of type CaseFiling
    #
    #@return [CaseFiling] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("87d4f5bf-1238-409d-88e5-9031dc920121",self)
end