UNPKG

@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.

16 lines 678 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { bigint, expandoObject, lazy, optional, string, } from '../schema.js'; import { breakoutsSchema } from './breakouts.js'; export const mRRSchema = lazy(() => expandoObject({ amountInCents: ['amount_in_cents', optional(bigint())], amountFormatted: ['amount_formatted', optional(string())], currency: ['currency', optional(string())], currencySymbol: ['currency_symbol', optional(string())], breakouts: ['breakouts', optional(breakoutsSchema)], atTime: ['at_time', optional(string())], })); //# sourceMappingURL=mRR.js.map