stripe-android
payments-core
/
com.stripe.android.payments.bankaccount.navigation
/
CollectBankAccountResult
Collect
Bank
Account
Result
sealed
class
CollectBankAccountResult
:
Parcelable
The result of an attempt to collect a bank account
Types
Functions
Inheritors
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
CollectBankAccountResult
Completed
Link copied to clipboard
data
class
Completed
(
val
response
:
CollectBankAccountResponse
)
:
CollectBankAccountResult
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
Throwable
)
:
CollectBankAccountResult
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
)
Inheritors
Completed
Link copied to clipboard
Failed
Link copied to clipboard
Cancelled
Link copied to clipboard