class BidResponse
Bid response - As a result of fetching the bid from Meson server, the response is encapsulated in the below class with appropriate input
BidResponse(bidInfo: JSONObject?, errorMessage: String?)
Create Bid response with the above two properties |
val bidInfo: JSONObject?
|
|
val errorMessage: String?
|