Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data LabeledPricePart Source #
LabeledPricePart | Portion of the price of a product (e.g., "delivery cost", "tax amount") |
Instances
FromJSON LabeledPricePart Source # | |
Defined in TD.Data.LabeledPricePart parseJSON :: Value -> Parser LabeledPricePart # parseJSONList :: Value -> Parser [LabeledPricePart] # | |
ToJSON LabeledPricePart Source # | |
Defined in TD.Data.LabeledPricePart toJSON :: LabeledPricePart -> Value # toEncoding :: LabeledPricePart -> Encoding # toJSONList :: [LabeledPricePart] -> Value # toEncodingList :: [LabeledPricePart] -> Encoding # | |
Show LabeledPricePart Source # | |
Defined in TD.Data.LabeledPricePart showsPrec :: Int -> LabeledPricePart -> ShowS # show :: LabeledPricePart -> String # showList :: [LabeledPricePart] -> ShowS # | |
Eq LabeledPricePart Source # | |
Defined in TD.Data.LabeledPricePart (==) :: LabeledPricePart -> LabeledPricePart -> Bool # (/=) :: LabeledPricePart -> LabeledPricePart -> Bool # | |
ShortShow LabeledPricePart Source # | |
Defined in TD.Data.LabeledPricePart shortShow :: LabeledPricePart -> String Source # |