AfterpayClearpayHeaderElement
data class AfterpayClearpayHeaderElement( val identifier: IdentifierSpec, amount: Amount, val controller: Controller? = null) : FormElement
Content copied to clipboard
Constructors
Link copied to clipboard
fun AfterpayClearpayHeaderElement( identifier: IdentifierSpec, amount: Amount, controller: Controller? = null)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun getFormFieldValueFlow(): Flow<List<Pair<IdentifierSpec, FormFieldEntry>>>
Content copied to clipboard
Link copied to clipboard