toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
PaymentMethod
/
Card
/
Networks
Networks
data
class
Networks
(
val
available
:
Set
<
String
>
=
emptySet()
,
val
selectionMandatory
:
Boolean
=
false
,
val
preferred
:
String
?
=
null
)
:
StripeModel
Members
Constructors
Networks
Link copied to clipboard
constructor
(
available
:
Set
<
String
>
=
emptySet()
,
selectionMandatory
:
Boolean
=
false
,
preferred
:
String
?
=
null
)
Properties
available
Link copied to clipboard
val
available
:
Set
<
String
>
preferred
Link copied to clipboard
val
preferred
:
String
?
=
null
selection
Mandatory
Link copied to clipboard
val
selectionMandatory
:
Boolean
=
false
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)