UNPKG

@adyen/api-library

Version:

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

84 lines 1.91 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.CreateUserResponse = void 0; class CreateUserResponse { static getAttributeTypeMap() { return CreateUserResponse.attributeTypeMap; } constructor() { } } exports.CreateUserResponse = CreateUserResponse; CreateUserResponse.discriminator = undefined; CreateUserResponse.mapping = undefined; CreateUserResponse.attributeTypeMap = [ { "name": "_links", "baseName": "_links", "type": "Links | null", "format": "" }, { "name": "accountGroups", "baseName": "accountGroups", "type": "Array<string>", "format": "" }, { "name": "active", "baseName": "active", "type": "boolean", "format": "" }, { "name": "apps", "baseName": "apps", "type": "Array<string>", "format": "" }, { "name": "email", "baseName": "email", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "Name | null", "format": "" }, { "name": "roles", "baseName": "roles", "type": "Array<string>", "format": "" }, { "name": "timeZoneCode", "baseName": "timeZoneCode", "type": "string", "format": "" }, { "name": "username", "baseName": "username", "type": "string", "format": "" } ]; //# sourceMappingURL=createUserResponse.js.map