@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.
25 lines • 971 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../../schema';
import { ResumeOptions } from '../resumeOptions';
/** This is a container type for one-of types. */
export type ReactivateSubscriptionRequestResume = boolean | ResumeOptions;
export declare const reactivateSubscriptionRequestResumeSchema: Schema<ReactivateSubscriptionRequestResume>;
export declare namespace ReactivateSubscriptionRequestResume {
/**
* Validation method to narrow down union type to boolean type case.
*
* This is Boolean case.
*/
function isBoolean(value: unknown): value is boolean;
/**
* Validation method to narrow down union type to ResumeOptions type case.
*
* This is Resume Options case.
*/
function isResumeOptions(value: unknown): value is ResumeOptions;
}
//# sourceMappingURL=reactivateSubscriptionRequestResume.d.ts.map