SubscriptionTerminationReason Data Type

Subscription termination rule

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

Example

{
  "description" : "...",
  "version" : 12345,
  "transient" : true,
  "parentEntityType" : { },
  "referenceDescription" : "...",
  "applyAgreement" : true,
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "code" : "...",
  "descriptionAndCode" : "...",
  "invoiceAgreementImmediately" : true,
  "applyReimbursment" : true,
  "applyTerminationCharges" : true,
  "descriptionOrCode" : "...",
  "id" : 12345,
  "auditableFields" : [ {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "RENEWAL",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  }, {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "OTHER",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  } ],
  "referenceCode" : "...",
  "historized" : true,
  "notified" : true,
  "overrideProrata" : "NO_OVERRIDE",
  "reimburseOneshots" : true,
  "codeChanged" : true,
  "parentEntity" : {
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "parentEntity" : { },
    "codeChanged" : true,
    "description" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "transient" : true,
    "referenceCode" : "...",
    "version" : 12345,
    "code" : "...",
    "parentEntityType" : { },
    "id" : 12345,
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "historized" : true,
    "descriptionOrCode" : "..."
  }
}