stack

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

AdminTypes.SubscriptionManualDiscountLinesInput interface

The input fields for line items that the discount refers to.

Signature:

export interface SubscriptionManualDiscountLinesInput 

Properties

Property Modifiers Type Description
add?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The ID of the lines to add to the subscription discount.
remove?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The ID of the lines to remove from the subscription discount.