import { AutoEncoder } from '@simonbackx/simple-encoding'; import { STCredit } from './STCredit.js'; import { STInvoice } from './STInvoice.js'; import { STPackage } from './STPackage.js'; import { OrganizationPaymentMandate } from './OrganizationPaymentMandate.js'; import { STPendingInvoice } from './STPendingInvoice.js'; export declare class STBillingStatus extends AutoEncoder { invoices: STInvoice[]; packages: STPackage[]; pendingInvoice: STPendingInvoice | null; credits: STCredit[]; mandates: OrganizationPaymentMandate[]; } //# sourceMappingURL=STBillingStatus.d.ts.map