stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodSendUpdateEmailPayload

AdminTypes.CustomerPaymentMethodSendUpdateEmailPayload interface

Return type for customerPaymentMethodSendUpdateEmail mutation.

Signature:

export interface CustomerPaymentMethodSendUpdateEmailPayload 

Properties

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.