@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
51 lines • 1.3 kB
JavaScript
;
/*
* 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.SaleSoftware = void 0;
/**
* Information related to the software of the Sale System which manages the NEXO Sale to POI protocol.
*/
class SaleSoftware {
static getAttributeTypeMap() {
return SaleSoftware.attributeTypeMap;
}
constructor() {
}
}
exports.SaleSoftware = SaleSoftware;
SaleSoftware.discriminator = undefined;
SaleSoftware.mapping = undefined;
SaleSoftware.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=saleSoftware.js.map