Skip to content

Instantly share code, notes, and snippets.

@danielmalone
Created January 25, 2020 00:58
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 danielmalone/aab72fdb8b306b0d2decef60877707ed to your computer and use it in GitHub Desktop.
Save danielmalone/aab72fdb8b306b0d2decef60877707ed to your computer and use it in GitHub Desktop.
package com.danielmalone.dansinvoicing
data class Invoice(
val id: String,
val title: String,
val client: String,
val date: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment