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.

20 lines 750 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { boolean, expandoObject, nullable, optional, string, } from '../schema.js'; export const cancellationOptionsSchema = expandoObject({ cancellationMessage: ['cancellation_message', optional(string())], reasonCode: ['reason_code', optional(string())], cancelAtEndOfPeriod: ['cancel_at_end_of_period', optional(boolean())], scheduledCancellationAt: [ 'scheduled_cancellation_at', optional(nullable(string())), ], refundPrepaymentAccountBalance: [ 'refund_prepayment_account_balance', optional(boolean()), ], }); //# sourceMappingURL=cancellationOptions.js.map