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 |
JSON Schema
{
"$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"
}