SubscriptionTerminationReason Data Type

Subscription termination rule

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
version number  
notified boolean  
transient boolean  
referenceCode string  
applyAgreement boolean  
invoiceAgreementImmediately boolean  
code string required, max size: 255, min size: 1
historized boolean  
applyReimbursment boolean  
applyTerminationCharges boolean  
parentEntityType object  
descriptionAndCode string  
codeChanged boolean  
reimburseOneshots boolean  
description string max size: 255, min size: 0
descriptionOrCode string  
referenceDescription string  
overrideProrata OverrideProrataEnum   Gets the Override Prorata value.
descriptionI18n map of string  
id number  
parentEntity BusinessEntity  
auditableFields array of AuditableFieldHistory  

Example

{
  "version" : 12345,
  "notified" : true,
  "transient" : true,
  "referenceCode" : "...",
  "applyAgreement" : true,
  "invoiceAgreementImmediately" : true,
  "code" : "...",
  "historized" : true,
  "applyReimbursment" : true,
  "applyTerminationCharges" : true,
  "parentEntityType" : { },
  "descriptionAndCode" : "...",
  "codeChanged" : true,
  "reimburseOneshots" : true,
  "description" : "...",
  "descriptionOrCode" : "...",
  "referenceDescription" : "...",
  "overrideProrata" : "NO_PRORATA",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "id" : 12345,
  "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" : "..."
  },
  "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
  } ]
}