PaymentIntentArgs

data class PaymentIntentArgs(clientSecret: String, config: GooglePayLauncher.Config) : GooglePayLauncherContract.Args

Args for launching GooglePayLauncherContract to confirm a PaymentIntent.

Constructors

Link copied to clipboard
fun PaymentIntentArgs(clientSecret: String, config: GooglePayLauncher.Config)

Functions

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