dhl-express-api-client
Version:
DHL express API client
46 lines • 1.45 kB
JavaScript
;
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