UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

51 lines 1.46 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ReconciliationResponse = void 0; /** * It conveys Information related to the Reconciliation transaction processed by the POI System. Content of the Reconciliation Response message. */ class ReconciliationResponse { static getAttributeTypeMap() { return ReconciliationResponse.attributeTypeMap; } constructor() { } } exports.ReconciliationResponse = ReconciliationResponse; ReconciliationResponse.discriminator = undefined; ReconciliationResponse.mapping = undefined; ReconciliationResponse.attributeTypeMap = [ { "name": "Response", "baseName": "Response", "type": "Response", "format": "" }, { "name": "ReconciliationType", "baseName": "ReconciliationType", "type": "ReconciliationType", "format": "" }, { "name": "POIReconciliationID", "baseName": "POIReconciliationID", "type": "number", "format": "" }, { "name": "TransactionTotals", "baseName": "TransactionTotals", "type": "Array<TransactionTotals>", "format": "" } ]; //# sourceMappingURL=reconciliationResponse.js.map