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