UNPKG

@adyen/api-library

Version:

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

45 lines 1.21 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.DiagnosisRequest = void 0; /** * It conveys Information related to the target POI for which the diagnosis is requested. Content of the Diagnosis Request message. */ class DiagnosisRequest { static getAttributeTypeMap() { return DiagnosisRequest.attributeTypeMap; } constructor() { } } exports.DiagnosisRequest = DiagnosisRequest; DiagnosisRequest.discriminator = undefined; DiagnosisRequest.mapping = undefined; DiagnosisRequest.attributeTypeMap = [ { "name": "POIID", "baseName": "POIID", "type": "string", "format": "" }, { "name": "HostDiagnosisFlag", "baseName": "HostDiagnosisFlag", "type": "boolean", "format": "" }, { "name": "AcquirerID", "baseName": "AcquirerID", "type": "Array<number>", "format": "" } ]; //# sourceMappingURL=diagnosisRequest.js.map