toggle menu
stripe-android
androidJvm
switch theme
search in API
link
/
com.stripe.android.link
/
LinkActivityResult
/
Completed
Completed
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Completed
(
val
paymentMethod
:
PaymentMethod
)
:
LinkActivityResult
Indicates that the flow was completed successfully.
Members
Constructors
Completed
Link copied to clipboard
constructor
(
paymentMethod
:
PaymentMethod
)
Properties
payment
Method
Link copied to clipboard
val
paymentMethod
:
PaymentMethod
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
)