ServiceToTerminateDto Data Type

The Class ServiceToTerminateDto.

Available Since
Nov 13, 2013
Implemented Interfaces
Serializable
Properties
name data type description
serviceId string The service id.
terminationDate number The termination date.

Example

{
  "serviceId" : "...",
  "terminationDate" : 12345
}