Package

org.vvcephei.scalaofx.lib.model

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class BankAccountInfo(description: String, routing: String, accountId: String, accountType: AccountType) extends Product with Serializable

    Permalink
  2. case class BankStatement(currency: String, account: Account, startTime: Option[DateTime], endTime: Option[DateTime], transactions: Seq[Transaction], ledgerBalance: Double, availableBalance: Option[Double]) extends Product with Serializable

    Permalink
  3. case class BankStatementError(code: String, severity: String, message: String) extends Product with Serializable

    Permalink
  4. case class BankStatementResponse(statements: Seq[BankStatement], errors: Seq[BankStatementError]) extends Product with Serializable

    Permalink
  5. case class CreditCardStatement(currency: String, account: Account, startTime: DateTime, endTime: Option[DateTime], transactions: Seq[Transaction], ledgerBalance: Double, availableBalance: Option[Double]) extends Product with Serializable

    Permalink
  6. case class Transaction(type: TransactionType, posted: DateTime, amount: Double, transactionId: String, name: Option[String], memo: Option[String]) extends Product with Serializable

    Permalink
  7. final class TransactionType extends Enum[TransactionType]

    Permalink

Value Members

  1. object BankAccountInfo extends Serializable

    Permalink
  2. object BankStatement extends Serializable

    Permalink

Ungrouped