BuyResult

data class BuyResult(val result: Int, val msg: String)

Constructors

Link copied to clipboard
constructor(result: Int, msg: String)

Properties

Link copied to clipboard
val msg: String
Link copied to clipboard
val result: Int