Skip to main content

selling_plan_group_option

Information about a specific option in a selling plan group.

Properties

The name of the option.

The 1-based index of the option in the selling_plan_group.options array.

Anchor to
selected_value

The option value of the currently selected selling plan.

If no selling plan is currently selected, then nil is returned.

Note

The selected selling plan is determined by the selling_plan URL parameter.

Anchor to
values
array of string

The values of the option.

{
"name": "Recharge Plan ID",
"position": 1,
"selected_value": null,
"values": [
"5493715",
"5493716"
]
}
Was this section helpful?