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 660 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { expandoObject, nullable, number, optional, string, } from '../schema'; export const productFamilySchema = expandoObject({ id: ['id', optional(number())], name: ['name', optional(string())], handle: ['handle', optional(string())], accountingCode: ['accounting_code', optional(nullable(string()))], description: ['description', optional(nullable(string()))], createdAt: ['created_at', optional(string())], updatedAt: ['updated_at', optional(string())], }); //# sourceMappingURL=productFamily.js.map