Package

org.vvcephei.scalaofx.lib

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final class AccountType extends Enum[AccountType]

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

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

    Permalink

Value Members

  1. package response

    Permalink

Ungrouped