UNPKG

dhl-express-api-client

Version:
70 lines 2.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestContent = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequestContent = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequestContent() { } SupermodelIoLogisticsExpressCreateShipmentRequestContent.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequestContent.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequestContent.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequestContent.attributeTypeMap = [ { "name": "packages", "baseName": "packages", "type": "Array<SupermodelIoLogisticsExpressPackage>", "format": "" }, { "name": "isCustomsDeclarable", "baseName": "isCustomsDeclarable", "type": "boolean", "format": "" }, { "name": "declaredValue", "baseName": "declaredValue", "type": "number", "format": "" }, { "name": "declaredValueCurrency", "baseName": "declaredValueCurrency", "type": "string", "format": "" }, { "name": "exportDeclaration", "baseName": "exportDeclaration", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "uSFilingTypeValue", "baseName": "USFilingTypeValue", "type": "string", "format": "" }, { "name": "incoterm", "baseName": "incoterm", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentIncotermEnum", "format": "" }, { "name": "unitOfMeasurement", "baseName": "unitOfMeasurement", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentUnitOfMeasurementEnum", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequestContent; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequestContent = SupermodelIoLogisticsExpressCreateShipmentRequestContent; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestContent.js.map