stack

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

AdminTypes.SubscriptionManualDiscountEntitledLinesInput interface

The input fields for the subscription lines the discount applies on.

Signature:

export interface SubscriptionManualDiscountEntitledLinesInput 

Properties

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.