Skip to content

Instantly share code, notes, and snippets.

@danielmalone
Created January 25, 2020 00:58
Show Gist options
  • Select an option

  • Save danielmalone/aab72fdb8b306b0d2decef60877707ed to your computer and use it in GitHub Desktop.

Select an option

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