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 678 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { bigint, expandoObject, nullable, number, optional, string, } from '../schema.js'; export const couponUsageSchema = expandoObject({ id: ['id', optional(number())], name: ['name', optional(string())], signups: ['signups', optional(number())], savings: ['savings', optional(nullable(number()))], savingsInCents: ['savings_in_cents', optional(nullable(bigint()))], revenue: ['revenue', optional(nullable(number()))], revenueInCents: ['revenue_in_cents', optional(bigint())], }); //# sourceMappingURL=couponUsage.js.map