Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountLinesInput
The input fields for line items that the discount refers to.
Signature:
export interface SubscriptionManualDiscountLinesInput
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. |