DunningHistory Data Type

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

Example

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