Class: TencentCloud::Cpdp::V20190820::BindRelateAcctSmallAmountRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::BindRelateAcctSmallAmountRequest
- Defined in:
- lib/v20190820/models.rb
Overview
BindRelateAcctSmallAmount请求参数结构体
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(mrchcode = nil, trannetmembercode = nil, membername = nil, memberglobaltype = nil, memberglobalid = nil, memberacctno = nil, banktype = nil, acctopenbranchname = nil, mobile = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ BindRelateAcctSmallAmountRequest
constructor
A new instance of BindRelateAcctSmallAmountRequest.
Constructor Details
#initialize(mrchcode = nil, trannetmembercode = nil, membername = nil, memberglobaltype = nil, memberglobalid = nil, memberacctno = nil, banktype = nil, acctopenbranchname = nil, mobile = nil, cnapsbranchid = nil, eiconbankbranchid = nil, reservedmsg = nil, profile = nil) ⇒ BindRelateAcctSmallAmountRequest
Returns a new instance of BindRelateAcctSmallAmountRequest.
3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 |
# File 'lib/v20190820/models.rb', line 3235 def initialize(mrchcode=nil, trannetmembercode=nil, membername=nil, memberglobaltype=nil, memberglobalid=nil, memberacctno=nil, banktype=nil, acctopenbranchname=nil, mobile=nil, cnapsbranchid=nil, eiconbankbranchid=nil, reservedmsg=nil, profile=nil) @MrchCode = mrchcode @TranNetMemberCode = trannetmembercode @MemberName = membername @MemberGlobalType = memberglobaltype @MemberGlobalId = memberglobalid @MemberAcctNo = memberacctno @BankType = banktype @AcctOpenBranchName = acctopenbranchname @Mobile = mobile @CnapsBranchId = cnapsbranchid @EiconBankBranchId = eiconbankbranchid @ReservedMsg = reservedmsg @Profile = profile end |
Instance Attribute Details
#AcctOpenBranchName ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def AcctOpenBranchName @AcctOpenBranchName end |
#BankType ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def BankType @BankType end |
#CnapsBranchId ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def CnapsBranchId @CnapsBranchId end |
#EiconBankBranchId ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def EiconBankBranchId @EiconBankBranchId end |
#MemberAcctNo ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def MemberAcctNo @MemberAcctNo end |
#MemberGlobalId ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def MemberGlobalId @MemberGlobalId end |
#MemberGlobalType ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def MemberGlobalType @MemberGlobalType end |
#MemberName ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def MemberName @MemberName end |
#Mobile ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def Mobile @Mobile end |
#MrchCode ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def MrchCode @MrchCode end |
#Profile ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def Profile @Profile end |
#ReservedMsg ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def ReservedMsg @ReservedMsg end |
#TranNetMemberCode ⇒ Object
3233 3234 3235 |
# File 'lib/v20190820/models.rb', line 3233 def TranNetMemberCode @TranNetMemberCode end |
Instance Method Details
#deserialize(params) ⇒ Object
3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 |
# File 'lib/v20190820/models.rb', line 3251 def deserialize(params) @MrchCode = params['MrchCode'] @TranNetMemberCode = params['TranNetMemberCode'] @MemberName = params['MemberName'] @MemberGlobalType = params['MemberGlobalType'] @MemberGlobalId = params['MemberGlobalId'] @MemberAcctNo = params['MemberAcctNo'] @BankType = params['BankType'] @AcctOpenBranchName = params['AcctOpenBranchName'] @Mobile = params['Mobile'] @CnapsBranchId = params['CnapsBranchId'] @EiconBankBranchId = params['EiconBankBranchId'] @ReservedMsg = params['ReservedMsg'] @Profile = params['Profile'] end |