GraphQL OBJECT

AvataxConfiguration

Avatax account configuration.

link Definition

  • type AvataxConfiguration {
  • # 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. Defaults to
  • # false.
  • isEnabled: Boolean
  • # Indicates if the configuration is valid for the sandbox.
  • useSandbox: Boolean
  • }