package com.sambath.sbc.remote class K { companion object{ const val Column = "column" const val Fix_Column = "fix_column" const val Fight_No = "fight_no" const val TypeOfPlay = "type_of_play" const val CirBlue = "cir-blue" const val CirRed = "cir-red" const val CirGreen = "cir-green" const val CirCancel = "cir-cancel" const val Open="Open" const val Close = "Close" const val Live = "Live" const val CastRed = "cast_red" const val CastBlue = "cast_blue" const val PayoutRed = "payout_red" const val PayoutBlue = "payout_blue" const val Red = "red" const val Blue = "blue" const val Meron = "MERON" const val Wala = "WALA" const val Tie = "TIE" const val Cancel = "CANCEl" const val ChannelId = "_id" const val TemId = "tem_id" const val AmountRed = "amount_red" const val AmountBlue = "amount_blue" const val date = "date" } }