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