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

    Interface ShippingChangeRejectionResponse

    Shipping address change rejection response.

    interface ShippingChangeRejectionResponse {
        rejectionReason:
            | "COUNTRY_NOT_SUPPORTED"
            | "POSTAL_CODE_NOT_SUPPORTED"
            | "CITY_NOT_SUPPORTED"
            | "REGION_NOT_SUPPORTED"
            | "ADDRESS_NOT_SUPPORTED";
    }
    Index

    Properties

    Properties

    rejectionReason:
        | "COUNTRY_NOT_SUPPORTED"
        | "POSTAL_CODE_NOT_SUPPORTED"
        | "CITY_NOT_SUPPORTED"
        | "REGION_NOT_SUPPORTED"
        | "ADDRESS_NOT_SUPPORTED"