dhl-express-api-client
Version:
DHL express API client
46 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressContactBuyer = void 0;
var SupermodelIoLogisticsExpressContactBuyer = (function () {
function SupermodelIoLogisticsExpressContactBuyer() {
}
SupermodelIoLogisticsExpressContactBuyer.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressContactBuyer.attributeTypeMap;
};
SupermodelIoLogisticsExpressContactBuyer.discriminator = undefined;
SupermodelIoLogisticsExpressContactBuyer.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 SupermodelIoLogisticsExpressContactBuyer;
}());
exports.SupermodelIoLogisticsExpressContactBuyer = SupermodelIoLogisticsExpressContactBuyer;
//# sourceMappingURL=SupermodelIoLogisticsExpressContactBuyer.js.map