dhl-express-api-client
Version:
DHL express API client
46 lines • 2.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails = void 0;
var SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails = (function () {
function SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails() {
}
SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails.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": "SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetailsTypeCodeEnum",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails = SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails.js.map