UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

30 lines 685 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.17.0 🍺 * Do not edit manually. * Palette APIs - 4.8 * 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