Completed

data class Completed(paymentMethod: PaymentMethod) : GooglePayPaymentMethodLauncher.Result

Represents a successful transaction.

Parameters

paymentMethod

The resulting payment method.

Constructors

Link copied to clipboard
fun Completed(paymentMethod: PaymentMethod)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val paymentMethod: PaymentMethod