Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodRevokePayload
Return type for customerPaymentMethodRevoke
mutation.
Signature:
export interface CustomerPaymentMethodRevokePayload
Property | Modifiers | Type | Description |
---|---|---|---|
revokedCustomerPaymentMethodId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the revoked customer payment method. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |