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.

24 lines 921 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../../schema.js'; /** This is a container type for one-of types. */ export type SubscriptionCustomPriceInitialChargeInCents = string | bigint; export declare const subscriptionCustomPriceInitialChargeInCentsSchema: Schema<SubscriptionCustomPriceInitialChargeInCents>; export declare namespace SubscriptionCustomPriceInitialChargeInCents { /** * Validation method to narrow down union type to string type case. * * This is String case. */ function isString(value: unknown): value is string; /** * Validation method to narrow down union type to bigint type case. * * This is Long case. */ function isBigint(value: unknown): value is bigint; } //# sourceMappingURL=subscriptionCustomPriceInitialChargeInCents.d.ts.map