AuditableFieldHistory Data Type

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

Example

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