@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.
19 lines • 960 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
export interface SubscriptionMigrationPreview {
/** The amount of the prorated adjustment that would be issued for the current subscription. */
proratedAdjustmentInCents?: bigint;
/** The amount of the charge that would be created for the new product. */
chargeInCents?: bigint;
/** The amount of the payment due in the case of an upgrade. */
paymentDueInCents?: bigint;
/** Represents a credit in cents that is applied to your subscription as part of a migration process for a specific product, which reduces the amount owed for the subscription. */
creditAppliedInCents?: bigint;
[key: string]: unknown;
}
export declare const subscriptionMigrationPreviewSchema: Schema<SubscriptionMigrationPreview>;
//# sourceMappingURL=subscriptionMigrationPreview.d.ts.map