class MasterCard::API::Mastercom::TransactionsDebitMasterCardAndEuropeDualAcquirer

Public Class Methods

retrieveDebitMCMessageDetail(criteria) click to toggle source
# File lib/mastercard/api/mastercom/transactionsdebitmastercardandeuropedualacquirer.rb, line 66
def self.retrieveDebitMCMessageDetail(criteria)
    #
    #Query objects of type TransactionsDebitMasterCardAndEuropeDualAcquirer by id and optional criteria
    #@param [Dict] criteria
    #@return [TransactionsDebitMasterCardAndEuropeDualAcquirer] object representing the response.
    #@raise [APIException] an exception from the response status
    #

    return self.execute("f92e2c0a-a494-4548-8844-d1d852d4a1ce",TransactionsDebitMasterCardAndEuropeDualAcquirer.new(criteria))
end
searchForDebitMCMessageTransaction(mapObj) click to toggle source
# File lib/mastercard/api/mastercom/transactionsdebitmastercardandeuropedualacquirer.rb, line 78
def self.searchForDebitMCMessageTransaction(mapObj)
    #
    #Creates object of type TransactionsDebitMasterCardAndEuropeDualAcquirer
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [TransactionsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("33e6c8c4-5752-4d79-9fde-7b72e609350c", TransactionsDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
end

Protected Class Methods

getOperationConfig(operationUUID) click to toggle source
# File lib/mastercard/api/mastercom/transactionsdebitmastercardandeuropedualacquirer.rb, line 47
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/transactionsdebitmastercardandeuropedualacquirer.rb, line 54
def self.getOperationMetadata()
    return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext(), ResourceConfig.instance.getJsonNative(), ResourceConfig.instance.getContentTypeOverride())
end