Shopify SDK for Unity
|
Discount applications capture the intentions of a discount source at the time of application. More...
Public Member Functions | |
DiscountApplicationAllocationMethod | allocationMethod () |
The method by which the discount's value is allocated to its entitled items. More... | |
DiscountApplicationTargetSelection | targetSelection () |
Which lines of targetType that the discount is allocated over. More... | |
DiscountApplicationTargetType | targetType () |
The type of line that the discount is applicable towards. More... | |
PricingValue | value () |
The value of the discount application. More... | |
Discount applications capture the intentions of a discount source at the time of application.
DiscountApplicationAllocationMethod Shopify.Unity.DiscountApplication.allocationMethod | ( | ) |
The method by which the discount's value is allocated to its entitled items.
Implemented in Shopify.Unity.ScriptDiscountApplication, Shopify.Unity.ManualDiscountApplication, Shopify.Unity.DiscountCodeApplication, Shopify.Unity.UnknownDiscountApplication, and Shopify.Unity.AutomaticDiscountApplication.
DiscountApplicationTargetSelection Shopify.Unity.DiscountApplication.targetSelection | ( | ) |
Which lines of targetType that the discount is allocated over.
Implemented in Shopify.Unity.ScriptDiscountApplication, Shopify.Unity.ManualDiscountApplication, Shopify.Unity.DiscountCodeApplication, Shopify.Unity.UnknownDiscountApplication, and Shopify.Unity.AutomaticDiscountApplication.
DiscountApplicationTargetType Shopify.Unity.DiscountApplication.targetType | ( | ) |
The type of line that the discount is applicable towards.
Implemented in Shopify.Unity.ScriptDiscountApplication, Shopify.Unity.ManualDiscountApplication, Shopify.Unity.DiscountCodeApplication, Shopify.Unity.UnknownDiscountApplication, and Shopify.Unity.AutomaticDiscountApplication.
PricingValue Shopify.Unity.DiscountApplication.value | ( | ) |
The value of the discount application.
Implemented in Shopify.Unity.ScriptDiscountApplication, Shopify.Unity.ManualDiscountApplication, Shopify.Unity.DiscountCodeApplication, Shopify.Unity.UnknownDiscountApplication, and Shopify.Unity.AutomaticDiscountApplication.