UNPKG

@adyen/api-library

Version:

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

56 lines 1.76 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.VerificationErrorRecursive = void 0; class VerificationErrorRecursive { static getAttributeTypeMap() { return VerificationErrorRecursive.attributeTypeMap; } constructor() { } } exports.VerificationErrorRecursive = VerificationErrorRecursive; VerificationErrorRecursive.discriminator = undefined; VerificationErrorRecursive.mapping = undefined; VerificationErrorRecursive.attributeTypeMap = [ { "name": "code", "baseName": "code", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "VerificationErrorRecursive.TypeEnum", "format": "" }, { "name": "remediatingActions", "baseName": "remediatingActions", "type": "Array<RemediatingAction>", "format": "" } ]; (function (VerificationErrorRecursive) { let TypeEnum; (function (TypeEnum) { TypeEnum["DataMissing"] = "dataMissing"; TypeEnum["InvalidInput"] = "invalidInput"; TypeEnum["PendingStatus"] = "pendingStatus"; })(TypeEnum = VerificationErrorRecursive.TypeEnum || (VerificationErrorRecursive.TypeEnum = {})); })(VerificationErrorRecursive = exports.VerificationErrorRecursive || (exports.VerificationErrorRecursive = {})); //# sourceMappingURL=verificationErrorRecursive.js.map