Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.CollectibleItemType
Synopsis
Documentation
data CollectibleItemType Source #
Describes a collectible item that can be purchased at https://fragment.com
Constructors
CollectibleItemTypeUsername | A username |
CollectibleItemTypePhoneNumber | A phone number |
Fields
|
Instances
FromJSON CollectibleItemType Source # | |
Defined in TD.Data.CollectibleItemType Methods parseJSON :: Value -> Parser CollectibleItemType # parseJSONList :: Value -> Parser [CollectibleItemType] # | |
ToJSON CollectibleItemType Source # | |
Defined in TD.Data.CollectibleItemType Methods toJSON :: CollectibleItemType -> Value # toEncoding :: CollectibleItemType -> Encoding # toJSONList :: [CollectibleItemType] -> Value # toEncodingList :: [CollectibleItemType] -> Encoding # | |
Show CollectibleItemType Source # | |
Defined in TD.Data.CollectibleItemType Methods showsPrec :: Int -> CollectibleItemType -> ShowS # show :: CollectibleItemType -> String # showList :: [CollectibleItemType] -> ShowS # | |
Eq CollectibleItemType Source # | |
Defined in TD.Data.CollectibleItemType Methods (==) :: CollectibleItemType -> CollectibleItemType -> Bool # (/=) :: CollectibleItemType -> CollectibleItemType -> Bool # | |
ShortShow CollectibleItemType Source # | |
Defined in TD.Data.CollectibleItemType Methods |