PaymentIntentArgs
data class PaymentIntentArgs(clientSecret: String, config: GooglePayLauncher.Config) : GooglePayLauncherContract.Args
Content copied to clipboard
Args for launching GooglePayLauncherContract to confirm a PaymentIntent.
Constructors
Link copied to clipboard
fun PaymentIntentArgs(clientSecret: String, config: GooglePayLauncher.Config)
Content copied to clipboard