PaymentMethodPreference

data class PaymentMethodPreference(val intent: StripeIntent, val formUI: String? = null) : StripeModel

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
constructor(intent: StripeIntent, formUI: String? = null)

Properties

Link copied to clipboard
val formUI: String? = null
Link copied to clipboard

Functions

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