PaymentMethodPreference
data class PaymentMethodPreference(val intent: StripeIntent, val formUI: String? = null) : StripeModel
Content copied to clipboard
This class contains the intent but also some of the settings/configuration/preferences about the behaviors/features of the UI.
Constructors
Link copied to clipboard
fun PaymentMethodPreference(intent: StripeIntent, formUI: String? = null)
Content copied to clipboard