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