UNPKG

@adyen/api-library

Version:

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

39 lines 999 B
"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.POIData = void 0; /** * Data related to the POI System. In the Message Response, identification of the POI transaction. */ class POIData { static getAttributeTypeMap() { return POIData.attributeTypeMap; } constructor() { } } exports.POIData = POIData; POIData.discriminator = undefined; POIData.mapping = undefined; POIData.attributeTypeMap = [ { "name": "POITransactionID", "baseName": "POITransactionID", "type": "TransactionIDType", "format": "" }, { "name": "POIReconciliationID", "baseName": "POIReconciliationID", "type": "number", "format": "" } ]; //# sourceMappingURL=pOIData.js.map