Enum Class InvoiceVerifyType
- All Implemented Interfaces:
Serializable,Comparable<InvoiceVerifyType>,Constable
发票验真-发票类型类型枚举
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription区块链电子发票(目前仅支持深圳地区)电子发票(航空运输电子客票行程单)全电发票(普通发票)全电发票(专用发票)增值税普通发票(电子)增值税电子专用发票全电发票(含通行费标识)电子发票(铁路电子客票)机动车销售发票增值税普通发票增值税普通发票(卷式)货运运输业增值税专用发票增值税专用发票通行费增值税电子普通发票未知类型二手车销售发票 -
Method Summary
Modifier and TypeMethodDescriptionstatic InvoiceVerifyTypeReturns the enum constant of this class with the specified name.static InvoiceVerifyType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SPECIAL_VAT_INVOICE
增值税专用发票 -
ELEC_SPECIAL_VAT_INVOICE
增值税电子专用发票 -
NORMAL_INVOICE
增值税普通发票 -
ELEC_NORMAL_INVOICE
增值税普通发票(电子) -
ROLL_NORMAL_INVOICE
增值税普通发票(卷式) -
TOLL_ELEC_NORMAL_INVOICE
通行费增值税电子普通发票 -
BLOCKCHAIN_INVOICE
区块链电子发票(目前仅支持深圳地区) -
ELEC_INVOICE_SPECIAL
全电发票(专用发票) -
ELEC_INVOICE_NORMAL
全电发票(普通发票) -
SPECIAL_FREIGHT_TRANSPORT_INVOICE
货运运输业增值税专用发票 -
MOTOR_VEHICLE_INVOICE
机动车销售发票 -
USED_VEHICLE_INVOICE
二手车销售发票 -
ELEC_FLIGHT_ITINERARY_INVOICE
电子发票(航空运输电子客票行程单) -
ELEC_TRAIN_TICKET_INVOICE
电子发票(铁路电子客票) -
ELEC_TOLL_INVOICE
全电发票(含通行费标识) -
UNKNOWN
未知类型
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-