toggle menu
stripe-android
androidJvm
switch theme
search in API
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 for ACH payments
Inheritors
Completed
Failed
Cancelled
Members
Types
Cancelled
Link copied to clipboard
data
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
)