Class: MasterCard::API::Mastercom::ChargebacksDebitMasterCardAndEuropeDualAcquirer
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Mastercom::ChargebacksDebitMasterCardAndEuropeDualAcquirer
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb
Class Method Summary collapse
Instance Method Summary collapse
- #acknowledgeReceivedChargebacks ⇒ Object
- #chargebacksImageStatus ⇒ Object
- #chargebacksStatus ⇒ Object
- #update ⇒ Object
Class Method Details
.create(mapObj) ⇒ Object
83 84 85 86 87 88 89 90 91 |
# 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) ⇒ Object
99 100 101 102 103 104 105 106 107 |
# 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) ⇒ Object
120 121 122 123 124 125 126 127 128 129 |
# 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 |
Instance Method Details
#acknowledgeReceivedChargebacks ⇒ Object
67 68 69 70 71 72 73 74 75 |
# 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 ⇒ Object
133 134 135 136 137 138 139 140 141 |
# 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 ⇒ Object
150 151 152 153 154 155 156 157 158 |
# 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 ⇒ Object
167 168 169 170 171 172 173 174 175 |
# 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 |