Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CreateMerchantResult
-
Packages that use CreateMerchantResult Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CreateMerchantResult in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CreateMerchantResult Modifier and Type Method Description CreateMerchantResultCreateMerchantResponse. getResult()Get 商户注册结果Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateMerchantResult Modifier and Type Method Description voidCreateMerchantResponse. setResult(CreateMerchantResult Result)Set 商户注册结果Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateMerchantResult Constructor Description CreateMerchantResult(CreateMerchantResult 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.
-