GraphQL OBJECT
AvataxConfiguration
Avatax account configuration.
link Definition
- type AvataxConfiguration {
- # The account number / username of the client's avatax account.
- String :
- # The ID of the client this configuration belongs to.
- Int :
- # The company code of the client's avatax account.
- String :
- # Indicates if the configuration is currently enabled or disabled. Defaults to
- # false.
- Boolean :
- # Indicates if the configuration is valid for the sandbox.
- Boolean :
- }