@paypal/paypal-js
    Preparing search index...

    Type Alias OnShippingOptionsChangeData

    type OnShippingOptionsChangeData = {
        errors: ShippingOptionsErrorMessages;
        orderId: string;
        selectedShippingOption: {
            amount: { currencyCode: string; value: string };
            id: string;
            label: string;
            selected: boolean;
            type: string;
        };
    }
    Index

    Properties

    orderId: string
    selectedShippingOption: {
        amount: { currencyCode: string; value: string };
        id: string;
        label: string;
        selected: boolean;
        type: string;
    }