Retrieves details for a specific funding source.
The funding source to get details for
Configuration details including country codes, product codes, and vaulting capabilities
Determines if a specific payment method is eligible.
The funding source to check eligibility for
true if the payment method is eligible, false otherwise
Result object returned by
findEligibleMethods()containing methods to check payment method eligibility and retrieve payment method details.Remarks
This interface is returned by the SDK's
findEligibleMethods()method. It provides utilities to determine which PayPal payment methods are available and to retrieve details for payment setup.Example