@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
78 lines • 1.93 kB
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.AccountHolderInfo = void 0;
class AccountHolderInfo {
static getAttributeTypeMap() {
return AccountHolderInfo.attributeTypeMap;
}
constructor() {
}
}
exports.AccountHolderInfo = AccountHolderInfo;
AccountHolderInfo.discriminator = undefined;
AccountHolderInfo.mapping = undefined;
AccountHolderInfo.attributeTypeMap = [
{
"name": "balancePlatform",
"baseName": "balancePlatform",
"type": "string",
"format": ""
},
{
"name": "capabilities",
"baseName": "capabilities",
"type": "{ [key: string]: AccountHolderCapability; }",
"format": ""
},
{
"name": "contactDetails",
"baseName": "contactDetails",
"type": "ContactDetails | null",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "legalEntityId",
"baseName": "legalEntityId",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "migratedAccountHolderCode",
"baseName": "migratedAccountHolderCode",
"type": "string",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "timeZone",
"baseName": "timeZone",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=accountHolderInfo.js.map