Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryOrderOutSubOrderList
-
Packages that use QueryOrderOutSubOrderList Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryOrderOutSubOrderList in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return QueryOrderOutSubOrderList Modifier and Type Method Description QueryOrderOutSubOrderList[]QueryOrderOutOrderList. getSubOrderList()Get 调用下单接口传进来的 SubOutTradeNoListMethods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryOrderOutSubOrderList Modifier and Type Method Description voidQueryOrderOutOrderList. setSubOrderList(QueryOrderOutSubOrderList[] SubOrderList)Set 调用下单接口传进来的 SubOutTradeNoListConstructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryOrderOutSubOrderList Constructor Description QueryOrderOutSubOrderList(QueryOrderOutSubOrderList 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.
-