Class TaxTypeCode

java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.basic.TaxTypeCode

public class TaxTypeCode extends CodeValidation
Class that can be used to check if a tax type code is valid.
  • Field Details

  • Constructor Details

    • TaxTypeCode

      public TaxTypeCode()
  • Method Details

    • isValid

      public boolean isValid(String code)
      Description copied from class: CodeValidation
      Checks if a specific code is valid.
      Specified by:
      isValid in class CodeValidation
      Parameters:
      code - the value you want to check
      Returns:
      true if the code is valid