class MasterCard::API::Mastercom::ChargebacksDebitMasterCardAndEuropeDualAcquirer
Public Class Methods
create(mapObj)
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 83 def self.create(mapObj) # #Creates object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@param Dict mapObj, containing the required parameters to create a new object #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("d73251c2-0ee1-421c-bb94-79734a3155a5", ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(mapObj)) end
createReversal(mapObj)
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 99 def self.createReversal(mapObj) # #Creates object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@param Dict mapObj, containing the required parameters to create a new object #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("a3b6f20d-cb3a-428a-a82f-a81b43d55cdb", ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(mapObj)) end
retrieveDocumentation(criteria)
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 120 def self.retrieveDocumentation(criteria) # #Query objects of type ChargebacksDebitMasterCardAndEuropeDualAcquirer by id and optional criteria #@param [Dict] criteria #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("24a1f0a6-2baa-4cfb-871e-6448e9fb4dd8",ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(criteria)) end
Protected Class Methods
getOperationConfig(operationUUID)
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 52 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/chargebacksdebitmastercardandeuropedualacquirer.rb, line 59 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
acknowledgeReceivedChargebacks()
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 67 def acknowledgeReceivedChargebacks # #Updates an object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("551f2e3e-f99b-430b-91df-2303e6487e0c",self) end
chargebacksImageStatus()
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 133 def chargebacksImageStatus # #Updates an object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("3d626b5f-0326-4866-b8da-1501b549a249",self) end
chargebacksStatus()
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 150 def chargebacksStatus # #Updates an object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("d89c4a9e-bf03-4004-89c5-10dfcf1a693c",self) end
update()
click to toggle source
# File lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb, line 167 def update # #Updates an object of type ChargebacksDebitMasterCardAndEuropeDualAcquirer # #@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("bc09e5e2-d1e5-47d2-a5ce-0bdf785a2fb1",self) end