Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface used as a Model for response JSON for customer note customer note with case id , content, user, createdDate, updatedDate

@example
Array<CustomerNotes>

Hierarchy

  • CustomerCardNote

Index

Properties

caseId?: string
remarks
  • 'caseId' - id of the digital case note has been tagged with.
content?: string
remarks
  • 'content' content of the customer card note
createdAt?: string
remarks
  • createdAt- Date when note created
editMode: boolean
remarks
  • editMode- if user is editing
id?: string
remarks
  • 'id' of the customer card note
noteCRUDState?: boolean
remarks
  • used in UI as flg to update the state of create new note
totalRecords?: number
remarks
  • used in UI as flg to update the state of create new note
updatedAt: string
remarks
  • updatedAt- Date when note created
remarks
  • 'user' CustomerCardUser-details of the user who has made created/update the customer card note

Generated using TypeDoc