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