Roku · JSON Structure

Pay Web Services Cancel Subscription Request Structure

CancelSubscriptionRequest schema from Roku Pay Web Services

Type: object Properties: 5 Required: 3
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

CancelSubscriptionRequest is a JSON Structure definition published by Roku, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partnerAPIKey rokuCustomerId productCode cancellationDate reason

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/pay-web-services-cancel-subscription-request-structure.json",
  "name": "CancelSubscriptionRequest",
  "description": "CancelSubscriptionRequest schema from Roku Pay Web Services",
  "type": "object",
  "properties": {
    "partnerAPIKey": {
      "type": "string"
    },
    "rokuCustomerId": {
      "type": "string"
    },
    "productCode": {
      "type": "string"
    },
    "cancellationDate": {
      "type": "datetime"
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "partnerAPIKey",
    "rokuCustomerId",
    "productCode"
  ]
}