Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Created December 18, 2020 06:25
Show Gist options
  • Save lucapiccinelli/e8279d76b4e0bae5c3d1193e20e2b5a2 to your computer and use it in GitHub Desktop.
Save lucapiccinelli/e8279d76b4e0bae5c3d1193e20e2b5a2 to your computer and use it in GitHub Desktop.
data class CryptoUser(
val username: String,
val name: PersonalName,
val email: Email,
val phoneNumber: PhoneNumber? = null,
val creditCard: CreditCard? = null,
val kycVerification: KycVerificationData? = null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment