Roku · JSON Structure

Pay Web Services Update Bill Cycle Request Structure

UpdateBillCycleRequest schema from Roku Pay Web Services

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

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

Properties

partnerAPIKey rokuCustomerId productCode nextBillDate 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-update-bill-cycle-request-structure.json",
  "name": "UpdateBillCycleRequest",
  "description": "UpdateBillCycleRequest schema from Roku Pay Web Services",
  "type": "object",
  "properties": {
    "partnerAPIKey": {
      "type": "string"
    },
    "rokuCustomerId": {
      "type": "string"
    },
    "productCode": {
      "type": "string"
    },
    "nextBillDate": {
      "type": "datetime"
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "partnerAPIKey",
    "rokuCustomerId",
    "productCode",
    "nextBillDate"
  ]
}