@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.
17 lines • 754 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, expandoObject, lazy, number, optional, string, } from '../schema.js';
import { movementSchema } from './movement.js';
export const listMRRResponseResultSchema = lazy(() => expandoObject({
page: ['page', optional(number())],
perPage: ['per_page', optional(number())],
totalPages: ['total_pages', optional(number())],
totalEntries: ['total_entries', optional(number())],
currency: ['currency', optional(string())],
currencySymbol: ['currency_symbol', optional(string())],
movements: ['movements', optional(array(movementSchema))],
}));
//# sourceMappingURL=listMRRResponseResult.js.map