Class: TencentCloud::Cpdp::V20190820::BindRelateAcctUnionPayRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::BindRelateAcctUnionPayRequest
- Defined in:
- lib/v20190820/models.rb
Overview
BindRelateAcctUnionPay请求参数结构体
Instance Attribute Summary collapse
- #AcctOpenBranchName ⇒ Object
- #BankType ⇒ Object
- #CnapsBranchId ⇒ Object
- #EiconBankBranchId ⇒ Object
- #MemberAcctNo ⇒ Object
- #MemberGlobalId ⇒ Object
- #MemberGlobalType ⇒ Object
- #MemberName ⇒ Object
- #Mobile ⇒ Object
- #MrchCode ⇒ Object
- #Profile ⇒ Object
- #ReservedMsg ⇒ Object
- #TranNetMemberCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(trannetmembercode = nil, membername = nil, memberglobaltype = nil, memberglobalid = nil, memberacctno = nil, banktype = nil, acctopenbranchname = nil, mobile = nil, mrchcode = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ BindRelateAcctUnionPayRequest
constructor
A new instance of BindRelateAcctUnionPayRequest.
Constructor Details
#initialize(trannetmembercode = nil, membername = nil, memberglobaltype = nil, memberglobalid = nil, memberacctno = nil, banktype = nil, acctopenbranchname = nil, mobile = nil, mrchcode = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ BindRelateAcctUnionPayRequest
Returns a new instance of BindRelateAcctUnionPayRequest.
3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 |
# File 'lib/v20190820/models.rb', line 3332 def initialize(trannetmembercode=nil, membername=nil, memberglobaltype=nil, memberglobalid=nil, memberacctno=nil, banktype=nil, acctopenbranchname=nil, mobile=nil, mrchcode=nil, cnapsbranchid=nil, eiconbankbranchid=nil, reservedmsg=nil, profile=nil) @TranNetMemberCode = trannetmembercode @MemberName = membername @MemberGlobalType = memberglobaltype @MemberGlobalId = memberglobalid @MemberAcctNo = memberacctno @BankType = banktype @AcctOpenBranchName = acctopenbranchname @Mobile = mobile @MrchCode = mrchcode @CnapsBranchId = cnapsbranchid @EiconBankBranchId = eiconbankbranchid @ReservedMsg = reservedmsg @Profile = profile end |
Instance Attribute Details
#AcctOpenBranchName ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def AcctOpenBranchName @AcctOpenBranchName end |
#BankType ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def BankType @BankType end |
#CnapsBranchId ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def CnapsBranchId @CnapsBranchId end |
#EiconBankBranchId ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def EiconBankBranchId @EiconBankBranchId end |
#MemberAcctNo ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def MemberAcctNo @MemberAcctNo end |
#MemberGlobalId ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def MemberGlobalId @MemberGlobalId end |
#MemberGlobalType ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def MemberGlobalType @MemberGlobalType end |
#MemberName ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def MemberName @MemberName end |
#Mobile ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def Mobile @Mobile end |
#MrchCode ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def MrchCode @MrchCode end |
#Profile ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def Profile @Profile end |
#ReservedMsg ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def ReservedMsg @ReservedMsg end |
#TranNetMemberCode ⇒ Object
3330 3331 3332 |
# File 'lib/v20190820/models.rb', line 3330 def TranNetMemberCode @TranNetMemberCode end |
Instance Method Details
#deserialize(params) ⇒ Object
3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 |
# File 'lib/v20190820/models.rb', line 3348 def deserialize(params) @TranNetMemberCode = params['TranNetMemberCode'] @MemberName = params['MemberName'] @MemberGlobalType = params['MemberGlobalType'] @MemberGlobalId = params['MemberGlobalId'] @MemberAcctNo = params['MemberAcctNo'] @BankType = params['BankType'] @AcctOpenBranchName = params['AcctOpenBranchName'] @Mobile = params['Mobile'] @MrchCode = params['MrchCode'] @CnapsBranchId = params['CnapsBranchId'] @EiconBankBranchId = params['EiconBankBranchId'] @ReservedMsg = params['ReservedMsg'] @Profile = params['Profile'] end |