UNPKG

dhl-express-api-client

Version:
142 lines 5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequest = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequest = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequest() { } SupermodelIoLogisticsExpressCreateShipmentRequest.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequest.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequest.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequest.attributeTypeMap = [ { "name": "plannedShippingDateAndTime", "baseName": "plannedShippingDateAndTime", "type": "string", "format": "" }, { "name": "pickup", "baseName": "pickup", "type": "Pickup", "format": "" }, { "name": "productCode", "baseName": "productCode", "type": "string", "format": "" }, { "name": "localProductCode", "baseName": "localProductCode", "type": "string", "format": "" }, { "name": "getRateEstimates", "baseName": "getRateEstimates", "type": "boolean", "format": "" }, { "name": "accounts", "baseName": "accounts", "type": "Array<SupermodelIoLogisticsExpressAccount>", "format": "" }, { "name": "valueAddedServices", "baseName": "valueAddedServices", "type": "Array<SupermodelIoLogisticsExpressValueAddedServices>", "format": "" }, { "name": "outputImageProperties", "baseName": "outputImageProperties", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties", "format": "" }, { "name": "customerReferences", "baseName": "customerReferences", "type": "Array<SupermodelIoLogisticsExpressReference>", "format": "" }, { "name": "identifiers", "baseName": "identifiers", "type": "Set<SupermodelIoLogisticsExpressIdentifier>", "format": "" }, { "name": "customerDetails", "baseName": "customerDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails", "format": "" }, { "name": "content", "baseName": "content", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestContent", "format": "" }, { "name": "documentImages", "baseName": "documentImages", "type": "Array<SupermodelIoLogisticsExpressDocumentImagesInner>", "format": "" }, { "name": "onDemandDelivery", "baseName": "onDemandDelivery", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestOnDemandDelivery", "format": "" }, { "name": "requestOndemandDeliveryURL", "baseName": "requestOndemandDeliveryURL", "type": "boolean", "format": "" }, { "name": "shipmentNotification", "baseName": "shipmentNotification", "type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner>", "format": "" }, { "name": "prepaidCharges", "baseName": "prepaidCharges", "type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestPrepaidChargesInner>", "format": "" }, { "name": "getTransliteratedResponse", "baseName": "getTransliteratedResponse", "type": "boolean", "format": "" }, { "name": "estimatedDeliveryDate", "baseName": "estimatedDeliveryDate", "type": "EstimatedDeliveryDate", "format": "" }, { "name": "getAdditionalInformation", "baseName": "getAdditionalInformation", "type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestGetAdditionalInformationInner>", "format": "" }, { "name": "parentShipment", "baseName": "parentShipment", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequest; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequest = SupermodelIoLogisticsExpressCreateShipmentRequest; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequest.js.map