/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
/**
 * Stripe price detail object
 */
export type PaymentPlan = {
    /** Billing scheme */
    billingScheme?: string;
    /** Unit of currency */
    currency?: string;
    /** Stripe payment plan id */
    id?: string;
    /** Name of the stripe plan */
    name?: string;
    /** Product identifier */
    productId?: string;
    /** Type of payment plan */
    type?: string;
    /** Unit amount for the product */
    unitAmount?: number;
};
//# sourceMappingURL=paymentPlan.d.ts.map