SubscriptionTerminationReason Data Type

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

Example

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