stack

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

AdminTypes.CustomerRemoveTaxExemptionsPayload interface

Return type for customerRemoveTaxExemptions mutation.

Signature:

export interface CustomerRemoveTaxExemptionsPayload 

Properties

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