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?,     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
Link copied to clipboard
val AuBecsDebitForm: LayoutSpec
Link copied to clipboard
val BancontactForm: LayoutSpec
Link copied to clipboard
val CardForm: LayoutSpec
Link copied to clipboard
val EpsForm: LayoutSpec
Link copied to clipboard
val GiropayForm: LayoutSpec
Link copied to clipboard
val IdealForm: LayoutSpec
Link copied to clipboard
val KlarnaForm: LayoutSpec
Link copied to clipboard
val P24Form: LayoutSpec
Link copied to clipboard
val PaypalForm: LayoutSpec
Link copied to clipboard
val SepaDebitForm: LayoutSpec
Link copied to clipboard
val SofortForm: LayoutSpec
Link copied to clipboard
val USBankAccountForm: LayoutSpec