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)