INPUT_OBJECT
UpdateTaxProviderMutationInput
The input object that defines the fields for the updateTaxProvider mutation.
link GraphQL Schema definition
- input UpdateTaxProviderMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # The list of subdivisions where this tax provider will collect taxes.
- : [Subdivision]
- # Credentials for the tax provider.
- : [TaxProviderCredentialMutationInput]
- # A note about this entity.
- : NoteMutationInput
- }