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.

23 lines 795 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for CancellationMethod */ export var CancellationMethod; (function (CancellationMethod) { CancellationMethod["MerchantUi"] = "merchant_ui"; CancellationMethod["MerchantApi"] = "merchant_api"; CancellationMethod["Dunning"] = "dunning"; CancellationMethod["BillingPortal"] = "billing_portal"; CancellationMethod["Unknown"] = "unknown"; CancellationMethod["Imported"] = "imported"; })(CancellationMethod || (CancellationMethod = {})); /** * Schema for CancellationMethod */ export const cancellationMethodSchema = stringEnum(CancellationMethod); //# sourceMappingURL=cancellationMethod.js.map