UNPKG

dhl-express-api-client

Version:
124 lines 4.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressLandedCostRequest = void 0; var SupermodelIoLogisticsExpressLandedCostRequest = (function () { function SupermodelIoLogisticsExpressLandedCostRequest() { } SupermodelIoLogisticsExpressLandedCostRequest.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressLandedCostRequest.attributeTypeMap; }; SupermodelIoLogisticsExpressLandedCostRequest.discriminator = undefined; SupermodelIoLogisticsExpressLandedCostRequest.attributeTypeMap = [ { "name": "customerDetails", "baseName": "customerDetails", "type": "SupermodelIoLogisticsExpressLandedCostRequestCustomerDetails", "format": "" }, { "name": "accounts", "baseName": "accounts", "type": "Array<SupermodelIoLogisticsExpressAccount>", "format": "" }, { "name": "productCode", "baseName": "productCode", "type": "string", "format": "" }, { "name": "localProductCode", "baseName": "localProductCode", "type": "string", "format": "" }, { "name": "unitOfMeasurement", "baseName": "unitOfMeasurement", "type": "SupermodelIoLogisticsExpressLandedCostRequestUnitOfMeasurementEnum", "format": "" }, { "name": "currencyCode", "baseName": "currencyCode", "type": "string", "format": "" }, { "name": "isCustomsDeclarable", "baseName": "isCustomsDeclarable", "type": "boolean", "format": "" }, { "name": "isDTPRequested", "baseName": "isDTPRequested", "type": "boolean", "format": "" }, { "name": "isInsuranceRequested", "baseName": "isInsuranceRequested", "type": "boolean", "format": "" }, { "name": "getCostBreakdown", "baseName": "getCostBreakdown", "type": "boolean", "format": "" }, { "name": "charges", "baseName": "charges", "type": "Array<SupermodelIoLogisticsExpressLandedCostRequestChargesInner>", "format": "" }, { "name": "shipmentPurpose", "baseName": "shipmentPurpose", "type": "SupermodelIoLogisticsExpressLandedCostRequestShipmentPurposeEnum", "format": "" }, { "name": "transportationMode", "baseName": "transportationMode", "type": "SupermodelIoLogisticsExpressLandedCostRequestTransportationModeEnum", "format": "" }, { "name": "merchantSelectedCarrierName", "baseName": "merchantSelectedCarrierName", "type": "SupermodelIoLogisticsExpressLandedCostRequestMerchantSelectedCarrierNameEnum", "format": "" }, { "name": "packages", "baseName": "packages", "type": "Array<SupermodelIoLogisticsExpressPackageRR>", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<SupermodelIoLogisticsExpressLandedCostRequestItemsInner>", "format": "" }, { "name": "getTariffFormula", "baseName": "getTariffFormula", "type": "boolean", "format": "" }, { "name": "getQuotationID", "baseName": "getQuotationID", "type": "boolean", "format": "" } ]; return SupermodelIoLogisticsExpressLandedCostRequest; }()); exports.SupermodelIoLogisticsExpressLandedCostRequest = SupermodelIoLogisticsExpressLandedCostRequest; //# sourceMappingURL=SupermodelIoLogisticsExpressLandedCostRequest.js.map