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.

15 lines 633 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { array, expandoObject, lazy, optional, string, } from '../schema'; import { metafieldInputSchema } from './metafieldInput'; import { metafieldScopeSchema } from './metafieldScope'; export const createMetafieldSchema = expandoObject({ name: ['name', optional(string())], scope: ['scope', optional(lazy(() => metafieldScopeSchema))], inputType: ['input_type', optional(metafieldInputSchema)], mEnum: ['enum', optional(array(string()))], }); //# sourceMappingURL=createMetafield.js.map