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