Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountEntitledLinesInput
The input fields for the subscription lines the discount applies on.
Signature:
export interface SubscriptionManualDiscountEntitledLinesInput
Property | Modifiers | Type | Description |
---|---|---|---|
all? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Specify whether the subscription discount will apply on all subscription lines. | |
lines? | InputMaybe<SubscriptionManualDiscountLinesInput> | (Optional) The ID of the lines to add to or remove from the subscription discount. |