SetupIntentArgs

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

Args for launching GooglePayLauncherContract to confirm a SetupIntent.

Constructors

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

Functions

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