@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
48 lines • 1.14 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.ContactDetails = void 0;
class ContactDetails {
static getAttributeTypeMap() {
return ContactDetails.attributeTypeMap;
}
constructor() {
}
}
exports.ContactDetails = ContactDetails;
ContactDetails.discriminator = undefined;
ContactDetails.mapping = undefined;
ContactDetails.attributeTypeMap = [
{
"name": "address",
"baseName": "address",
"type": "Address",
"format": ""
},
{
"name": "email",
"baseName": "email",
"type": "string",
"format": ""
},
{
"name": "phone",
"baseName": "phone",
"type": "Phone",
"format": ""
},
{
"name": "webAddress",
"baseName": "webAddress",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=contactDetails.js.map