Enum Class InvoiceVerifyType

java.lang.Object
java.lang.Enum<InvoiceVerifyType>
cn.toint.oktool.spring.boot.bdocr.model.InvoiceVerifyType
All Implemented Interfaces:
Serializable, Comparable<InvoiceVerifyType>, Constable

public enum InvoiceVerifyType extends Enum<InvoiceVerifyType>
发票验真-发票类型类型枚举
  • Enum Constant Details

    • SPECIAL_VAT_INVOICE

      public static final InvoiceVerifyType SPECIAL_VAT_INVOICE
      增值税专用发票
    • ELEC_SPECIAL_VAT_INVOICE

      public static final InvoiceVerifyType ELEC_SPECIAL_VAT_INVOICE
      增值税电子专用发票
    • NORMAL_INVOICE

      public static final InvoiceVerifyType NORMAL_INVOICE
      增值税普通发票
    • ELEC_NORMAL_INVOICE

      public static final InvoiceVerifyType ELEC_NORMAL_INVOICE
      增值税普通发票(电子)
    • ROLL_NORMAL_INVOICE

      public static final InvoiceVerifyType ROLL_NORMAL_INVOICE
      增值税普通发票(卷式)
    • TOLL_ELEC_NORMAL_INVOICE

      public static final InvoiceVerifyType TOLL_ELEC_NORMAL_INVOICE
      通行费增值税电子普通发票
    • BLOCKCHAIN_INVOICE

      public static final InvoiceVerifyType BLOCKCHAIN_INVOICE
      区块链电子发票(目前仅支持深圳地区)
    • ELEC_INVOICE_SPECIAL

      public static final InvoiceVerifyType ELEC_INVOICE_SPECIAL
      全电发票(专用发票)
    • ELEC_INVOICE_NORMAL

      public static final InvoiceVerifyType ELEC_INVOICE_NORMAL
      全电发票(普通发票)
    • SPECIAL_FREIGHT_TRANSPORT_INVOICE

      public static final InvoiceVerifyType SPECIAL_FREIGHT_TRANSPORT_INVOICE
      货运运输业增值税专用发票
    • MOTOR_VEHICLE_INVOICE

      public static final InvoiceVerifyType MOTOR_VEHICLE_INVOICE
      机动车销售发票
    • USED_VEHICLE_INVOICE

      public static final InvoiceVerifyType USED_VEHICLE_INVOICE
      二手车销售发票
    • ELEC_FLIGHT_ITINERARY_INVOICE

      public static final InvoiceVerifyType ELEC_FLIGHT_ITINERARY_INVOICE
      电子发票(航空运输电子客票行程单)
    • ELEC_TRAIN_TICKET_INVOICE

      public static final InvoiceVerifyType ELEC_TRAIN_TICKET_INVOICE
      电子发票(铁路电子客票)
    • ELEC_TOLL_INVOICE

      public static final InvoiceVerifyType ELEC_TOLL_INVOICE
      全电发票(含通行费标识)
    • UNKNOWN

      public static final InvoiceVerifyType UNKNOWN
      未知类型
  • Method Details

    • values

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

      public static InvoiceVerifyType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null