Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CreateInvoiceItem
-
Packages that use CreateInvoiceItem Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CreateInvoiceItem in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CreateInvoiceItem Modifier and Type Method Description CreateInvoiceItem[]CreateInvoiceRequest. getItems()Get 项目商品明细CreateInvoiceItem[]CreateInvoiceV2Request. getItems()Get 项目商品明细Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateInvoiceItem Modifier and Type Method Description voidCreateInvoiceRequest. setItems(CreateInvoiceItem[] Items)Set 项目商品明细voidCreateInvoiceV2Request. setItems(CreateInvoiceItem[] Items)Set 项目商品明细Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateInvoiceItem Constructor Description CreateInvoiceItem(CreateInvoiceItem 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.
-