Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CloudSubOrder
-
Packages that use CloudSubOrder Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CloudSubOrder in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CloudSubOrder Modifier and Type Method Description CloudSubOrder[]UnifiedCloudOrderRequest. getSubOrderList()Get 子订单列表 格式:子订单号、子应用Id、金额。压缩后最长不可超过32K字节(去除空格,换行,制表符等无意义字符)。Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudSubOrder Modifier and Type Method Description voidUnifiedCloudOrderRequest. setSubOrderList(CloudSubOrder[] SubOrderList)Set 子订单列表 格式:子订单号、子应用Id、金额。压缩后最长不可超过32K字节(去除空格,换行,制表符等无意义字符)。Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudSubOrder Constructor Description CloudSubOrder(CloudSubOrder 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.
-