AfterpayClearpayHeaderElement

data class AfterpayClearpayHeaderElement(val identifier: IdentifierSpec, amount: Amount, val controller: Controller? = null) : FormElement

Constructors

Link copied to clipboard
constructor(identifier: IdentifierSpec, amount: Amount, controller: Controller? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val controller: Controller? = null
Link copied to clipboard
open override val identifier: IdentifierSpec
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getLabel(resources: Resources): String
Link copied to clipboard