Class: MasterCard::API::Mastercom::Retrievals

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.acquirerFulfillARequest(mapObj) ⇒ Object



66
67
68
69
70
71
72
73
74
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 66

def self.acquirerFulfillARequest(mapObj)
    #
    #Creates object of type Retrievals
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [Retrievals] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("2ea62802-968c-4849-89c0-36dd722292a8", Retrievals.new(mapObj))
end

.create(mapObj) ⇒ Object



82
83
84
85
86
87
88
89
90
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 82

def self.create(mapObj)
    #
    #Creates object of type Retrievals
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [Retrievals] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("ae27698c-326c-4ab4-97b9-e4d943d07700", Retrievals.new(mapObj))
end

.getDocumentation(criteria) ⇒ Object



120
121
122
123
124
125
126
127
128
129
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 120

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

    return self.execute("abd937f5-a369-4d54-affa-11ad9dc41bed",Retrievals.new(criteria))
end

.getPossibleValueListsForCreate(criteria) ⇒ Object



103
104
105
106
107
108
109
110
111
112
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 103

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

    return self.execute("3433bb2e-a862-4c7b-998e-e0383149b5c1",Retrievals.new(criteria))
end

.issuerRespondToFulfillment(mapObj) ⇒ Object



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

def self.issuerRespondToFulfillment(mapObj)
    #
    #Creates object of type Retrievals
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [Retrievals] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("f33b97f8-fa62-44b6-af19-31f76ce0975f", Retrievals.new(mapObj))
end

Instance Method Details

#retrievalFullfilmentImageStatusObject



149
150
151
152
153
154
155
156
157
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 149

def retrievalFullfilmentImageStatus
    #
    #Updates an object of type Retrievals
    #
    #@return [Retrievals] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("c2be8087-eed2-4987-ae7a-b23a67804389",self)
end

#retrievalFullfilmentStatusObject



166
167
168
169
170
171
172
173
174
# File 'lib/mastercard/api/mastercom/retrievals.rb', line 166

def retrievalFullfilmentStatus
    #
    #Updates an object of type Retrievals
    #
    #@return [Retrievals] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("24de8e0b-a150-4897-90b3-c912ff2fd463",self)
end