Specifies the input fields required for a selected option.
More...
|
const string | nameFieldKey = "name" |
|
const string | valueFieldKey = "value" |
|
|
string | name [get, set] |
| The product option’s name. More...
|
|
string | value [get, set] |
| The product option’s value. More...
|
|
|
void | Set (string key, object value) |
|
object | Get (string key) |
|
Specifies the input fields required for a selected option.
◆ SelectedOptionInput() [1/2]
Shopify.Unity.SelectedOptionInput.SelectedOptionInput |
( |
string |
name, |
|
|
string |
value |
|
) |
| |
|
inline |
- Parameters
-
name | The product option’s name. |
value | The product option’s value. |
◆ SelectedOptionInput() [2/2]
Shopify.Unity.SelectedOptionInput.SelectedOptionInput |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
- Parameters
-
name | The product option’s name. |
value | The product option’s value. |
◆ name
string Shopify.Unity.SelectedOptionInput.name |
|
getset |
The product option’s name.
◆ value
string Shopify.Unity.SelectedOptionInput.value |
|
getset |
The product option’s value.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/SelectedOptionInput.cs