PaymentIntentArgs

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

Args for launching GooglePayLauncherContract to confirm a PaymentIntent.

Constructors

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

Functions

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