| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.MeasuredUnitList
Description
Contains the types generated from the schema MeasuredUnitList
Documentation
data MeasuredUnitList Source #
Defines the object schema located at components.schemas.MeasuredUnitList in the specification.
Constructors
| MeasuredUnitList | |
Fields
| |
Instances
| FromJSON MeasuredUnitList Source # | |
Defined in RecurlyClient.Types.MeasuredUnitList Methods parseJSON :: Value -> Parser MeasuredUnitList # parseJSONList :: Value -> Parser [MeasuredUnitList] # | |
| ToJSON MeasuredUnitList Source # | |
Defined in RecurlyClient.Types.MeasuredUnitList Methods toJSON :: MeasuredUnitList -> Value # toEncoding :: MeasuredUnitList -> Encoding # toJSONList :: [MeasuredUnitList] -> Value # toEncodingList :: [MeasuredUnitList] -> Encoding # | |
| Show MeasuredUnitList Source # | |
Defined in RecurlyClient.Types.MeasuredUnitList Methods showsPrec :: Int -> MeasuredUnitList -> ShowS # show :: MeasuredUnitList -> String # showList :: [MeasuredUnitList] -> ShowS # | |
| Eq MeasuredUnitList Source # | |
Defined in RecurlyClient.Types.MeasuredUnitList Methods (==) :: MeasuredUnitList -> MeasuredUnitList -> Bool # (/=) :: MeasuredUnitList -> MeasuredUnitList -> Bool # | |
mkMeasuredUnitList :: MeasuredUnitList Source #
Create a new MeasuredUnitList with all required fields.