Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.
More...
|
| SelectedOption (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
string | name () |
| The product option’s name. More...
|
|
string | value () |
| The product option’s value. More...
|
|
object | Clone () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.
◆ SelectedOption()
Shopify.Unity.SelectedOption.SelectedOption |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ name()
string Shopify.Unity.SelectedOption.name |
( |
| ) |
|
|
inline |
The product option’s name.
◆ value()
string Shopify.Unity.SelectedOption.value |
( |
| ) |
|
|
inline |
The product option’s value.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/SelectedOption.cs