stripe-android
payments-core
/
com.stripe.android.model
/
PaymentMethod
/
USBankAccount
/
USBankNetworks
USBank
Networks
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
USBankNetworks
(
preferred
:
String
?
,
supported
:
List
<
String
>
)
:
StripeModel
Content copied to clipboard
Functions
Properties
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
preferred
Link copied to clipboard
val
preferred
:
String
?
Content copied to clipboard
supported
Link copied to clipboard
val
supported
:
List
<
String
>
Content copied to clipboard