TerminateCustomerSubscriptionDto Data Type

The Class TerminateCustomerSubscriptionDto.

Implemented Interfaces
Serializable
Properties
name data type description
userId string The user id.
organizationId string The organization id.
subscriptionId string The subscription id.
terminationDate number The termination date.

Example

{
  "userId" : "...",
  "organizationId" : "...",
  "subscriptionId" : "...",
  "terminationDate" : 12345
}