stripe-android
payments-core
/
com.stripe.android.googlepaylauncher
/
GooglePayPaymentMethodLauncher
/
Result
/
Completed
Completed
data
class
Completed
(
val
paymentMethod
:
PaymentMethod
)
:
GooglePayPaymentMethodLauncher.Result
Content copied to clipboard
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
)
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
paymentMethod
Link copied to clipboard
val
paymentMethod
:
PaymentMethod
Content copied to clipboard