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

The value of the percentage pricing object. More...

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

Public Member Functions

 PricingPercentageValue (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
double percentage ()
 The percentage value of the object. 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

The value of the percentage pricing object.

Constructor & Destructor Documentation

◆ PricingPercentageValue()

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

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

Parameters
dataJSONDeserialized JSON data for PricingPercentageValue

Member Function Documentation

◆ percentage()

double Shopify.Unity.PricingPercentageValue.percentage ( )
inline

The percentage value of the object.


The documentation for this class was generated from the following file: