UNPKG

@adyen/api-library

Version:

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

51 lines 1.35 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.POISoftware = void 0; /** * Information related to the software of the POI System which manages the Sale to POI protocol. In a session allows identifying the product features of a POI System. */ class POISoftware { static getAttributeTypeMap() { return POISoftware.attributeTypeMap; } constructor() { } } exports.POISoftware = POISoftware; POISoftware.discriminator = undefined; POISoftware.mapping = undefined; POISoftware.attributeTypeMap = [ { "name": "ManufacturerID", "baseName": "ManufacturerID", "type": "string", "format": "" }, { "name": "ApplicationName", "baseName": "ApplicationName", "type": "string", "format": "" }, { "name": "SoftwareVersion", "baseName": "SoftwareVersion", "type": "string", "format": "" }, { "name": "CertificationCode", "baseName": "CertificationCode", "type": "string", "format": "" } ]; //# sourceMappingURL=pOISoftware.js.map