SubscriptionTerminationReason Data Type

Implemented Interfaces
Serializable
Properties
name data type description
descriptionOrCode string
applyAgreement boolean
code string
applyReimbursment boolean
applyTerminationCharges boolean
description string
Properties inherited from BaseEntity
id number
transient boolean
version number

Example

{
  "descriptionOrCode" : "...",
  "applyAgreement" : true,
  "code" : "...",
  "applyReimbursment" : true,
  "applyTerminationCharges" : true,
  "description" : "...",
  "id" : 12345,
  "transient" : true,
  "version" : 12345
}