DunningPolicyRuleLine Data Type

Implemented Interfaces
Serializable
Properties
name data type description
notified boolean
ruleLineJoint string
historized boolean
id number
policyConditionTargetValue string
transient boolean
auditableFields array of AuditableFieldHistory
auditable Auditable
dunningPolicyRule DunningPolicyRule
version number
policyConditionTarget string
policyConditionOperator string

Example

{
  "notified" : true,
  "ruleLineJoint" : "...",
  "historized" : true,
  "id" : 12345,
  "policyConditionTargetValue" : "...",
  "transient" : true,
  "auditableFields" : [ {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  }, {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  } ],
  "auditable" : {
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "dunningPolicyRule" : {
    "historized" : true,
    "id" : 12345,
    "transient" : true,
    "notified" : true,
    "ruleJoint" : "...",
    "version" : 12345,
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "dunningPolicy" : {
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "minBalanceTriggerCurrency" : { },
      "attachInvoicesToEmails" : true,
      "id" : 12345,
      "notified" : true,
      "version" : 12345,
      "policyPriority" : 12345,
      "isActivePolicy" : true,
      "policyDescription" : "...",
      "includeDueInvoicesInThreshold" : true,
      "totalDunningLevels" : 12345,
      "historized" : true,
      "includePayReminder" : true,
      "active" : true,
      "dunningLevels" : [ { }, { } ],
      "transient" : true,
      "isDefaultPolicy" : true,
      "interestForDelaySequence" : 12345,
      "determineLevelBy" : "DAYS_OVERDUE",
      "policyName" : "...",
      "auditable" : { },
      "dunningPolicyRules" : [ { }, { } ],
      "minBalanceTrigger" : 12345.0
    },
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ],
    "dunningPolicyRuleLines" : [ {
      "notified" : true,
      "ruleLineJoint" : "...",
      "historized" : true,
      "id" : 12345,
      "policyConditionTargetValue" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "dunningPolicyRule" : { },
      "version" : 12345,
      "policyConditionTarget" : "...",
      "policyConditionOperator" : "..."
    }, {
      "notified" : true,
      "ruleLineJoint" : "...",
      "historized" : true,
      "id" : 12345,
      "policyConditionTargetValue" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "dunningPolicyRule" : { },
      "version" : 12345,
      "policyConditionTarget" : "...",
      "policyConditionOperator" : "..."
    } ]
  },
  "version" : 12345,
  "policyConditionTarget" : "...",
  "policyConditionOperator" : "..."
}