UNPKG

dhl-express-api-client

Version:
46 lines 2.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails() { } SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails.attributeTypeMap = [ { "name": "postalAddress", "baseName": "postalAddress", "type": "SupermodelIoLogisticsExpressAddressCreateShipmentRequest", "format": "" }, { "name": "contactInformation", "baseName": "contactInformation", "type": "SupermodelIoLogisticsExpressContact", "format": "" }, { "name": "registrationNumbers", "baseName": "registrationNumbers", "type": "Array<SupermodelIoLogisticsExpressRegistrationNumbers>", "format": "" }, { "name": "bankDetails", "baseName": "bankDetails", "type": "Set<SupermodelIoLogisticsExpressBankDetailsInner>", "format": "" }, { "name": "typeCode", "baseName": "typeCode", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetailsTypeCodeEnum", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails = SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails.js.map