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.

15 lines 631 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { ComponentCustomPrice } from './componentCustomPrice.js'; export interface UpdateSubscriptionComponent { componentId?: number; /** Create or update custom pricing unique to the subscription. Used in place of `price_point_id`. */ customPrice?: ComponentCustomPrice; [key: string]: unknown; } export declare const updateSubscriptionComponentSchema: Schema<UpdateSubscriptionComponent>; //# sourceMappingURL=updateSubscriptionComponent.d.ts.map