AccountHolderStatus

@Serializable
data class AccountHolderStatus(var result: Boolean)

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard
@SerializedName(value = "result")
var result: Boolean