stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomerGetsValueInput

AdminTypes.DiscountCustomerGetsValueInput interface

The input fields for the quantity of items discounted and the discount value.

Signature:

export interface DiscountCustomerGetsValueInput 

Properties

Property Modifiers Type Description
discountAmount?   InputMaybe<DiscountAmountInput> (Optional) The value of the discount.
discountOnQuantity?   InputMaybe<DiscountOnQuantityInput> (Optional) The quantity of the items that are discounted and the discount value.
percentage?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The percentage value of the discount. Value must be between 0.00 - 1.00.