PayFanout API reference
    Preparing search index...

    Interface PayPalBillingCycleLike

    interface PayPalBillingCycleLike {
        frequency?: { interval_count?: number; interval_unit?: string };
        pricing_scheme?: {
            fixed_price?: PayPalSubscriptionMoney;
            tiers?: unknown[];
        };
        sequence?: number;
        tenure_type?: string;
        total_cycles?: number;
    }
    Index
    frequency?: { interval_count?: number; interval_unit?: string }
    pricing_scheme?: { fixed_price?: PayPalSubscriptionMoney; tiers?: unknown[] }

    Absent on free-trial cycles; carries fixed_price for fixed pricing, tiers otherwise.

    sequence?: number
    tenure_type?: string

    "TRIAL" | "REGULAR"

    total_cycles?: number