You are here

commerce_avatax.schema.yml in Drupal Commerce Connector for AvaTax 8

config/schema/commerce_avatax.schema.yml

File

config/schema/commerce_avatax.schema.yml
View source
  1. commerce_avatax.settings:
  2. type: config_object
  3. label: 'Avalara AvaTax settings'
  4. mapping:
  5. account_id:
  6. type: string
  7. label: 'Account ID'
  8. api_mode:
  9. type: string
  10. label: 'API mode'
  11. company_code:
  12. type: string
  13. label: 'Company code'
  14. address_validation:
  15. type: mapping
  16. label: 'Address validation'
  17. mapping:
  18. enable:
  19. type: boolean
  20. label: 'Use address validation'
  21. countries:
  22. type: sequence
  23. label: 'Countries that support validate addresses'
  24. sequence:
  25. type: string
  26. label: 'Country'
  27. postal_code_match:
  28. type: boolean
  29. label: 'Perform strict checking on postal codes'
  30. customer_code_field:
  31. type: string
  32. label: 'Customer code field'
  33. disable_commit:
  34. type: boolean
  35. label: 'Disable document committing'
  36. disable_tax_calculation:
  37. type: boolean
  38. label: 'Disable tax calculation'
  39. license_key:
  40. type: string
  41. label: 'License'
  42. logging:
  43. type: boolean
  44. label: 'Enabled detailed transaction logging'
  45. shipping_tax_code:
  46. type: string
  47. label: 'Shipping tax code'