Uses of Class
com.tencentcloudapi.ocr.v20181119.models.NonTaxItem
-
Packages that use NonTaxItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of NonTaxItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return NonTaxItem Modifier and Type Method Description NonTaxItem[]NonTaxIncomeBill. getNonTaxItems()Get 条目Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type NonTaxItem Modifier and Type Method Description voidNonTaxIncomeBill. setNonTaxItems(NonTaxItem[] NonTaxItems)Set 条目Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type NonTaxItem Constructor Description NonTaxItem(NonTaxItem 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.
-