Package com.stripe.android.ui.core.forms

Types

Link copied to clipboard
data class FormFieldEntry(val value: String?, val isComplete: Boolean = false)
Link copied to clipboard
class TransformSpecToElements(    resourceRepository: ResourceRepository,     initialValues: Map<IdentifierSpec, String?>,     amount: Amount?,     country: String?,     saveForFutureUseInitialValue: Boolean,     merchantName: String,     context: Context)

Transform a LayoutSpec data object into an Element, which has a controller and identifier. With only a single field in a section the section controller will be a pass through the field controller.

Properties

Link copied to clipboard
val AffirmForm: LayoutSpec
Link copied to clipboard
val AffirmParamKey: MutableMap<String, Any?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val AuBecsDebitForm: LayoutSpec
Link copied to clipboard
Link copied to clipboard
val BancontactForm: LayoutSpec
Link copied to clipboard
Link copied to clipboard
val CardForm: LayoutSpec
Link copied to clipboard
val CardParamKey: MutableMap<String, Any?>
Link copied to clipboard
val EpsForm: LayoutSpec
Link copied to clipboard
val EpsParamKey: MutableMap<String, Any?>
Link copied to clipboard
val GiropayForm: LayoutSpec
Link copied to clipboard
val GiropayParamKey: MutableMap<String, Any?>
Link copied to clipboard
val IdealForm: LayoutSpec
Link copied to clipboard
val IdealParamKey: MutableMap<String, Any?>
Link copied to clipboard
val KlarnaForm: LayoutSpec
Link copied to clipboard
val KlarnaParamKey: MutableMap<String, Any?>
Link copied to clipboard
val P24Form: LayoutSpec
Link copied to clipboard
val P24ParamKey: MutableMap<String, Any?>
Link copied to clipboard
val PaypalForm: LayoutSpec
Link copied to clipboard
val PaypalParamKey: MutableMap<String, Any?>
Link copied to clipboard
val SepaDebitForm: LayoutSpec
Link copied to clipboard
val SepaDebitParamKey: MutableMap<String, Any?>
Link copied to clipboard
val SofortForm: LayoutSpec
Link copied to clipboard
val SofortParamKey: MutableMap<String, Any?>
Link copied to clipboard
val USBankAccountForm: LayoutSpec
Link copied to clipboard