class MasterCard::API::Mastercom::RetrievalsDebitMasterCardAndEuropeDualAcquirer
Public Class Methods
acquirerFulfillARequest(mapObj)
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 65 def self.acquirerFulfillARequest(mapObj) # #Creates object of type RetrievalsDebitMasterCardAndEuropeDualAcquirer # #@param Dict mapObj, containing the required parameters to create a new object #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("3e776b9e-a523-464a-bca8-6c864bc997d5", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj)) end
create(mapObj)
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 81 def self.create(mapObj) # #Creates object of type RetrievalsDebitMasterCardAndEuropeDualAcquirer # #@param Dict mapObj, containing the required parameters to create a new object #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("f9ed9ce3-932e-49d9-8be7-e9f0efee301d", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj)) end
getDocumentation(criteria)
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 102 def self.getDocumentation(criteria) # #Query objects of type RetrievalsDebitMasterCardAndEuropeDualAcquirer by id and optional criteria #@param [Dict] criteria #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("e1e58ef2-4790-4ba4-afbb-acff59f08965",RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(criteria)) end
issuerRespondToFulfillment(mapObj)
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 114 def self.issuerRespondToFulfillment(mapObj) # #Creates object of type RetrievalsDebitMasterCardAndEuropeDualAcquirer # #@param Dict mapObj, containing the required parameters to create a new object #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("a0a85d7a-3c1a-48ac-a325-d1871059a728", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj)) end
Protected Class Methods
getOperationConfig(operationUUID)
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 51 def self.getOperationConfig(operationUUID) if @__store.key?(operationUUID) return @__store[operationUUID] end raise NotImplementedError.new("Invalid operationUUID supplied:"+ operationUUID) end
getOperationMetadata()
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 58 def self.getOperationMetadata() return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext(), ResourceConfig.instance.getJsonNative(), ResourceConfig.instance.getContentTypeOverride()) end
Public Instance Methods
retrievalFullfilmentImageStatus()
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 131 def retrievalFullfilmentImageStatus # #Updates an object of type RetrievalsDebitMasterCardAndEuropeDualAcquirer # #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("b9b23df9-beba-418d-8860-a4f366e93af1",self) end
retrievalFullfilmentStatus()
click to toggle source
# File lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb, line 148 def retrievalFullfilmentStatus # #Updates an object of type RetrievalsDebitMasterCardAndEuropeDualAcquirer # #@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("394df995-8759-46ef-9191-e37a1986ca67",self) end