@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
84 lines • 1.94 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.Individual = void 0;
class Individual {
static getAttributeTypeMap() {
return Individual.attributeTypeMap;
}
constructor() {
}
}
exports.Individual = Individual;
Individual.discriminator = undefined;
Individual.mapping = undefined;
Individual.attributeTypeMap = [
{
"name": "birthData",
"baseName": "birthData",
"type": "BirthData | null",
"format": ""
},
{
"name": "email",
"baseName": "email",
"type": "string",
"format": ""
},
{
"name": "identificationData",
"baseName": "identificationData",
"type": "IdentificationData | null",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "Name",
"format": ""
},
{
"name": "nationality",
"baseName": "nationality",
"type": "string",
"format": ""
},
{
"name": "phone",
"baseName": "phone",
"type": "PhoneNumber | null",
"format": ""
},
{
"name": "residentialAddress",
"baseName": "residentialAddress",
"type": "Address",
"format": ""
},
{
"name": "support",
"baseName": "support",
"type": "Support | null",
"format": ""
},
{
"name": "taxInformation",
"baseName": "taxInformation",
"type": "Array<TaxInformation>",
"format": ""
},
{
"name": "webData",
"baseName": "webData",
"type": "WebData | null",
"format": ""
}
];
//# sourceMappingURL=individual.js.map