stack

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

AdminTypes.CustomerPaymentMethodGetUpdateUrlPayload interface

Return type for customerPaymentMethodGetUpdateUrl mutation.

Signature:

export interface CustomerPaymentMethodGetUpdateUrlPayload 

Properties

Property Modifiers Type Description
updatePaymentMethodUrl?   Maybe<Scalars[‘URL’][‘output’]> (Optional) The URL to redirect the customer to update the payment method.
userErrors   Array<CustomerPaymentMethodGetUpdateUrlUserError> The list of errors that occurred from executing the mutation.