Shopify SDK for Unity
|
An amount discounting the line that has been allocated by a discount. More...
Public Member Functions | |
DiscountAllocation (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
MoneyV2 | allocatedAmount () |
Amount of discount allocated. More... | |
DiscountApplication | discountApplication () |
The discount this allocated amount originated from. 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] |
An amount discounting the line that has been allocated by a discount.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for DiscountAllocation |
|
inline |
Amount of discount allocated.
|
inline |
The discount this allocated amount originated from.