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