@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
84 lines • 1.78 kB
JavaScript
;
/*
* 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.User = void 0;
class User {
static getAttributeTypeMap() {
return User.attributeTypeMap;
}
constructor() {
}
}
exports.User = User;
User.discriminator = undefined;
User.mapping = undefined;
User.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=user.js.map