Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
FromJSON Accounts Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema parseJSON :: Value -> Parser Accounts parseJSONList :: Value -> Parser [Accounts] | |
ToJSON Accounts Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema toEncoding :: Accounts -> Encoding toJSONList :: [Accounts] -> Value toEncodingList :: [Accounts] -> Encoding | |
Generic Accounts Source # | |
Show Accounts Source # | |
type Rep Accounts Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema |
Account | |
|
Instances
data AccountBalance Source #
Instances
data AccountBalances Source #
AccountBalances | |
|
Instances
Instances
FromJSON AccountId Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema parseJSON :: Value -> Parser AccountId parseJSONList :: Value -> Parser [AccountId] | |
ToJSON AccountId Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema toEncoding :: AccountId -> Encoding toJSONList :: [AccountId] -> Value toEncodingList :: [AccountId] -> Encoding | |
Generic AccountId Source # | |
Show AccountId Source # | |
type Rep AccountId Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema |
data AccountNumber Source #
Instances
Card | |
|
Instances
Instances
FromJSON Cards Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema parseJSON :: Value -> Parser Cards parseJSONList :: Value -> Parser [Cards] | |
ToJSON Cards Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema | |
Generic Cards Source # | |
Show Cards Source # | |
type Rep Cards Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema |
newtype CardBalances Source #
Instances
data CardBalance Source #
CardBalance | |
|
Instances
data DirectDebit Source #
DirectDebit | |
|
Instances
data DirectDebitMeta Source #
Instances
data DirectDebits Source #
DirectDebits | |
|
Instances
Instances
FromJSON Provider Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema parseJSON :: Value -> Parser Provider parseJSONList :: Value -> Parser [Provider] | |
ToJSON Provider Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema toEncoding :: Provider -> Encoding toJSONList :: [Provider] -> Value toEncodingList :: [Provider] -> Encoding | |
Generic Provider Source # | |
Show Provider Source # | |
type Rep Provider Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema type Rep Provider = D1 ('MetaData "Provider" "Bank.TrueLayer.DataAPI.Schema" "truelayer-0.1.3.0-2aY1RVn6AsLFnSm19Baca0" 'True) (C1 ('MetaCons "Provider" 'PrefixI 'True) (S1 ('MetaSel ('Just "provider_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProviderId))) |
newtype ProviderId Source #
Instances
data RunningBalance Source #
Instances
data StandingOrder Source #
StandingOrder | |
|
Instances
newtype StandingOrderMeta Source #
Instances
data StandingOrders Source #
StandingOrders | |
|
Instances
data Transaction Source #
Transaction | |
|
Instances
data TransactionMeta Source #
TransactionMeta | |
|
Instances
newtype TransactionId Source #
Instances
newtype Transactions Source #
Instances
data TransactionParams Source #
Instances
Show TransactionParams Source # | |
Defined in Bank.TrueLayer.DataAPI.Schema showsPrec :: Int -> TransactionParams -> ShowS # show :: TransactionParams -> String # showList :: [TransactionParams] -> ShowS # |