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