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