@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
22 lines • 990 B
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.applyDebitNoteEventSchema = void 0;
var schema_js_1 = require("../schema.js");
var applyDebitNoteEventData_js_1 = require("./applyDebitNoteEventData.js");
var invoice_js_1 = require("./invoice.js");
var invoiceEventType_js_1 = require("./invoiceEventType.js");
exports.applyDebitNoteEventSchema = (0, schema_js_1.lazy)(function () {
return (0, schema_js_1.expandoObject)({
id: ['id', (0, schema_js_1.bigint)()],
timestamp: ['timestamp', (0, schema_js_1.string)()],
invoice: ['invoice', invoice_js_1.invoiceSchema],
eventType: ['event_type', invoiceEventType_js_1.invoiceEventTypeSchema],
eventData: ['event_data', applyDebitNoteEventData_js_1.applyDebitNoteEventDataSchema],
});
});
//# sourceMappingURL=applyDebitNoteEvent.js.map