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.

19 lines 508 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema.js'; /** * Enum for TrialType */ export var TrialType; (function (TrialType) { TrialType["NoObligation"] = "no_obligation"; TrialType["PaymentExpected"] = "payment_expected"; })(TrialType || (TrialType = {})); /** * Schema for TrialType */ export const trialTypeSchema = stringEnum(TrialType); //# sourceMappingURL=trialType.js.map