Overview ▹
Overview ▾
Package plaid implements an importer for financial transactions from plaid.com
Index
Package files
Constants
const ( AMEX = iota BBT BOFA CAPONE SCHWAB CHASE CITI FIDELITY NFCU PNC SUNTRUST TD US USAA WELLS )
type Institution
type Institution int
type InstitutionNameMap
type InstitutionNameMap map[Institution]InstitutionNames
type InstitutionNames
type InstitutionNames struct { DisplayName string CodeName string }