GraphQL INPUT_OBJECT

UpdateAvataxConfigurationInput

link Definition

  • input UpdateAvataxConfigurationInput {
  • # The account number / username of the client's avatax account.
  • accountUsername: String
  • # The ID of the client this configuration belongs to.
  • clientId: Int!
  • # The company code of the client's avatax account.
  • companyCode: String
  • # Indicates if the configuration is currently enabled or disabled.
  • isEnabled: Boolean
  • # The license key / password of the client's avatax account.
  • licensekeyPassword: String
  • # Indicates if the configuration is valid for the sandbox.
  • useSandbox: Boolean
  • }

link Required by