Roku · JSON Structure

Pay Web Services Subscription Result Structure

SubscriptionResult schema from Roku Pay Web Services

Type: object Properties: 6
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

SubscriptionResult is a JSON Structure definition published by Roku, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status errorCode errorMessage rokuCustomerId productCode effectiveDate

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-subscription-result-structure.json",
  "name": "SubscriptionResult",
  "description": "SubscriptionResult schema from Roku Pay Web Services",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "errorCode": {
      "type": "int32"
    },
    "errorMessage": {
      "type": "string"
    },
    "rokuCustomerId": {
      "type": "string"
    },
    "productCode": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "datetime"
    }
  }
}