package api const ( TaskOpenShift = 0 TaskSell = 1 TaskZReport = 11 ) const ( PayTypeCash = 0 PayTypeCard = 2 ) const ( PaySystemParkingPos = "parking_pos" )