Class: TencentCloud::Cpdp::V20190820::ModifyMntMbrBindRelateAcctBankCodeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ModifyMntMbrBindRelateAcctBankCodeRequest
- Defined in:
- lib/v20190820/models.rb
Overview
ModifyMntMbrBindRelateAcctBankCode请求参数结构体
Instance Attribute Summary collapse
- #AcctOpenBranchName ⇒ Object
- #CnapsBranchId ⇒ Object
- #EiconBankBranchId ⇒ Object
- #MemberBindAcctNo ⇒ Object
- #MrchCode ⇒ Object
- #Profile ⇒ Object
- #ReservedMsg ⇒ Object
- #SubAcctNo ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mrchcode = nil, subacctno = nil, memberbindacctno = nil, acctopenbranchname = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ ModifyMntMbrBindRelateAcctBankCodeRequest
constructor
A new instance of ModifyMntMbrBindRelateAcctBankCodeRequest.
Constructor Details
#initialize(mrchcode = nil, subacctno = nil, memberbindacctno = nil, acctopenbranchname = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ ModifyMntMbrBindRelateAcctBankCodeRequest
Returns a new instance of ModifyMntMbrBindRelateAcctBankCodeRequest.
12150 12151 12152 12153 12154 12155 12156 12157 12158 12159 |
# File 'lib/v20190820/models.rb', line 12150 def initialize(mrchcode=nil, subacctno=nil, memberbindacctno=nil, acctopenbranchname=nil, cnapsbranchid=nil, eiconbankbranchid=nil, reservedmsg=nil, profile=nil) @MrchCode = mrchcode @SubAcctNo = subacctno @MemberBindAcctNo = memberbindacctno @AcctOpenBranchName = acctopenbranchname @CnapsBranchId = cnapsbranchid @EiconBankBranchId = eiconbankbranchid @ReservedMsg = reservedmsg @Profile = profile end |
Instance Attribute Details
#AcctOpenBranchName ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def AcctOpenBranchName @AcctOpenBranchName end |
#CnapsBranchId ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def CnapsBranchId @CnapsBranchId end |
#EiconBankBranchId ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def EiconBankBranchId @EiconBankBranchId end |
#MemberBindAcctNo ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def MemberBindAcctNo @MemberBindAcctNo end |
#MrchCode ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def MrchCode @MrchCode end |
#Profile ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def Profile @Profile end |
#ReservedMsg ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def ReservedMsg @ReservedMsg end |
#SubAcctNo ⇒ Object
12148 12149 12150 |
# File 'lib/v20190820/models.rb', line 12148 def SubAcctNo @SubAcctNo end |
Instance Method Details
#deserialize(params) ⇒ Object
12161 12162 12163 12164 12165 12166 12167 12168 12169 12170 |
# File 'lib/v20190820/models.rb', line 12161 def deserialize(params) @MrchCode = params['MrchCode'] @SubAcctNo = params['SubAcctNo'] @MemberBindAcctNo = params['MemberBindAcctNo'] @AcctOpenBranchName = params['AcctOpenBranchName'] @CnapsBranchId = params['CnapsBranchId'] @EiconBankBranchId = params['EiconBankBranchId'] @ReservedMsg = params['ReservedMsg'] @Profile = params['Profile'] end |