DunningHistory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
dunningLots array of DunningLOT
type string
executionDate number
linesRead number
linesRejected number
id number
transient boolean
linesInserted number
version number

Example

{
  "dunningLots" : [ {
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ],
    "version" : 12345,
    "historized" : true,
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "notified" : true,
    "id" : 12345,
    "actions" : [ {
      "version" : 12345,
      "historized" : true,
      "auditable" : { },
      "fromLevel" : "R3",
      "id" : 12345,
      "actionPlanItem" : { },
      "typeAction" : "CHARGE",
      "creationDate" : 12345,
      "toLevel" : "R6",
      "auditableFields" : [ { }, { } ],
      "amountDue" : 12345.0,
      "customerAccount" : { },
      "status" : "T",
      "notified" : true,
      "recordedInvoice" : { },
      "dunningLOT" : { },
      "statusDate" : 12345,
      "transient" : true
    }, {
      "version" : 12345,
      "historized" : true,
      "auditable" : { },
      "fromLevel" : "R1",
      "id" : 12345,
      "actionPlanItem" : { },
      "typeAction" : "CHARGE",
      "creationDate" : 12345,
      "toLevel" : "R1",
      "auditableFields" : [ { }, { } ],
      "amountDue" : 12345.0,
      "customerAccount" : { },
      "status" : "T",
      "notified" : true,
      "recordedInvoice" : { },
      "dunningLOT" : { },
      "statusDate" : 12345,
      "transient" : true
    } ],
    "actionType" : "EMAIL",
    "transient" : true,
    "fileName" : "...",
    "dunningHistory" : {
      "dunningLots" : [ { }, { } ],
      "type" : "...",
      "executionDate" : 12345,
      "linesRead" : 12345,
      "linesRejected" : 12345,
      "id" : 12345,
      "transient" : true,
      "linesInserted" : 12345,
      "version" : 12345
    }
  }, {
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "OTHER",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ],
    "version" : 12345,
    "historized" : true,
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "notified" : true,
    "id" : 12345,
    "actions" : [ {
      "version" : 12345,
      "historized" : true,
      "auditable" : { },
      "fromLevel" : "R3",
      "id" : 12345,
      "actionPlanItem" : { },
      "typeAction" : "EMAIL",
      "creationDate" : 12345,
      "toLevel" : "R0",
      "auditableFields" : [ { }, { } ],
      "amountDue" : 12345.0,
      "customerAccount" : { },
      "status" : "T",
      "notified" : true,
      "recordedInvoice" : { },
      "dunningLOT" : { },
      "statusDate" : 12345,
      "transient" : true
    }, {
      "version" : 12345,
      "historized" : true,
      "auditable" : { },
      "fromLevel" : "R3",
      "id" : 12345,
      "actionPlanItem" : { },
      "typeAction" : "CHARGE",
      "creationDate" : 12345,
      "toLevel" : "R4",
      "auditableFields" : [ { }, { } ],
      "amountDue" : 12345.0,
      "customerAccount" : { },
      "status" : "T",
      "notified" : true,
      "recordedInvoice" : { },
      "dunningLOT" : { },
      "statusDate" : 12345,
      "transient" : true
    } ],
    "actionType" : "EMAIL",
    "transient" : true,
    "fileName" : "...",
    "dunningHistory" : {
      "dunningLots" : [ { }, { } ],
      "type" : "...",
      "executionDate" : 12345,
      "linesRead" : 12345,
      "linesRejected" : 12345,
      "id" : 12345,
      "transient" : true,
      "linesInserted" : 12345,
      "version" : 12345
    }
  } ],
  "type" : "...",
  "executionDate" : 12345,
  "linesRead" : 12345,
  "linesRejected" : 12345,
  "id" : 12345,
  "transient" : true,
  "linesInserted" : 12345,
  "version" : 12345
}