Class: TencentCloud::Cpdp::V20190820::CreateCustAcctIdRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateCustAcctIdRequest
- Defined in:
- lib/v20190820/models.rb
Overview
CreateCustAcctId请求参数结构体
Instance Attribute Summary collapse
- #ContactName ⇒ Object
- #Email ⇒ Object
- #FunctionFlag ⇒ Object
- #FundSummaryAcctNo ⇒ Object
- #MemberProperty ⇒ Object
- #Mobile ⇒ Object
- #MrchCode ⇒ Object
- #Profile ⇒ Object
- #ReservedMsg ⇒ Object
- #SelfBusiness ⇒ Object
- #SubAcctName ⇒ Object
- #SubAcctShortName ⇒ Object
- #SubAcctType ⇒ Object
- #TranNetMemberCode ⇒ Object
- #UserNickname ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(functionflag = nil, fundsummaryacctno = nil, trannetmembercode = nil, memberproperty = nil, mobile = nil, mrchcode = nil, selfbusiness = nil, contactname = nil, subacctname = nil, subacctshortname = nil, subaccttype = nil, usernickname = nil, email = nil, reservedmsg = nil, profile = nil) ⇒ CreateCustAcctIdRequest
constructor
A new instance of CreateCustAcctIdRequest.
Constructor Details
#initialize(functionflag = nil, fundsummaryacctno = nil, trannetmembercode = nil, memberproperty = nil, mobile = nil, mrchcode = nil, selfbusiness = nil, contactname = nil, subacctname = nil, subacctshortname = nil, subaccttype = nil, usernickname = nil, email = nil, reservedmsg = nil, profile = nil) ⇒ CreateCustAcctIdRequest
Returns a new instance of CreateCustAcctIdRequest.
5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 |
# File 'lib/v20190820/models.rb', line 5837 def initialize(functionflag=nil, fundsummaryacctno=nil, trannetmembercode=nil, memberproperty=nil, mobile=nil, mrchcode=nil, selfbusiness=nil, contactname=nil, subacctname=nil, subacctshortname=nil, subaccttype=nil, usernickname=nil, email=nil, reservedmsg=nil, profile=nil) @FunctionFlag = functionflag @FundSummaryAcctNo = fundsummaryacctno @TranNetMemberCode = trannetmembercode @MemberProperty = memberproperty @Mobile = mobile @MrchCode = mrchcode @SelfBusiness = selfbusiness @ContactName = contactname @SubAcctName = subacctname @SubAcctShortName = subacctshortname @SubAcctType = subaccttype @UserNickname = usernickname @Email = email @ReservedMsg = reservedmsg @Profile = profile end |
Instance Attribute Details
#ContactName ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def ContactName @ContactName end |
#Email ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def Email @Email end |
#FunctionFlag ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def FunctionFlag @FunctionFlag end |
#FundSummaryAcctNo ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def FundSummaryAcctNo @FundSummaryAcctNo end |
#MemberProperty ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def MemberProperty @MemberProperty end |
#Mobile ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def Mobile @Mobile end |
#MrchCode ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def MrchCode @MrchCode end |
#Profile ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def Profile @Profile end |
#ReservedMsg ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def ReservedMsg @ReservedMsg end |
#SelfBusiness ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def SelfBusiness @SelfBusiness end |
#SubAcctName ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def SubAcctName @SubAcctName end |
#SubAcctShortName ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def SubAcctShortName @SubAcctShortName end |
#SubAcctType ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def SubAcctType @SubAcctType end |
#TranNetMemberCode ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def TranNetMemberCode @TranNetMemberCode end |
#UserNickname ⇒ Object
5835 5836 5837 |
# File 'lib/v20190820/models.rb', line 5835 def UserNickname @UserNickname end |
Instance Method Details
#deserialize(params) ⇒ Object
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 |
# File 'lib/v20190820/models.rb', line 5855 def deserialize(params) @FunctionFlag = params['FunctionFlag'] @FundSummaryAcctNo = params['FundSummaryAcctNo'] @TranNetMemberCode = params['TranNetMemberCode'] @MemberProperty = params['MemberProperty'] @Mobile = params['Mobile'] @MrchCode = params['MrchCode'] @SelfBusiness = params['SelfBusiness'] @ContactName = params['ContactName'] @SubAcctName = params['SubAcctName'] @SubAcctShortName = params['SubAcctShortName'] @SubAcctType = params['SubAcctType'] @UserNickname = params['UserNickname'] @Email = params['Email'] @ReservedMsg = params['ReservedMsg'] @Profile = params['Profile'] end |