SetupIntentArgs

data class SetupIntentArgs @JvmOverloads constructor(clientSecret: String, config: GooglePayLauncher.Config, currencyCode: String, amount: Long? = null, label: String? = null) : GooglePayLauncherContract.Args

Args for launching GooglePayLauncherContract to confirm a SetupIntent.

Constructors

Link copied to clipboard
constructor(clientSecret: String, config: GooglePayLauncher.Config, currencyCode: String, amount: Long? = null, label: String? = null)

Functions

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