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