Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CloudStoreInfo
-
Packages that use CloudStoreInfo Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CloudStoreInfo in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CloudStoreInfo Modifier and Type Method Description CloudStoreInfoUnifiedCloudOrderRequest. getStoreInfo()Get 门店信息 特定的渠道或特定的支付方式,此字段为必填 wechat_ecommerce渠道 - h5支付方式,此字段必填Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudStoreInfo Modifier and Type Method Description voidUnifiedCloudOrderRequest. setStoreInfo(CloudStoreInfo StoreInfo)Set 门店信息 特定的渠道或特定的支付方式,此字段为必填 wechat_ecommerce渠道 - h5支付方式,此字段必填Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudStoreInfo Constructor Description CloudStoreInfo(CloudStoreInfo 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.
-