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.googlepaylauncher
/
GooglePayPaymentMethodLauncher
/
Result
/
Failed
Failed
class
Failed
(
val
error
:
Throwable
,
val
errorCode
:
Int
)
:
GooglePayPaymentMethodLauncher.Result
Represents a failed transaction.
Parameters
error
The failure reason.
error
Code
The failure
ErrorCode
.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
error
:
Throwable
,
errorCode
:
Int
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
error
Code
Link copied to clipboard
val
errorCode
:
Int
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
)