dhl-express-api-client
Version:
DHL express API client
28 lines • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressContactCreateShipmentResponse = void 0;
var SupermodelIoLogisticsExpressContactCreateShipmentResponse = (function () {
function SupermodelIoLogisticsExpressContactCreateShipmentResponse() {
}
SupermodelIoLogisticsExpressContactCreateShipmentResponse.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressContactCreateShipmentResponse.attributeTypeMap;
};
SupermodelIoLogisticsExpressContactCreateShipmentResponse.discriminator = undefined;
SupermodelIoLogisticsExpressContactCreateShipmentResponse.attributeTypeMap = [
{
"name": "companyName",
"baseName": "companyName",
"type": "string",
"format": ""
},
{
"name": "fullName",
"baseName": "fullName",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressContactCreateShipmentResponse;
}());
exports.SupermodelIoLogisticsExpressContactCreateShipmentResponse = SupermodelIoLogisticsExpressContactCreateShipmentResponse;
//# sourceMappingURL=SupermodelIoLogisticsExpressContactCreateShipmentResponse.js.map