Class: MasterCard::API::Mastercom::Reconciliation
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Mastercom::Reconciliation
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mastercom/reconciliation.rb
Class Method Summary collapse
Class Method Details
.acknowledgeReconciliationRequest(mapObj) ⇒ Object
61 62 63 64 65 66 67 68 69 |
# File 'lib/mastercard/api/mastercom/reconciliation.rb', line 61 def self.acknowledgeReconciliationRequest(mapObj) # #Creates object of type Reconciliation # #@param Dict mapObj, containing the required parameters to create a new object #@return [Reconciliation] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("e4818cbd-5590-4c1c-9825-4ebae21aff5b", Reconciliation.new(mapObj)) end |
.retrieveReconciliationReport(mapObj) ⇒ Object
77 78 79 80 81 82 83 84 85 |
# File 'lib/mastercard/api/mastercom/reconciliation.rb', line 77 def self.retrieveReconciliationReport(mapObj) # #Creates object of type Reconciliation # #@param Dict mapObj, containing the required parameters to create a new object #@return [Reconciliation] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("624a3e08-fbe2-406d-a6c4-8038a666ec87", Reconciliation.new(mapObj)) end |