stripe-android
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheetResult
/
Failed
Failed
data
class
Failed
(
val
error
:
Throwable
)
:
PaymentSheetResult
Content copied to clipboard
The payment or setup attempt failed.
Constructors
Functions
Properties
Parameters
Parameters
error
The error encountered by the customer.
Constructors
Failed
Link copied to clipboard
fun
Failed
(
error
:
Throwable
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
Throwable
Content copied to clipboard