Uses of Class
com.tencentcloudapi.ocr.v20181119.models.OtherInvoiceItem
-
Packages that use OtherInvoiceItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of OtherInvoiceItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return OtherInvoiceItem Modifier and Type Method Description OtherInvoiceItem[]OtherInvoiceList. getOtherInvoiceItemList()Get 列表OtherInvoiceItem[]OtherInvoice. getOtherInvoiceListItems()Get 列表Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type OtherInvoiceItem Modifier and Type Method Description voidOtherInvoiceList. setOtherInvoiceItemList(OtherInvoiceItem[] OtherInvoiceItemList)Set 列表voidOtherInvoice. setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)Set 列表Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type OtherInvoiceItem Constructor Description OtherInvoiceItem(OtherInvoiceItem 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.
-