Module

Plaid.Types

Package
purescript-plaid-node
Repository
piq9117/purescript-plaid-node

#AccessToken Source

#PublicToken Source

#Path Source

type Path = String

#WebHook Source

#PlaidClient Source

type PlaidClient = { client_id :: String, env :: Environments, secret :: String }

#PlaidOptions Source

type PlaidOptions = { account_ids :: Array String, version :: Maybe String }

#StartDate Source

#EndDate Source

#AssetReportToken Source

type AssetReportToken = String

Token obtained from creating an asset report

#DaysRequested Source