ENUM

TaxProviderCredentialType

An authentication credential for a tax provider.

link GraphQL Schema definition

  • enum TaxProviderCredentialType {
  • # Avalara username
  • AVALARA_USERNAME
  • # Avalara password
  • AVALARA_PASSWORD
  • # Avalara client ID
  • AVALARA_CLIENT_ID
  • # Avalara client profile ID
  • AVALARA_CLIENT_PROFILE_ID
  • # Avalara service type. Allowed values: 'LOCAL' or 'LONG_DISTANCE'.
  • AVALARA_SERVICE_TYPE
  • # Avalara facilities based. Allowed values: '1' or '0'.
  • AVALARA_FACILITIES_BASED
  • # Avalara franchise agreement. Allowed values: '1' or '0'.
  • AVALARA_FRANCHISE_AGREEMENT
  • # Avalara regulated. Allowed values: '1' or '0'.
  • AVALARA_REGULATED
  • }