Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.
ExportDates | |
|
Instances
FromJSON ExportDates Source # | |
Defined in RecurlyClient.Types.ExportDates parseJSON :: Value -> Parser ExportDates # parseJSONList :: Value -> Parser [ExportDates] # | |
ToJSON ExportDates Source # | |
Defined in RecurlyClient.Types.ExportDates toJSON :: ExportDates -> Value # toEncoding :: ExportDates -> Encoding # toJSONList :: [ExportDates] -> Value # toEncodingList :: [ExportDates] -> Encoding # | |
Show ExportDates Source # | |
Defined in RecurlyClient.Types.ExportDates showsPrec :: Int -> ExportDates -> ShowS # show :: ExportDates -> String # showList :: [ExportDates] -> ShowS # | |
Eq ExportDates Source # | |
Defined in RecurlyClient.Types.ExportDates (==) :: ExportDates -> ExportDates -> Bool # (/=) :: ExportDates -> ExportDates -> Bool # |
mkExportDates :: ExportDates Source #
Create a new ExportDates
with all required fields.