Created
December 18, 2020 06:25
-
-
Save lucapiccinelli/e8279d76b4e0bae5c3d1193e20e2b5a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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