| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
SnelstartImport.ING
Description
We target the ING bank as the output format. "snelstart" understands this csv format
Documentation
Constructors
| ING | |
Fields
| |
Instances
toCode :: MutatieSoort -> Text Source #
writeCsv :: [ING] -> ByteString Source #
data MutatieSoort Source #
Constructors
| Overschijving | |
| Diversen | |
| Incasso |
Instances
| Show MutatieSoort Source # | |
Defined in SnelstartImport.ING Methods showsPrec :: Int -> MutatieSoort -> ShowS # show :: MutatieSoort -> String # showList :: [MutatieSoort] -> ShowS # | |