@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
69 lines • 1.74 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.POIStatus = void 0;
/**
* Indicate the availability of the POI Terminal components. The data element is absent if the component is not part of the POI Terminal. State of a POI Terminal.
*/
class POIStatus {
static getAttributeTypeMap() {
return POIStatus.attributeTypeMap;
}
constructor() {
}
}
exports.POIStatus = POIStatus;
POIStatus.discriminator = undefined;
POIStatus.mapping = undefined;
POIStatus.attributeTypeMap = [
{
"name": "GlobalStatus",
"baseName": "GlobalStatus",
"type": "GlobalStatus",
"format": ""
},
{
"name": "SecurityOKFlag",
"baseName": "SecurityOKFlag",
"type": "boolean",
"format": ""
},
{
"name": "PEDOKFlag",
"baseName": "PEDOKFlag",
"type": "boolean",
"format": ""
},
{
"name": "CardReaderOKFlag",
"baseName": "CardReaderOKFlag",
"type": "boolean",
"format": ""
},
{
"name": "PrinterStatus",
"baseName": "PrinterStatus",
"type": "PrinterStatus",
"format": ""
},
{
"name": "CommunicationOKFlag",
"baseName": "CommunicationOKFlag",
"type": "boolean",
"format": ""
},
{
"name": "FraudPreventionFlag",
"baseName": "FraudPreventionFlag",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=pOIStatus.js.map