Skip to content

Instantly share code, notes, and snippets.

@stephen-lazaro
Created October 4, 2018 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen-lazaro/04c4b4e8f5bfcde026c3125908fafce4 to your computer and use it in GitHub Desktop.
Save stephen-lazaro/04c4b4e8f5bfcde026c3125908fafce4 to your computer and use it in GitHub Desktop.
final case class LoanWithPaymentDate(
  id: Int,
  balance: Double,
  loanState: String,
  nextPaymentDate: Date
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment