SaveForFutureUseElement

data class SaveForFutureUseElement(val initialValue: Boolean, val merchantName: String?) : FormElement

This is an element that will make elements (as specified by identifier) hidden when "save for future" use is unchecked

Constructors

Link copied to clipboard
constructor(initialValue: Boolean, merchantName: String?)

Properties

Link copied to clipboard
open override val allowsUserInteraction: Boolean = true
Link copied to clipboard
Link copied to clipboard
open override val identifier: IdentifierSpec
Link copied to clipboard
Link copied to clipboard
open override val mandateText: ResolvableString? = null
Link copied to clipboard

Functions

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