Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface used as a Model for response JSON for customer note user customer note user details with id , incontactId, emailAddress, loginUsername, firstName,surname etc CustomerCardUser

* @example
user in CustomerNote

Hierarchy

  • CustomerCardUser

Index

Properties

emailAddress: string
remarks
  • 'emailAddress' - email of the customer card user
firstName: string
remarks
  • 'firstName' - first name of the customer card user
id: number
remarks
  • 'id' - id of the customer card user
imageUrl: string
remarks
  • imageUrl - url for the customer card user image
incontactId: string
remarks
  • 'incontactId'- incontact id of the customer card user
isBotUser: boolean
remarks
  • 'isBotUser' - true if a bot user else false
isSurveyUser: boolean
remarks
  • 'isSurveyUser' - true if user is a surevey user else false
loginUsername: string
remarks
  • 'loginUsername' - username of the customer card user
nickname: string
remarks
  • 'nickname' - nickname of the customer card user
publicImageUrl?: string
remarks
  • 'publicImageUrl' of the customer card user
surname: string
remarks
  • 'surname' - lastname of the customer card user

Generated using TypeDoc