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