Types

Link copied to clipboard
data class DeferredIntentType(val locale: String? = Locale.getDefault().toLanguageTag(), val deferredIntentParams: DeferredIntentParams) : ElementsSessionParams
Link copied to clipboard
data class PaymentIntentType(val clientSecret: String, val locale: String? = Locale.getDefault().toLanguageTag()) : ElementsSessionParams
Link copied to clipboard
data class SetupIntentType(val clientSecret: String, val locale: String? = Locale.getDefault().toLanguageTag()) : ElementsSessionParams

Properties

Link copied to clipboard
abstract val clientSecret: String?
Link copied to clipboard
abstract val expandFields: List<String>
Link copied to clipboard
abstract val locale: String?
Link copied to clipboard
abstract val type: String

Functions

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