dhl-express-api-client
Version:
DHL express API client
40 lines • 1.64 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressExportDeclarationInvoice = void 0;
var SupermodelIoLogisticsExpressExportDeclarationInvoice = (function () {
function SupermodelIoLogisticsExpressExportDeclarationInvoice() {
}
SupermodelIoLogisticsExpressExportDeclarationInvoice.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressExportDeclarationInvoice.attributeTypeMap;
};
SupermodelIoLogisticsExpressExportDeclarationInvoice.discriminator = undefined;
SupermodelIoLogisticsExpressExportDeclarationInvoice.attributeTypeMap = [
{
"name": "number",
"baseName": "number",
"type": "string",
"format": ""
},
{
"name": "date",
"baseName": "date",
"type": "string",
"format": ""
},
{
"name": "_function",
"baseName": "function",
"type": "SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum",
"format": ""
},
{
"name": "customerReferences",
"baseName": "customerReferences",
"type": "Set<SupermodelIoLogisticsExpressExportDeclarationInvoiceCustomerReferencesInner>",
"format": ""
}
];
return SupermodelIoLogisticsExpressExportDeclarationInvoice;
}());
exports.SupermodelIoLogisticsExpressExportDeclarationInvoice = SupermodelIoLogisticsExpressExportDeclarationInvoice;
//# sourceMappingURL=SupermodelIoLogisticsExpressExportDeclarationInvoice.js.map