Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeAppCreatePayload
Return type for discountCodeAppCreate mutation.
Signature:
export interface DiscountCodeAppCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| codeAppDiscount? | Maybe<DiscountCodeApp> | (Optional) The created code app discount. | |
| userErrors | Array<DiscountUserError> | The list of errors that occurred from executing the mutation. |