FormController
class FormController @Inject constructor( formSpec: LayoutSpec, addressResourceRepository: ResourceRepository<AddressRepository>, transformSpecToElement: TransformSpecToElements, viewModelScope: CoroutineScope)
Content copied to clipboard
Controller that manages the user interaction with the payment method data collection form. When all fields are reported as complete, completeFormValues emits the valid payment method.
Parameters
: formSpec A representation of the layout which is used to display the UI fields on screen.
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard