toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core
/
PaymentMethod
/
PaymentMethod
Payment
Method
constructor
(
type
:
String
?
=
null
,
name
:
String
?
=
null
,
brands
:
List
<
String
>
?
=
null
,
brand
:
String
?
=
null
,
fundingSource
:
String
?
=
null
,
issuers
:
List
<
Issuer
>
?
=
null
,
configuration
:
Configuration
?
=
null
,
details
:
List
<
InputDetail
>
?
=
null
,
apps
:
List
<
AppData
>
?
=
null
)