Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VatRollItem
-
Packages that use VatRollItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VatRollItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return VatRollItem Modifier and Type Method Description VatRollItem[]VatInvoiceRoll. getVatRollItems()Get 条目Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatRollItem Modifier and Type Method Description voidVatInvoiceRoll. setVatRollItems(VatRollItem[] VatRollItems)Set 条目Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VatRollItem Constructor Description VatRollItem(VatRollItem 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.
-