UNPKG

dhl-express-api-client

Version:
58 lines 2.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails() { } SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails.attributeTypeMap = [ { "name": "shipperDetails", "baseName": "shipperDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails", "format": "" }, { "name": "receiverDetails", "baseName": "receiverDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails", "format": "" }, { "name": "buyerDetails", "baseName": "buyerDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails", "format": "" }, { "name": "importerDetails", "baseName": "importerDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails", "format": "" }, { "name": "exporterDetails", "baseName": "exporterDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails", "format": "" }, { "name": "sellerDetails", "baseName": "sellerDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails", "format": "" }, { "name": "payerDetails", "baseName": "payerDetails", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails = SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails.js.map