TerminateCustomerSubscriptionDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
userId string
organizationId string
subscriptionId string
terminationDate number

Example

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