stripe-android
payments-core
/
com.stripe.android.googlepaylauncher
/
GooglePayPaymentMethodLauncher
/
Result
/
Completed
Completed
data
class
Completed
(
val
paymentMethod
:
PaymentMethod
)
:
GooglePayPaymentMethodLauncher.Result
Represents a successful transaction.
Constructors
Functions
Properties
Parameters
Parameters
payment
Method
The resulting payment method.
Constructors
Completed
Link copied to clipboard
fun
Completed
(
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
)
Properties
payment
Method
Link copied to clipboard
val
paymentMethod
:
PaymentMethod