Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VatInvoiceVerifyNewRequest
-
Packages that use VatInvoiceVerifyNewRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VatInvoiceVerifyNewRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type VatInvoiceVerifyNewRequest Modifier and Type Method Description VatInvoiceVerifyNewResponseOcrClient. VatInvoiceVerifyNew(VatInvoiceVerifyNewRequest req)本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。 默认接口请求频率限制:20次/秒。 -
Uses of VatInvoiceVerifyNewRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatInvoiceVerifyNewRequest Constructor Description VatInvoiceVerifyNewRequest(VatInvoiceVerifyNewRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-