Skip to content

Instantly share code, notes, and snippets.

@dcampogiani
Created August 15, 2020 10:49
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/b29ddfaf2d418688e489f2992224f448 to your computer and use it in GitHub Desktop.
Save dcampogiani/b29ddfaf2d418688e489f2992224f448 to your computer and use it in GitHub Desktop.
private fun bindCardDetails(card: CardDetails) {
owner.text = card.owner
number.text = card.number
date.text = "${card.expirationMonth}/${card.expirationYear}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment