Overview

Represents available options of multiple choice variants and template options.

Properties

option_value.id

Returns the unique ID of the value.

option_value.name

Returns the name of the value.

option_value.code

Returns the value's code.

option_value.description

Returns the value's description.

option_value.is_default

Returns true if this is the default value, otherwise returns false.

options_value.is_published

Returns true if the value is published, otherwise returns false.

option_value.price

Returns this value's price.

Use the currency filter to format the output.

option_value.image

Returns the Asset object corresponding to the associated image, if any.