Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundCreatePayload
Return type for refundCreate mutation.
Signature:
export interface RefundCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| order? | Maybe<Order> | (Optional) The order associated with the created refund. | |
| refund? | Maybe<Refund> | (Optional) The created refund. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |