AuditableFieldHistory Data Type

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

Example

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