org.vvcephei.scalaofx.lib

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class Account(routing: String, account: String, type: AccountType) extends Product with Serializable

  2. class AccountType extends Enum[AccountType]

  3. case class Bank(bootstrapUrl: String, fiOrg: String, fiId: String, appId: String, appVer: String) extends Product with Serializable

  4. case class User(id: String, password: String) extends Product with Serializable

Value Members

  1. package response

Ungrouped