Klarna Web SDK v1
    Preparing search index...

    Type Alias ShippingChangeSuccessResponse

    Success information for shipping address change.

    type ShippingChangeSuccessResponse = {
        lineItems?: LineItem[];
        paymentAmount?: number;
        selectedShippingOptionReference?: string;
        shippingOptions: ShippingOption[];
    }
    Index

    Properties

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