Class: TencentCloud::Cpdp::V20190820::QueryMemberTransactionRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryMemberTransactionRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryMemberTransaction请求参数结构体
Instance Attribute Summary collapse
- #Ccy ⇒ Object
- #FunctionFlag ⇒ Object
- #InMemberCode ⇒ Object
- #InSubAcctName ⇒ Object
- #InSubAcctNo ⇒ Object
- #MrchCode ⇒ Object
- #OrderContent ⇒ Object
- #OrderNo ⇒ Object
- #OutMemberCode ⇒ Object
- #OutSubAcctName ⇒ Object
- #OutSubAcctNo ⇒ Object
- #Profile ⇒ Object
- #Remark ⇒ Object
- #ReservedMsg ⇒ Object
- #TranAmt ⇒ Object
- #TranFee ⇒ Object
- #TranType ⇒ Object
- #WebSign ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mrchcode = nil, functionflag = nil, outsubacctno = nil, outmembercode = nil, outsubacctname = nil, insubacctno = nil, inmembercode = nil, insubacctname = nil, tranamt = nil, tranfee = nil, trantype = nil, ccy = nil, orderno = nil, ordercontent = nil, remark = nil, reservedmsg = nil, websign = nil, profile = nil) ⇒ QueryMemberTransactionRequest
constructor
A new instance of QueryMemberTransactionRequest.
Constructor Details
#initialize(mrchcode = nil, functionflag = nil, outsubacctno = nil, outmembercode = nil, outsubacctname = nil, insubacctno = nil, inmembercode = nil, insubacctname = nil, tranamt = nil, tranfee = nil, trantype = nil, ccy = nil, orderno = nil, ordercontent = nil, remark = nil, reservedmsg = nil, websign = nil, profile = nil) ⇒ QueryMemberTransactionRequest
Returns a new instance of QueryMemberTransactionRequest.
18808 18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820 18821 18822 18823 18824 18825 18826 18827 |
# File 'lib/v20190820/models.rb', line 18808 def initialize(mrchcode=nil, functionflag=nil, outsubacctno=nil, outmembercode=nil, outsubacctname=nil, insubacctno=nil, inmembercode=nil, insubacctname=nil, tranamt=nil, tranfee=nil, trantype=nil, ccy=nil, orderno=nil, ordercontent=nil, remark=nil, reservedmsg=nil, websign=nil, profile=nil) @MrchCode = mrchcode @FunctionFlag = functionflag @OutSubAcctNo = outsubacctno @OutMemberCode = outmembercode @OutSubAcctName = outsubacctname @InSubAcctNo = insubacctno @InMemberCode = inmembercode @InSubAcctName = insubacctname @TranAmt = tranamt @TranFee = tranfee @TranType = trantype @Ccy = ccy @OrderNo = orderno @OrderContent = ordercontent @Remark = remark @ReservedMsg = reservedmsg @WebSign = websign @Profile = profile end |
Instance Attribute Details
#Ccy ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def Ccy @Ccy end |
#FunctionFlag ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def FunctionFlag @FunctionFlag end |
#InMemberCode ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def InMemberCode @InMemberCode end |
#InSubAcctName ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def InSubAcctName @InSubAcctName end |
#InSubAcctNo ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def InSubAcctNo @InSubAcctNo end |
#MrchCode ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def MrchCode @MrchCode end |
#OrderContent ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def OrderContent @OrderContent end |
#OrderNo ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def OrderNo @OrderNo end |
#OutMemberCode ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def OutMemberCode @OutMemberCode end |
#OutSubAcctName ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def OutSubAcctName @OutSubAcctName end |
#OutSubAcctNo ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def OutSubAcctNo @OutSubAcctNo end |
#Profile ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def Profile @Profile end |
#Remark ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def Remark @Remark end |
#ReservedMsg ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def ReservedMsg @ReservedMsg end |
#TranAmt ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def TranAmt @TranAmt end |
#TranFee ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def TranFee @TranFee end |
#TranType ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def TranType @TranType end |
#WebSign ⇒ Object
18806 18807 18808 |
# File 'lib/v20190820/models.rb', line 18806 def WebSign @WebSign end |
Instance Method Details
#deserialize(params) ⇒ Object
18829 18830 18831 18832 18833 18834 18835 18836 18837 18838 18839 18840 18841 18842 18843 18844 18845 18846 18847 18848 |
# File 'lib/v20190820/models.rb', line 18829 def deserialize(params) @MrchCode = params['MrchCode'] @FunctionFlag = params['FunctionFlag'] @OutSubAcctNo = params['OutSubAcctNo'] @OutMemberCode = params['OutMemberCode'] @OutSubAcctName = params['OutSubAcctName'] @InSubAcctNo = params['InSubAcctNo'] @InMemberCode = params['InMemberCode'] @InSubAcctName = params['InSubAcctName'] @TranAmt = params['TranAmt'] @TranFee = params['TranFee'] @TranType = params['TranType'] @Ccy = params['Ccy'] @OrderNo = params['OrderNo'] @OrderContent = params['OrderContent'] @Remark = params['Remark'] @ReservedMsg = params['ReservedMsg'] @WebSign = params['WebSign'] @Profile = params['Profile'] end |