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