Class: TencentCloud::Cpdp::V20190820::CloudChannelExternalUserInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

渠道方用户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channelexternalusertype = nil, channelexternaluserid = nil) ⇒ CloudChannelExternalUserInfo

Returns a new instance of CloudChannelExternalUserInfo.



3968
3969
3970
3971
# File 'lib/v20190820/models.rb', line 3968

def initialize(channelexternalusertype=nil, channelexternaluserid=nil)
  @ChannelExternalUserType = channelexternalusertype
  @ChannelExternalUserId = channelexternaluserid
end

Instance Attribute Details

#ChannelExternalUserIdObject

WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型

Parameters:

  • ChannelExternalUserType:

    渠道方用户类型,枚举值:

  • ChannelExternalUserId:

    渠道方用户Id



3966
3967
3968
# File 'lib/v20190820/models.rb', line 3966

def ChannelExternalUserId
  @ChannelExternalUserId
end

#ChannelExternalUserTypeObject

WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型

Parameters:

  • ChannelExternalUserType:

    渠道方用户类型,枚举值:

  • ChannelExternalUserId:

    渠道方用户Id



3966
3967
3968
# File 'lib/v20190820/models.rb', line 3966

def ChannelExternalUserType
  @ChannelExternalUserType
end

Instance Method Details

#deserialize(params) ⇒ Object



3973
3974
3975
3976
# File 'lib/v20190820/models.rb', line 3973

def deserialize(params)
  @ChannelExternalUserType = params['ChannelExternalUserType']
  @ChannelExternalUserId = params['ChannelExternalUserId']
end