subscription_plan_schedule_item_option
A subscription's chosen plan option values for a given plan schedule item.
| Column name | Description | Data type |
|---|---|---|
| plan_schedule_item_option | Primary key. | integer |
| plan_schedule_item | Reference to subscription_plan_schedule_item. | integer |
| plan_option | Reference to plan_option. | integer |
| subscription | Reference to subscription. | integer * |
| quantity | For boolean plan options, this will be 0 (false) or 1 (true). | integer |