stripe-android
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
Constructors
Functions
Properties
Constructors
Networks
Link copied to clipboard
fun
Networks
(
available
:
Set
<
String
>
=
emptySet()
,
selectionMandatory
:
Boolean
=
false
,
preferred
:
String
?
=
null
)
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
)
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