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
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Networks
Link copied to clipboard
fun
Networks
(
available
:
Set
<
String
>
=
emptySet()
,
selectionMandatory
:
Boolean
=
false
,
preferred
:
String
?
=
null
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
available
Link copied to clipboard
val
available
:
Set
<
String
>
Content copied to clipboard
preferred
Link copied to clipboard
val
preferred
:
String
?
=
null
Content copied to clipboard
selection
Mandatory
Link copied to clipboard
val
selectionMandatory
:
Boolean
=
false
Content copied to clipboard