Shopify SDK for Unity
|
The measurement used to calculate a unit price for a product variant (e.g. $9.99 / 100ml). More...
Public Member Functions | |
UnitPriceMeasurement (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
UnitPriceMeasurementMeasuredType? | measuredType () |
The type of unit of measurement for the unit price measurement. More... | |
UnitPriceMeasurementMeasuredUnit? | quantityUnit () |
The quantity unit for the unit price measurement. More... | |
double | quantityValue () |
The quantity value for the unit price measurement. More... | |
UnitPriceMeasurementMeasuredUnit? | referenceUnit () |
The reference unit for the unit price measurement. More... | |
long | referenceValue () |
The reference value for the unit price measurement. More... | |
object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
T | 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] |
The measurement used to calculate a unit price for a product variant (e.g. $9.99 / 100ml).
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for UnitPriceMeasurement |
|
inline |
The type of unit of measurement for the unit price measurement.
|
inline |
The quantity unit for the unit price measurement.
|
inline |
The quantity value for the unit price measurement.
|
inline |
The reference unit for the unit price measurement.
|
inline |
The reference value for the unit price measurement.