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