"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvoiceV4 = void 0;
var invoiceV4_1 = require("./invoiceV4");
Object.defineProperty(exports, "InvoiceV4", { enumerable: true, get: function () { return invoiceV4_1.InvoiceV4; } });