UNPKG

@adyen/api-library

Version:

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

61 lines 1.53 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.AccountCapabilityData = void 0; class AccountCapabilityData { static getAttributeTypeMap() { return AccountCapabilityData.attributeTypeMap; } } exports.AccountCapabilityData = AccountCapabilityData; AccountCapabilityData.discriminator = undefined; AccountCapabilityData.attributeTypeMap = [ { "name": "allowed", "baseName": "allowed", "type": "boolean" }, { "name": "allowedLevel", "baseName": "allowedLevel", "type": "string" }, { "name": "capability", "baseName": "capability", "type": "string" }, { "name": "problems", "baseName": "problems", "type": "Array<CapabilityProblem>" }, { "name": "requested", "baseName": "requested", "type": "boolean" }, { "name": "requestedLevel", "baseName": "requestedLevel", "type": "string" }, { "name": "verificationDeadline", "baseName": "verificationDeadline", "type": "Date" }, { "name": "verificationStatus", "baseName": "verificationStatus", "type": "string" } ]; //# sourceMappingURL=accountCapabilityData.js.map