Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDraftLineRemovePayload
Return type for subscriptionDraftLineRemove
mutation.
Signature:
export interface SubscriptionDraftLineRemovePayload
Property | Modifiers | Type | Description |
---|---|---|---|
discountsUpdated? | Maybe<Array<SubscriptionManualDiscount>> | (Optional) The list of updated subscription discounts impacted by the removed line. | |
draft? | Maybe<SubscriptionDraft> | (Optional) The Subscription Contract draft object. | |
lineRemoved? | Maybe<SubscriptionLine> | (Optional) The removed Subscription Line. | |
userErrors | Array<SubscriptionDraftUserError> | The list of errors that occurred from executing the mutation. |