Skip to content

Instantly share code, notes, and snippets.

@Ochornma
Created April 22, 2021 15:55
Show Gist options
  • Select an option

  • Save Ochornma/d7a29c973acd765ac8f37775a3c13afe to your computer and use it in GitHub Desktop.

Select an option

Save Ochornma/d7a29c973acd765ac8f37775a3c13afe to your computer and use it in GitHub Desktop.
@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