@paypal/paypal-js
Preparing search index...
components/find-eligible-methods
FindEligiblePaymentMethodsResponse
Type Alias FindEligiblePaymentMethodsResponse
type
FindEligiblePaymentMethodsResponse
=
{
eligible_methods
:
{
[
key
in
EligiblePaymentMethods
]
?:
EligiblePaymentMethodDetails
}
;
supplementary_data
?:
{
buyer_country_code
?:
string
}
;
}
Index
Properties
eligible_
methods
supplementary_
data?
Properties
eligible_
methods
eligible_methods
:
{
[
key
in
EligiblePaymentMethods
]
?:
EligiblePaymentMethodDetails
}
Optional
supplementary_
data
supplementary_data
?:
{
buyer_country_code
?:
string
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
eligible_
methods
supplementary_
data
@paypal/paypal-js
Loading...