Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.SelectedOption Class Reference

Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors. More...

Inheritance diagram for Shopify.Unity.SelectedOption:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.

Constructor & Destructor Documentation

◆ SelectedOption()

Shopify.Unity.SelectedOption.SelectedOption ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for SelectedOption

Member Function Documentation

◆ 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: