stack

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

AdminTypes.CustomerPaymentMethodCreditCardUpdatePayload interface

Return type for customerPaymentMethodCreditCardUpdate mutation.

Signature:

export interface CustomerPaymentMethodCreditCardUpdatePayload 

Properties

Property Modifiers Type Description
customerPaymentMethod?   Maybe<CustomerPaymentMethod> (Optional) The customer payment method.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.