Klarna Web SDK v2
    Preparing search index...

    Interface ShippingChangeSuccessResponse

    Success information for shipping address change.

    interface ShippingChangeSuccessResponse {
        amount?: number;
        lineItems?: LineItem[];
        selectedShippingOptionReference?: string;
        shippingOptions: ShippingOption[];
    }
    Index

    Properties

    amount?: number
    lineItems?: LineItem[]
    selectedShippingOptionReference?: string
    shippingOptions: ShippingOption[]