File

src/app/models/customer.model.ts

Index

Properties

Properties

accounts
accounts: BankAccount[]
Type : BankAccount[]
address
address: Address
Type : Address
bankUserId
bankUserId: string
Type : string
companyName
companyName: string
Type : string
createBy
createBy: string
Type : string
createOn
createOn: string
Type : string
currentTheme
currentTheme: string
Type : string
dailyLimit
dailyLimit: string
Type : string
email
email: string
Type : string
firstName
firstName: string
Type : string
fullName
fullName: string
Type : string
id
id: string
Type : string
isActive
isActive: string
Type : string
lastName
lastName: string
Type : string
lastPasswordChange
lastPasswordChange: string
Type : string
links
links: Link[]
Type : Link[]
logIn
logIn: string
Type : string
modifyBy
modifyBy: string
Type : string
modifyOn
modifyOn: string
Type : string
nextPaperCheckNumber
nextPaperCheckNumber: string
Type : string
notifyOfPaymentsSent
notifyOfPaymentsSent: boolean
Type : boolean
notifyWhenPayeeCreated
notifyWhenPayeeCreated: boolean
Type : boolean
notifyWhenPaymentOverAmount
notifyWhenPaymentOverAmount: boolean
Type : boolean
notifyWhenPaymentOverAmountValue
notifyWhenPaymentOverAmountValue: number
Type : number
phone
phone: string
Type : string
shardKey
shardKey: string
Type : string
showPreferencesOnLogin
showPreferencesOnLogin: boolean
Type : boolean
transactionLimit
transactionLimit: string
Type : string
verifyLimit
verifyLimit: string
Type : string
version
version: number
Type : number
import { BankAccount, Link, Address } from './';

export class Customer {
  id: string;
  address: Address;
  bankUserId: string;
  createBy: string;
  createOn: string;
  dailyLimit: string;
  currentTheme: string;
  email: string;
  firstName: string;
  fullName: string;
  isActive: string;
  lastName: string;
  lastPasswordChange: string;
  logIn: string;
  modifyBy: string;
  modifyOn: string;
  transactionLimit: string;
  phone: string;
  shardKey: string;
  notifyWhenPayeeCreated: boolean;
  notifyWhenPaymentOverAmount: boolean;
  notifyWhenPaymentOverAmountValue: number;
  notifyOfPaymentsSent: boolean;
  accounts: BankAccount[];
  nextPaperCheckNumber: string;
  companyName: string;
  version: number;
  verifyLimit: string;
  showPreferencesOnLogin: boolean;
  links: Link[];
}

results matching ""

    No results matching ""