Uses of Class
com.tencentcloudapi.cwp.v20180228.models.CreateLicenseOrderRequest
-
Packages that use CreateLicenseOrderRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of CreateLicenseOrderRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type CreateLicenseOrderRequest Modifier and Type Method Description CreateLicenseOrderResponse
CwpClient. CreateLicenseOrder(CreateLicenseOrderRequest req)
CreateLicenseOrder 该接口可以创建专业版/旗舰版订单 支持预付费后付费创建 后付费订单直接创建成功 预付费订单仅下单不支付,需要调用计费支付接口进行支付 -
Uses of CreateLicenseOrderRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type CreateLicenseOrderRequest Constructor Description CreateLicenseOrderRequest(CreateLicenseOrderRequest 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.
-