Uses of Class
cn.toint.oktool.spring.boot.bdocr.model.VatInvoiceVerificationRequest
Packages that use VatInvoiceVerificationRequest
-
Uses of VatInvoiceVerificationRequest in cn.toint.oktool.spring.boot.bdocr
Methods in cn.toint.oktool.spring.boot.bdocr with parameters of type VatInvoiceVerificationRequestModifier and TypeMethodDescriptionBdOcrClient.vatInvoiceVerification(VatInvoiceVerificationRequest request) 增值税发票验真
支持 14 种增值税发票的信息核验,包括增值税专票、电子专票、普票、电子普票、卷票、区块链发票(深圳地区)、全电发票(新版全国统一电子发票,专票/普票)、通行费增值税电子普通发票、货物运输业增值税专用发票、机动车销售发票、二手车销售发票、电子发票(航空运输电子客票行程单)、电子发票(铁路电子客票)等,支持返回票面的全部信息。 -
Uses of VatInvoiceVerificationRequest in cn.toint.oktool.spring.boot.bdocr.model
Methods in cn.toint.oktool.spring.boot.bdocr.model that return VatInvoiceVerificationRequestModifier and TypeMethodDescriptionVatInvoiceVerificationRequest.invoiceDate(String invoiceDateStr) 发票日期(自动识别)VatInvoiceVerificationRequest.invoiceDate(TemporalAccessor invoiceDate) 发票日期VatInvoiceVerificationRequest.invoiceDate(Date invoiceDate) 发票日期VatInvoiceVerificationRequest.invoiceType(InvoiceVerifyType invoiceVerifyType) 发票类型VatInvoiceVerificationRequest.invoiceType(String invoiceVerifyTypeStr) 发票类型(自动识别)VatInvoiceVerificationRequest.totalAmount(String totalAmount) 金额(自动识别)VatInvoiceVerificationRequest.totalAmount(String invoiceType, String totalAmount, String totalAmountInclTax) 金额(自动识别)