Enum TaxNoticeFilingTypeId

java.lang.Object
java.lang.Enum<TaxNoticeFilingTypeId>
net.avalara.avatax.rest.client.enums.TaxNoticeFilingTypeId
All Implemented Interfaces:
Serializable, Comparable<TaxNoticeFilingTypeId>, java.lang.constant.Constable

public enum TaxNoticeFilingTypeId extends Enum<TaxNoticeFilingTypeId>
A list of possible AvaFile filing types for tax notices.
  • Enum Constant Details

    • ElectronicReturn

      public static final TaxNoticeFilingTypeId ElectronicReturn
      Denotes the tax return is being filed via electronic means; excludes SST electronic filing.
    • PaperReturn

      public static final TaxNoticeFilingTypeId PaperReturn
      Denotes the tax return is being filed on paper.
    • ReturnNotFiled

      public static final TaxNoticeFilingTypeId ReturnNotFiled
      Denotes the tax return that was not filed.
    • EFTPaper

      public static final TaxNoticeFilingTypeId EFTPaper
      Denotes a return is paid via EFT and filed on paper without payment.
    • SER

      public static final TaxNoticeFilingTypeId SER
      Denotes the tax return is an SST filing.
    • TrustfileEdi

      public static final TaxNoticeFilingTypeId TrustfileEdi
      Denotes the tax return is a Trudsfile-EDI filing.
    • UploadFile

      public static final TaxNoticeFilingTypeId UploadFile
      Denotes the tax return is an uploaded file.
    • PaperManual

      public static final TaxNoticeFilingTypeId PaperManual
      Denotes the tax return was manually filed via paper
    • CertCapture

      public static final TaxNoticeFilingTypeId CertCapture
      Denotes a cert capture return
    • SignatureReady

      public static final TaxNoticeFilingTypeId SignatureReady
      Denotes a signature ready return
  • Method Details

    • values

      public static TaxNoticeFilingTypeId[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TaxNoticeFilingTypeId valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static TaxNoticeFilingTypeId valueOf(int intValue)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      intValue - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()