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

    Type Alias FindEligiblePaymentMethodsResponse

    type FindEligiblePaymentMethodsResponse = {
        eligible_methods: {
            [key in EligiblePaymentMethods]?: EligiblePaymentMethodDetails
        };
        supplementary_data?: { buyer_country_code?: string };
    }
    Index

    Properties

    eligible_methods: {
        [key in EligiblePaymentMethods]?: EligiblePaymentMethodDetails
    }
    supplementary_data?: { buyer_country_code?: string }