Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- byCounterParty :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCounterPartySummary)
- byCountry :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCountrySummary)
- byCategory :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCategorySummary)
Documentation
byCounterParty :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCounterPartySummary) #
GET: /api/v2/accounts/{accountUid}/spending-insights/counter-party
Scopes: ["transaction:read"]
byCountry :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCountrySummary) #
GET: /api/v2/accounts/{accountUid}/spending-insights/country
Scopes: ["transaction:read"]
byCategory :: AccountUid -> Int -> Month -> Endpoint -> AccessToken -> IO (Maybe SpendingCategorySummary) #
GET: /api/v2/accounts/{accountUid}/spending-insights/spending-category
Scopes: ["transaction:read"]