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

    Interface ShippingOptionSelectSuccessResponse

    Success information for shipping option select.

    interface ShippingOptionSelectSuccessResponse {
        amount: number;
        lineItems: LineItem[];
    }
    Index

    Properties

    Properties

    amount: number
    lineItems: LineItem[]