INPUT_OBJECT
CreateTaxProviderMutationInput
The input object that defines the fields for the createTaxProvider mutation.
link GraphQL Schema definition
- input CreateTaxProviderMutationInput {
- # A descriptive name.
- String! :
- # The type of `TaxProvider`.
- TaxProviderType! :
- # 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 :
- }