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