Created
April 25, 2021 19:03
-
-
Save Ochornma/87abf3017ba65969c901107cbba83545 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 UnverifiedData( | |
| val address: String, | |
| val bvn: String, | |
| val bvn_phone_number: Any, | |
| val country_code: String, | |
| val created_at: String, | |
| val date_of_birth: Any, | |
| val devices_code: String, | |
| val email: String, | |
| val email_verified_at: Any, | |
| val employment_status: String, | |
| val first_name: Any, | |
| val gender: String, | |
| val id: Int, | |
| val kyc_level: Int, | |
| val last_login: Any, | |
| val last_name: Any, | |
| val locked_status: Boolean, | |
| val marital_status: String, | |
| val others_name: Any, | |
| val parent_id: Any, | |
| val password: String, | |
| val phone_number: String, | |
| val profile_photo: Any, | |
| val referral_id: String, | |
| val remember_token: Any, | |
| val transaction_pin: Any, | |
| val updated_at: String, | |
| val user_level: Any, | |
| val username: Any, | |
| val verify_bank_account: Int, | |
| val verify_bvn: String, | |
| val verify_card: Int, | |
| val verify_email: String, | |
| val verify_phone: String | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment