CurrencyInput

uk.gov.hmrc.hmrcfrontend.views.viewmodels.currencyinput.CurrencyInput
See theCurrencyInput companion object
case class CurrencyInput(id: String, name: String, describedBy: Option[String], value: Option[String], label: Label, hint: Option[Hint], errorMessage: Option[ErrorMessage], classes: String, autocomplete: Option[String], attributes: Map[String, String])

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product