Class: MasterCard::API::Mastercom::TransactionsDebitMasterCardAndEuropeDualAcquirer

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

Class Method Summary collapse

Class Method Details

.retrieveDebitMCMessageDetail(criteria) ⇒ Object



66
67
68
69
70
71
72
73
74
75
# 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) ⇒ Object



78
79
80
81
82
83
84
85
86
# 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