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.

18 lines 812 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { expandoObject, lazy, nullable, number, optional, string, } from '../schema.js'; import { metafieldEnumSchema, } from './containers/metafieldEnum.js'; import { metafieldInputSchema } from './metafieldInput.js'; import { metafieldScopeSchema } from './metafieldScope.js'; export const metafieldSchema = lazy(() => expandoObject({ id: ['id', optional(number())], name: ['name', optional(string())], scope: ['scope', optional(metafieldScopeSchema)], dataCount: ['data_count', optional(number())], inputType: ['input_type', optional(metafieldInputSchema)], mEnum: ['enum', optional(nullable(metafieldEnumSchema))], })); //# sourceMappingURL=metafield.js.map