stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
payments-core
/
com.stripe.android.payments.bankaccount.navigation
/
CollectBankAccountResponse
Collect
Bank
Account
Response
data
class
CollectBankAccountResponse
(
val
intent
:
StripeIntent
,
val
financialConnectionsSession
:
FinancialConnectionsSession
)
:
StripeModel
Members
Constructors
Collect
Bank
Account
Response
Link copied to clipboard
constructor
(
intent
:
StripeIntent
,
financialConnectionsSession
:
FinancialConnectionsSession
)
Properties
financial
Connections
Session
Link copied to clipboard
val
financialConnectionsSession
:
FinancialConnectionsSession
intent
Link copied to clipboard
val
intent
:
StripeIntent
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
)