| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
SnelstartImport.N26
Description
this is whatever N26 spits out, it's some custom csv format. it appears unstable. (has changed once before)
Documentation
Constructors
| N26 | |
Fields
| |
Instances
data TransactionType Source #
Constructors
| MastercardPayment | |
| OutgoingTransfer | |
| Income | |
| N26Referal | |
| DirectDebit |
Instances
| Show TransactionType Source # | |
Defined in SnelstartImport.N26 Methods showsPrec :: Int -> TransactionType -> ShowS # show :: TransactionType -> String # showList :: [TransactionType] -> ShowS # | |
| FromField TransactionType Source # | |
Defined in SnelstartImport.N26 Methods parseField :: Field -> Parser TransactionType # | |
| Eq TransactionType Source # | |
Defined in SnelstartImport.N26 Methods (==) :: TransactionType -> TransactionType -> Bool # (/=) :: TransactionType -> TransactionType -> Bool # | |