Skip to content

Instantly share code, notes, and snippets.

@dcampogiani
Created August 15, 2020 10:35
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 dcampogiani/adec3a13f37b58c930212804ac388a02 to your computer and use it in GitHub Desktop.
Save dcampogiani/adec3a13f37b58c930212804ac388a02 to your computer and use it in GitHub Desktop.
data class CardDetails(
val owner: String?,
val number: String?,
val expirationMonth: String?,
val expirationYear: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment