File

src/app/ach-setup/models/financial-institution.ts

Index

Properties

Properties

checkPictureId
checkPictureId: string
Type : string
cutOff
cutOff: string
Type : string
domain
domain: string
Type : string
id
id: string
Type : string
logoPictureId
logoPictureId: string
Type : string
logoUrl
logoUrl: string
Type : string
name
name: string
Type : string
rTN
rTN: string
Type : string
settings
settings: FinancialInstitutionSetting[]
Type : FinancialInstitutionSetting[]
export interface FinancialInstitutionSetting {
  id: string;
  // todo add additonal properties if needed
}

export interface FinancialInstitution {
  id: string;
  name: string;
  domain: string;
  rTN: string;
  logoPictureId: string;
  checkPictureId: string;
  cutOff: string;
  settings: FinancialInstitutionSetting[];
  logoUrl: string;
}

result-matching ""

    No results matching ""