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