Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetPhoneNumberInfoSync
Documentation
data GetPhoneNumberInfoSync Source #
Returns information about a phone number by its prefix synchronously. getCountries must be called at least once after changing localization to the specified language if properly localized country information is expected. Can be called synchronously. Returns PhoneNumberInfo
Constructors
GetPhoneNumberInfoSync | |
Fields
|
Instances
ToJSON GetPhoneNumberInfoSync Source # | |
Defined in TD.Query.GetPhoneNumberInfoSync Methods toJSON :: GetPhoneNumberInfoSync -> Value # toEncoding :: GetPhoneNumberInfoSync -> Encoding # toJSONList :: [GetPhoneNumberInfoSync] -> Value # | |
Show GetPhoneNumberInfoSync Source # | |
Defined in TD.Query.GetPhoneNumberInfoSync Methods showsPrec :: Int -> GetPhoneNumberInfoSync -> ShowS # show :: GetPhoneNumberInfoSync -> String # showList :: [GetPhoneNumberInfoSync] -> ShowS # | |
Eq GetPhoneNumberInfoSync Source # | |
Defined in TD.Query.GetPhoneNumberInfoSync Methods (==) :: GetPhoneNumberInfoSync -> GetPhoneNumberInfoSync -> Bool # (/=) :: GetPhoneNumberInfoSync -> GetPhoneNumberInfoSync -> Bool # | |
ShortShow GetPhoneNumberInfoSync Source # | |
Defined in TD.Query.GetPhoneNumberInfoSync Methods |