Subscription termination rule
name | data type | constraints | description |
---|---|---|---|
parentEntity | BusinessEntity | ||
description | string | max size: 255, min size: 0 | |
codeChanged | boolean | ||
invoiceAgreementImmediately | boolean | ||
transient | boolean | ||
historized | boolean | ||
referenceCode | string | ||
applyAgreement | boolean | ||
version | number | ||
id | number | ||
applyTerminationCharges | boolean | ||
overrideProrata | OverrideProrataEnum | Gets the Override Prorata value. | |
descriptionI18n | map of string | ||
code | string | required, max size: 255, min size: 1 | |
parentEntityType | object | ||
auditableFields | array of AuditableFieldHistory | ||
notified | boolean | ||
descriptionOrCode | string | ||
applyReimbursment | boolean | ||
reimburseOneshots | boolean | ||
descriptionAndCode | string | ||
referenceDescription | string |
Example
{ "parentEntity" : { "auditableFields" : [ { "historable" : true, "fieldName" : "...", "currentState" : { }, "notified" : true, "notfiable" : true, "previousState" : { }, "auditType" : "RENEWAL", "historized" : true }, { "historable" : true, "fieldName" : "...", "currentState" : { }, "notified" : true, "notfiable" : true, "previousState" : { }, "auditType" : "RENEWAL", "historized" : true } ], "description" : "...", "version" : 12345, "id" : 12345, "notified" : true, "appendGeneratedCode" : true, "auditable" : { "updater" : "...", "updated" : 12345, "creator" : "...", "lastUser" : "...", "created" : 12345, "lastModified" : 12345 }, "codeChanged" : true, "parentEntityType" : { }, "descriptionAndCode" : "...", "descriptionOrCode" : "...", "transient" : true, "parentEntity" : { }, "referenceDescription" : "...", "historized" : true, "referenceCode" : "...", "code" : "..." }, "description" : "...", "codeChanged" : true, "invoiceAgreementImmediately" : true, "transient" : true, "historized" : true, "referenceCode" : "...", "applyAgreement" : true, "version" : 12345, "id" : 12345, "applyTerminationCharges" : true, "overrideProrata" : "PRORATA", "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "code" : "...", "parentEntityType" : { }, "auditableFields" : [ { "historable" : true, "fieldName" : "...", "currentState" : { }, "notified" : true, "notfiable" : true, "previousState" : { }, "auditType" : "STATUS", "historized" : true }, { "historable" : true, "fieldName" : "...", "currentState" : { }, "notified" : true, "notfiable" : true, "previousState" : { }, "auditType" : "RENEWAL", "historized" : true } ], "notified" : true, "descriptionOrCode" : "...", "applyReimbursment" : true, "reimburseOneshots" : true, "descriptionAndCode" : "...", "referenceDescription" : "..." }