Package com.stripe.android.ui.core.forms
Types
Link copied to clipboard
data class FormFieldEntry(val value: String?, val isComplete: Boolean = false)
Content copied to clipboard
Link copied to clipboard
class TransformSpecToElements( resourceRepository: ResourceRepository, initialValues: Map<IdentifierSpec, String?>, amount: Amount?, saveForFutureUseInitialValue: Boolean, merchantName: String, context: Context, viewOnlyFields: Set<IdentifierSpec> = emptySet())
Content copied to clipboard
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.
Functions
Link copied to clipboard
fun convertToFormValuesMap(paramMap: Map<String, Any?>): Map<IdentifierSpec, String?>
Content copied to clipboard
Properties
Link copied to clipboard