Created
April 22, 2021 15:55
-
-
Save Ochornma/d7a29c973acd765ac8f37775a3c13afe 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
| @Keep | |
| data class VerifyBvnResponse( | |
| // @SerializedName("data") | |
| // val `data`: String, | |
| // @SerializedName("response_code") | |
| // val responseCode: String, | |
| @SerializedName("response_message") | |
| val responseMessage: String, | |
| @SerializedName("success") | |
| val success: Boolean | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment