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 672 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'; import { breakoutsSchema } from './breakouts'; export const mRRSchema = expandoObject({ amountInCents: ['amount_in_cents', optional(bigint())], amountFormatted: ['amount_formatted', optional(string())], currency: ['currency', optional(string())], currencySymbol: ['currency_symbol', optional(string())], breakouts: ['breakouts', optional(lazy(() => breakoutsSchema))], atTime: ['at_time', optional(string())], }); //# sourceMappingURL=mRR.js.map