dhl-express-api-client
Version:
DHL express API client
46 lines • 2.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner = void 0;
var SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner = (function () {
function SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner() {
}
SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner.attributeTypeMap = [
{
"name": "typeCode",
"baseName": "typeCode",
"type": "SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInnerTypeCodeEnum",
"format": ""
},
{
"name": "receiverId",
"baseName": "receiverId",
"type": "string",
"format": ""
},
{
"name": "languageCode",
"baseName": "languageCode",
"type": "string",
"format": ""
},
{
"name": "languageCountryCode",
"baseName": "languageCountryCode",
"type": "string",
"format": ""
},
{
"name": "bespokeMessage",
"baseName": "bespokeMessage",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner = SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner.js.map