Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeRedeemCodeBulkDeletePayload
Return type for discountCodeRedeemCodeBulkDelete mutation.
Signature:
export interface DiscountCodeRedeemCodeBulkDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The asynchronous job that deletes the discount redeem codes. | |
| userErrors | Array<DiscountUserError> | The list of errors that occurred from executing the mutation. |