toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.googlepaylauncher
/
GooglePayPaymentMethodLauncher
/
Result
/
Completed
Completed
data
class
Completed
(
val
paymentMethod
:
PaymentMethod
)
:
GooglePayPaymentMethodLauncher.Result
Represents a successful transaction.
Parameters
payment
Method
The resulting payment method.
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
)