public class CloudChannelExternalUserInfo extends AbstractModel
Constructor and Description |
---|
CloudChannelExternalUserInfo() |
CloudChannelExternalUserInfo(CloudChannelExternalUserInfo 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelExternalUserId()
Get 渠道方用户Id
|
String |
getChannelExternalUserType()
Get 渠道方用户类型,枚举值:
WX_OPENID 微信支付类型
ALIPAY_BUYERID 支付宝支付类型
|
void |
setChannelExternalUserId(String ChannelExternalUserId)
Set 渠道方用户Id
|
void |
setChannelExternalUserType(String ChannelExternalUserType)
Set 渠道方用户类型,枚举值:
WX_OPENID 微信支付类型
ALIPAY_BUYERID 支付宝支付类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CloudChannelExternalUserInfo()
public CloudChannelExternalUserInfo(CloudChannelExternalUserInfo source)
public String getChannelExternalUserType()
public void setChannelExternalUserType(String ChannelExternalUserType)
ChannelExternalUserType
- 渠道方用户类型,枚举值:
WX_OPENID 微信支付类型
ALIPAY_BUYERID 支付宝支付类型public String getChannelExternalUserId()
public void setChannelExternalUserId(String ChannelExternalUserId)
ChannelExternalUserId
- 渠道方用户IdCopyright © 2023. All rights reserved.