Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodSendUpdateEmailPayload
Return type for customerPaymentMethodSendUpdateEmail mutation.
Signature:
export interface CustomerPaymentMethodSendUpdateEmailPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customer? | Maybe<Customer> | (Optional) The customer to whom an update payment method email was sent. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |