Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodCreditCardUpdatePayload
Return type for customerPaymentMethodCreditCardUpdate
mutation.
Signature:
export interface CustomerPaymentMethodCreditCardUpdatePayload
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. |