stripe-android
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentResult
/
Failed
Failed
class
Failed
(
val
throwable
:
Throwable
)
:
PaymentResult
Constructors
Functions
Properties
Constructors
Failed
Link copied to clipboard
fun
Failed
(
throwable
:
Throwable
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Bundle
Link copied to clipboard
fun
toBundle
(
)
:
Bundle
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
throwable
Link copied to clipboard
val
throwable
:
Throwable