Properties
| Name | Type | Description |
|---|---|---|
| app | object | |
| component_values | object | |
| currency | object | |
| current_period_end | object | |
| current_period_start | object | |
| frequency | object | |
| id | object | |
| price | object | |
| rate_plan | object | |
| state | object | |
| zone | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/bill-subs-api_subscription-v2",
"title": "bill-subs-api_subscription-v2",
"properties": {
"app": {
"properties": {
"install_id": {
"$ref": "#/components/schemas/bill-subs-api_install_id"
}
}
},
"component_values": {
"$ref": "#/components/schemas/bill-subs-api_component_values"
},
"currency": {
"$ref": "#/components/schemas/bill-subs-api_currency"
},
"current_period_end": {
"$ref": "#/components/schemas/bill-subs-api_current_period_end"
},
"current_period_start": {
"$ref": "#/components/schemas/bill-subs-api_current_period_start"
},
"frequency": {
"$ref": "#/components/schemas/bill-subs-api_frequency"
},
"id": {
"$ref": "#/components/schemas/bill-subs-api_schemas-identifier"
},
"price": {
"$ref": "#/components/schemas/bill-subs-api_price"
},
"rate_plan": {
"$ref": "#/components/schemas/bill-subs-api_rate_plan"
},
"state": {
"$ref": "#/components/schemas/bill-subs-api_state"
},
"zone": {
"$ref": "#/components/schemas/bill-subs-api_zone"
}
},
"type": "object"
}