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