Skip to content

Instantly share code, notes, and snippets.

@billydh
Created November 10, 2020 00:44
Show Gist options
  • Save billydh/4994896f46aa70027a133d8d5fc591e6 to your computer and use it in GitHub Desktop.
Save billydh/4994896f46aa70027a133d8d5fc591e6 to your computer and use it in GitHub Desktop.
data class CustomerPersist(val customerId: String, val emailAddress: String, val firstName: String, val lastName: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment