Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetCountries
Synopsis
- data GetCountries = GetCountries
Documentation
data GetCountries Source #
Returns information about existing countries. Can be called before authorization. Returns Countries
Constructors
GetCountries |
Instances
ToJSON GetCountries Source # | |
Defined in TD.Query.GetCountries Methods toJSON :: GetCountries -> Value # toEncoding :: GetCountries -> Encoding # toJSONList :: [GetCountries] -> Value # toEncodingList :: [GetCountries] -> Encoding # | |
Show GetCountries Source # | |
Defined in TD.Query.GetCountries Methods showsPrec :: Int -> GetCountries -> ShowS # show :: GetCountries -> String # showList :: [GetCountries] -> ShowS # | |
Eq GetCountries Source # | |
Defined in TD.Query.GetCountries | |
ShortShow GetCountries Source # | |
Defined in TD.Query.GetCountries Methods shortShow :: GetCountries -> String Source # |