Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.DiscountApplication Interface Reference

Discount applications capture the intentions of a discount source at the time of application. More...

Inheritance diagram for Shopify.Unity.DiscountApplication:
Shopify.Unity.AutomaticDiscountApplication Shopify.Unity.DiscountCodeApplication Shopify.Unity.ManualDiscountApplication Shopify.Unity.ScriptDiscountApplication Shopify.Unity.UnknownDiscountApplication

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...
 

Detailed Description

Discount applications capture the intentions of a discount source at the time of application.

Member Function Documentation

◆ allocationMethod()

DiscountApplicationAllocationMethod Shopify.Unity.DiscountApplication.allocationMethod ( )

◆ targetSelection()

DiscountApplicationTargetSelection Shopify.Unity.DiscountApplication.targetSelection ( )

◆ targetType()

DiscountApplicationTargetType Shopify.Unity.DiscountApplication.targetType ( )

◆ value()

PricingValue Shopify.Unity.DiscountApplication.value ( )

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