@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.2 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.Contact = void 0;
class Contact {
static getAttributeTypeMap() {
return Contact.attributeTypeMap;
}
constructor() {
}
}
exports.Contact = Contact;
Contact.discriminator = undefined;
Contact.mapping = undefined;
Contact.attributeTypeMap = [
{
"name": "email",
"baseName": "email",
"type": "string",
"format": ""
},
{
"name": "firstName",
"baseName": "firstName",
"type": "string",
"format": ""
},
{
"name": "infix",
"baseName": "infix",
"type": "string",
"format": ""
},
{
"name": "lastName",
"baseName": "lastName",
"type": "string",
"format": ""
},
{
"name": "phoneNumber",
"baseName": "phoneNumber",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=contact.js.map