TerminationReasonsDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
terminationReason array of TerminationReasonDto

Example

{
  "terminationReason" : [ {
    "code" : "...",
    "description" : "...",
    "applyAgreement" : true,
    "applyReimbursment" : true,
    "applyTerminationCharges" : true,
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "description" : "...",
    "applyAgreement" : true,
    "applyReimbursment" : true,
    "applyTerminationCharges" : true,
    "updatedCode" : "..."
  } ]
}