AuBecsDebitMandateTextElement

data class AuBecsDebitMandateTextElement(identifier: IdentifierSpec, color: Int?, merchantName: String?, fontSizeSp: Int, letterSpacingSp: Double, controller: InputController?) : FormElement

This is an element that has static text because it takes no user input, it is not outputted from the list of form field values. If the stringResId contains a %s, the first one will be populated in the form with the merchantName parameter.

Constructors

Link copied to clipboard
fun AuBecsDebitMandateTextElement(identifier: IdentifierSpec, color: Int?, merchantName: String?, fontSizeSp: Int = 10, letterSpacingSp: Double = 0.7, controller: InputController? = null)

Functions

Link copied to clipboard
open override fun getFormFieldValueFlow(): Flow<List<Pair<IdentifierSpec, FormFieldEntry>>>

Properties

Link copied to clipboard
val color: Int?
Link copied to clipboard
open override val controller: InputController? = null
Link copied to clipboard
val fontSizeSp: Int = 10
Link copied to clipboard
open override val identifier: IdentifierSpec
Link copied to clipboard
val letterSpacingSp: Double = 0.7
Link copied to clipboard
val merchantName: String?