UNPKG

@adyen/api-library

Version:

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

39 lines 976 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.HostStatus = void 0; /** * Indicate the reachability of the host by the POI Terminal. State of a Host. */ class HostStatus { static getAttributeTypeMap() { return HostStatus.attributeTypeMap; } constructor() { } } exports.HostStatus = HostStatus; HostStatus.discriminator = undefined; HostStatus.mapping = undefined; HostStatus.attributeTypeMap = [ { "name": "AcquirerID", "baseName": "AcquirerID", "type": "number", "format": "" }, { "name": "IsReachableFlag", "baseName": "IsReachableFlag", "type": "boolean", "format": "" } ]; //# sourceMappingURL=hostStatus.js.map