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