Klarna Web SDK v2
    Preparing search index...

    Interface Subscription

    Represents a single subscription.

    interface Subscription {
        billingPlans: BillingPlan[];
        freeTrial?: "ACTIVE" | "INACTIVE";
        name: string;
        subscriptionReference: string;
    }
    Index
    billingPlans: BillingPlan[]
    freeTrial?: "ACTIVE" | "INACTIVE"
    name: string

    Specify the name of the subscription.

    subscriptionReference: string

    Provide a unique reference for the subscription.