UNPKG

dhl-express-api-client

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