Paddle SDK - v5.0.0
    Preparing search index...

    Interface SubscriptionPlan

    interface SubscriptionPlan {
        billing_period: number;
        billing_type: string;
        id: number;
        initial_price: Record<string, string>;
        name: string;
        recurring_price: Record<string, string>;
        trial_days: number;
    }
    Index

    Properties

    billing_period: number
    billing_type: string
    id: number
    initial_price: Record<string, string>
    name: string
    recurring_price: Record<string, string>
    trial_days: number