Klarna Web SDK v2/r6
    Preparing search index...

    Interface BillingPlan

    interface BillingPlan {
        billingAmount: string;
        currency?: string;
        from: string;
        interval: "DAY" | "WEEK" | "MONTH" | "YEAR";
        intervalFrequency: number;
    }
    Index

    Properties

    billingAmount: string
    currency?: string
    from: string
    interval: "DAY" | "WEEK" | "MONTH" | "YEAR"

    Interval of the subscription.

    intervalFrequency: number