UNPKG

@adyen/api-library

Version:

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

72 lines 1.79 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; } constructor() { } } exports.AccountCapabilityData = AccountCapabilityData; AccountCapabilityData.discriminator = undefined; AccountCapabilityData.mapping = undefined; AccountCapabilityData.attributeTypeMap = [ { "name": "allowed", "baseName": "allowed", "type": "boolean", "format": "" }, { "name": "allowedLevel", "baseName": "allowedLevel", "type": "string", "format": "" }, { "name": "capability", "baseName": "capability", "type": "string", "format": "" }, { "name": "problems", "baseName": "problems", "type": "Array<CapabilityProblem>", "format": "" }, { "name": "requested", "baseName": "requested", "type": "boolean", "format": "" }, { "name": "requestedLevel", "baseName": "requestedLevel", "type": "string", "format": "" }, { "name": "verificationDeadline", "baseName": "verificationDeadline", "type": "Date", "format": "date-time" }, { "name": "verificationStatus", "baseName": "verificationStatus", "type": "string", "format": "" } ]; //# sourceMappingURL=accountCapabilityData.js.map