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