File

src/app/models/i-plaid-account.model.ts

Index

Properties

Properties

accountId
accountId: string
Type : string
accountNumber
accountNumber: string
Type : string
displayName
displayName: string
Type : string
itemId
itemId: string
Type : string
selected
selected: boolean
Type : boolean
export interface IPlaidAccount {
  itemId: string;
  accountId: string;
  displayName: string;
  accountNumber: string;
  selected: boolean;
}

results matching ""

    No results matching ""