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