Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryInvoiceResult
-
Packages that use QueryInvoiceResult Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryInvoiceResult in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return QueryInvoiceResult Modifier and Type Method Description QueryInvoiceResultQueryInvoiceResponse. getResult()Get 发票查询结果Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryInvoiceResult Modifier and Type Method Description voidQueryInvoiceResponse. setResult(QueryInvoiceResult Result)Set 发票查询结果Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryInvoiceResult Constructor Description QueryInvoiceResult(QueryInvoiceResult 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.
-