Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VatInvoiceItem
-
Packages that use VatInvoiceItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VatInvoiceItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return VatInvoiceItem Modifier and Type Method Description VatInvoiceItem[]VatInvoice. getItems()Get 项目明细VatInvoiceItem[]VatInvoiceOCRResponse. getItems()Get 明细条目。VatInvoiceInfos中关于明细项的具体条目。Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatInvoiceItem Modifier and Type Method Description voidVatInvoice. setItems(VatInvoiceItem[] Items)Set 项目明细voidVatInvoiceOCRResponse. setItems(VatInvoiceItem[] Items)Set 明细条目。VatInvoiceInfos中关于明细项的具体条目。Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatInvoiceItem Constructor Description VatInvoiceItem(VatInvoiceItem 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.
-