Module
Plaid.Types
- Package
- purescript-plaid-node
- Repository
- piq9117/purescript-plaid-node
#AccessToken Source
type AccessToken = String#PublicToken Source
type PublicToken = String#PlaidClient Source
type PlaidClient = { client_id :: String, env :: Environments, secret :: String }#AssetReportToken Source
type AssetReportToken = StringToken obtained from creating an asset report
#DaysRequested Source
type DaysRequested = Int