Roku · Schema

SubscriptionResult

SubscriptionResult schema from Roku Pay Web Services

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
status string
errorCode integer
errorMessage string
rokuCustomerId string
productCode string
effectiveDate string
View JSON Schema on GitHub

JSON Schema

pay-web-services-subscription-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/pay-web-services-subscription-result-schema.json",
  "title": "SubscriptionResult",
  "description": "SubscriptionResult schema from Roku Pay Web Services",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "errorCode": {
      "type": "integer"
    },
    "errorMessage": {
      "type": "string"
    },
    "rokuCustomerId": {
      "type": "string"
    },
    "productCode": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date-time"
    }
  }
}