UNPKG

dhl-express-api-client

Version:
46 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressContact = void 0; var SupermodelIoLogisticsExpressContact = (function () { function SupermodelIoLogisticsExpressContact() { } SupermodelIoLogisticsExpressContact.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressContact.attributeTypeMap; }; SupermodelIoLogisticsExpressContact.discriminator = undefined; SupermodelIoLogisticsExpressContact.attributeTypeMap = [ { "name": "email", "baseName": "email", "type": "string", "format": "" }, { "name": "phone", "baseName": "phone", "type": "string", "format": "" }, { "name": "mobilePhone", "baseName": "mobilePhone", "type": "string", "format": "" }, { "name": "companyName", "baseName": "companyName", "type": "string", "format": "" }, { "name": "fullName", "baseName": "fullName", "type": "string", "format": "" } ]; return SupermodelIoLogisticsExpressContact; }()); exports.SupermodelIoLogisticsExpressContact = SupermodelIoLogisticsExpressContact; //# sourceMappingURL=SupermodelIoLogisticsExpressContact.js.map