AuditableFieldHistory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
notfiable boolean
notified boolean
auditType AuditChangeTypeEnum
currentState object
fieldName string
previousState object
historized boolean
historable boolean

Example

{
  "notfiable" : true,
  "notified" : true,
  "auditType" : "RENEWAL",
  "currentState" : { },
  "fieldName" : "...",
  "previousState" : { },
  "historized" : true,
  "historable" : true
}