Uses of Enum Class
cn.toint.oktool.spring.boot.bdocr.model.InvoiceVerifyType
Packages that use InvoiceVerifyType
-
Uses of InvoiceVerifyType in cn.toint.oktool.spring.boot.bdocr.model
Methods in cn.toint.oktool.spring.boot.bdocr.model that return InvoiceVerifyTypeModifier and TypeMethodDescriptionstatic InvoiceVerifyTypeReturns the enum constant of this class with the specified name.static InvoiceVerifyType[]InvoiceVerifyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.toint.oktool.spring.boot.bdocr.model with parameters of type InvoiceVerifyTypeModifier and TypeMethodDescriptionVatInvoiceVerificationRequest.invoiceType(InvoiceVerifyType invoiceVerifyType) 发票类型 -
Uses of InvoiceVerifyType in cn.toint.oktool.spring.boot.bdocr.util
Methods in cn.toint.oktool.spring.boot.bdocr.util that return InvoiceVerifyTypeModifier and TypeMethodDescriptionstatic InvoiceVerifyTypeInvoiceTypeConverter.convertOcrToVerifyType(String ocrResult) 将OCR识别的发票类型转换为发票验真所需的类型参数static InvoiceVerifyTypeInvoiceTypeConverter.convertOcrToVerifyTypeNotNull(String ocrResult) 将OCR识别的发票类型转换为发票验真所需的类型参数Methods in cn.toint.oktool.spring.boot.bdocr.util with parameters of type InvoiceVerifyTypeModifier and TypeMethodDescriptionstatic StringInvoiceVerifyAmountUtil.getAmountByInvoiceType(InvoiceVerifyType invoiceType, String totalAmount, String totalAmountInclTax) 根据发票类型选中金额