dhl-express-api-client
Version:
DHL express API client
28 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressUploadInvoiceDataResponse = void 0;
var SupermodelIoLogisticsExpressUploadInvoiceDataResponse = (function () {
function SupermodelIoLogisticsExpressUploadInvoiceDataResponse() {
}
SupermodelIoLogisticsExpressUploadInvoiceDataResponse.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressUploadInvoiceDataResponse.attributeTypeMap;
};
SupermodelIoLogisticsExpressUploadInvoiceDataResponse.discriminator = undefined;
SupermodelIoLogisticsExpressUploadInvoiceDataResponse.attributeTypeMap = [
{
"name": "warnings",
"baseName": "warnings",
"type": "Array<string>",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressUploadInvoiceDataResponse;
}());
exports.SupermodelIoLogisticsExpressUploadInvoiceDataResponse = SupermodelIoLogisticsExpressUploadInvoiceDataResponse;
//# sourceMappingURL=SupermodelIoLogisticsExpressUploadInvoiceDataResponse.js.map