DunningHistory Data Type

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

Example

{
  "dunningLots" : [ {
    "dunningHistory" : {
      "dunningLots" : [ { }, { } ],
      "linesInserted" : 12345,
      "type" : "...",
      "linesRead" : 12345,
      "linesRejected" : 12345,
      "executionDate" : 12345,
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "actionType" : "LETTER",
    "actions" : [ {
      "creationDate" : 12345,
      "fromLevel" : "R2",
      "typeAction" : "FILE",
      "dunningLOT" : { },
      "status" : "A",
      "actionPlanItem" : { },
      "amountDue" : 12345.0,
      "toLevel" : "R1",
      "recordedInvoice" : { },
      "customerAccount" : { },
      "statusDate" : 12345,
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "creationDate" : 12345,
      "fromLevel" : "R1",
      "typeAction" : "LETTER",
      "dunningLOT" : { },
      "status" : "A",
      "actionPlanItem" : { },
      "amountDue" : 12345.0,
      "toLevel" : "R3",
      "recordedInvoice" : { },
      "customerAccount" : { },
      "statusDate" : 12345,
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "fileName" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  }, {
    "dunningHistory" : {
      "dunningLots" : [ { }, { } ],
      "linesInserted" : 12345,
      "type" : "...",
      "linesRead" : 12345,
      "linesRejected" : 12345,
      "executionDate" : 12345,
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "actionType" : "FILE",
    "actions" : [ {
      "creationDate" : 12345,
      "fromLevel" : "R3",
      "typeAction" : "CHARGE",
      "dunningLOT" : { },
      "status" : "A",
      "actionPlanItem" : { },
      "amountDue" : 12345.0,
      "toLevel" : "R1",
      "recordedInvoice" : { },
      "customerAccount" : { },
      "statusDate" : 12345,
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "creationDate" : 12345,
      "fromLevel" : "R2",
      "typeAction" : "LETTER",
      "dunningLOT" : { },
      "status" : "A",
      "actionPlanItem" : { },
      "amountDue" : 12345.0,
      "toLevel" : "R0",
      "recordedInvoice" : { },
      "customerAccount" : { },
      "statusDate" : 12345,
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "fileName" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  } ],
  "linesInserted" : 12345,
  "type" : "...",
  "linesRead" : 12345,
  "linesRejected" : 12345,
  "executionDate" : 12345,
  "id" : 12345,
  "transient" : true,
  "version" : 12345
}