GraphQL INPUT_OBJECT
CreateAvataxConfigurationInput
link Definition
- input CreateAvataxConfigurationInput {
- # 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
- # true.
- Boolean :
- # The license key / password of the client's avatax account.
- String! :
- # Indicates if the configuration is valid for the sandbox.
- Boolean :
- }