Package-level declarations

Types

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

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

Properties