TerminateCustomerSubscriptionResponse Data Type

The Class TerminateCustomerSubscriptionResponse.

Available Since
Nov 13, 2013
Implemented Interfaces
Serializable
Properties
name data type description
requestId string The request id.
accepted boolean The accepted.
actionStatus ActionStatus The status response of the web service response.
subscriptionId string The subscription id.
status string The status.

Example

{
  "requestId" : "...",
  "accepted" : true,
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "subscriptionId" : "...",
  "status" : "..."
}