bill-subs-api_available-rate-plan

APIs.ioEngineeringPlatform

Properties

Name Type Description
can_subscribe object
currency object
externally_managed object
frequency object
id object
is_subscribed object
legacy_discount object
legacy_id object
name object
price object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-available-rate-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_available-rate-plan",
  "title": "bill-subs-api_available-rate-plan",
  "properties": {
    "can_subscribe": {
      "$ref": "#/components/schemas/bill-subs-api_can_subscribe"
    },
    "currency": {
      "$ref": "#/components/schemas/bill-subs-api_currency"
    },
    "externally_managed": {
      "$ref": "#/components/schemas/bill-subs-api_externally_managed"
    },
    "frequency": {
      "$ref": "#/components/schemas/bill-subs-api_schemas-frequency"
    },
    "id": {
      "$ref": "#/components/schemas/bill-subs-api_identifier"
    },
    "is_subscribed": {
      "$ref": "#/components/schemas/bill-subs-api_is_subscribed"
    },
    "legacy_discount": {
      "$ref": "#/components/schemas/bill-subs-api_legacy_discount"
    },
    "legacy_id": {
      "$ref": "#/components/schemas/bill-subs-api_legacy_id"
    },
    "name": {
      "$ref": "#/components/schemas/bill-subs-api_schemas-name"
    },
    "price": {
      "$ref": "#/components/schemas/bill-subs-api_schemas-price"
    }
  },
  "type": "object"
}