Class: TencentCloud::Cpdp::V20190820::RegisterBillRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::RegisterBillRequest
- Defined in:
- lib/v20190820/models.rb
Overview
RegisterBill请求参数结构体
Instance Attribute Summary collapse
- #BankAccountNo ⇒ Object
- #BankSubAccountNo ⇒ Object
- #MerchantCode ⇒ Object
- #MidasAppId ⇒ Object
- #MidasEnvironment ⇒ Object
- #MidasSecretId ⇒ Object
- #MidasSignature ⇒ Object
- #OrderAmt ⇒ Object
- #OrderId ⇒ Object
- #PayChannel ⇒ Object
- #PayChannelSubId ⇒ Object
- #PlatformShortNo ⇒ Object
- #Remark ⇒ Object
- #RequestType ⇒ Object
- #ReservedMessage ⇒ Object
- #TranFee ⇒ Object
- #TranNetMemberCode ⇒ Object
- #TransSeqNo ⇒ Object
- #TranType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requesttype = nil, merchantcode = nil, paychannel = nil, paychannelsubid = nil, orderid = nil, bankaccountno = nil, platformshortno = nil, midassecretid = nil, midasappid = nil, midassignature = nil, transseqno = nil, tranfee = nil, orderamt = nil, banksubaccountno = nil, trannetmembercode = nil, trantype = nil, reservedmessage = nil, remark = nil, midasenvironment = nil) ⇒ RegisterBillRequest
constructor
A new instance of RegisterBillRequest.
Constructor Details
#initialize(requesttype = nil, merchantcode = nil, paychannel = nil, paychannelsubid = nil, orderid = nil, bankaccountno = nil, platformshortno = nil, midassecretid = nil, midasappid = nil, midassignature = nil, transseqno = nil, tranfee = nil, orderamt = nil, banksubaccountno = nil, trannetmembercode = nil, trantype = nil, reservedmessage = nil, remark = nil, midasenvironment = nil) ⇒ RegisterBillRequest
Returns a new instance of RegisterBillRequest.
24866 24867 24868 24869 24870 24871 24872 24873 24874 24875 24876 24877 24878 24879 24880 24881 24882 24883 24884 24885 24886 |
# File 'lib/v20190820/models.rb', line 24866 def initialize(requesttype=nil, merchantcode=nil, paychannel=nil, paychannelsubid=nil, orderid=nil, bankaccountno=nil, platformshortno=nil, midassecretid=nil, midasappid=nil, midassignature=nil, transseqno=nil, tranfee=nil, orderamt=nil, banksubaccountno=nil, trannetmembercode=nil, trantype=nil, =nil, remark=nil, midasenvironment=nil) @RequestType = requesttype @MerchantCode = merchantcode @PayChannel = paychannel @PayChannelSubId = paychannelsubid @OrderId = orderid @BankAccountNo = bankaccountno @PlatformShortNo = platformshortno @MidasSecretId = midassecretid @MidasAppId = midasappid @MidasSignature = midassignature @TransSeqNo = transseqno @TranFee = tranfee @OrderAmt = orderamt @BankSubAccountNo = banksubaccountno @TranNetMemberCode = trannetmembercode @TranType = trantype @ReservedMessage = @Remark = remark @MidasEnvironment = midasenvironment end |
Instance Attribute Details
#BankAccountNo ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def BankAccountNo @BankAccountNo end |
#BankSubAccountNo ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def BankSubAccountNo @BankSubAccountNo end |
#MerchantCode ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def MerchantCode @MerchantCode end |
#MidasAppId ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def MidasAppId @MidasAppId end |
#MidasEnvironment ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def MidasEnvironment @MidasEnvironment end |
#MidasSecretId ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def MidasSecretId @MidasSecretId end |
#MidasSignature ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def MidasSignature @MidasSignature end |
#OrderAmt ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def OrderAmt @OrderAmt end |
#OrderId ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def OrderId @OrderId end |
#PayChannel ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def PayChannel @PayChannel end |
#PayChannelSubId ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def PayChannelSubId @PayChannelSubId end |
#PlatformShortNo ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def PlatformShortNo @PlatformShortNo end |
#Remark ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def Remark @Remark end |
#RequestType ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def RequestType @RequestType end |
#ReservedMessage ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def ReservedMessage @ReservedMessage end |
#TranFee ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def TranFee @TranFee end |
#TranNetMemberCode ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def TranNetMemberCode @TranNetMemberCode end |
#TransSeqNo ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def TransSeqNo @TransSeqNo end |
#TranType ⇒ Object
24864 24865 24866 |
# File 'lib/v20190820/models.rb', line 24864 def TranType @TranType end |
Instance Method Details
#deserialize(params) ⇒ Object
24888 24889 24890 24891 24892 24893 24894 24895 24896 24897 24898 24899 24900 24901 24902 24903 24904 24905 24906 24907 24908 |
# File 'lib/v20190820/models.rb', line 24888 def deserialize(params) @RequestType = params['RequestType'] @MerchantCode = params['MerchantCode'] @PayChannel = params['PayChannel'] @PayChannelSubId = params['PayChannelSubId'] @OrderId = params['OrderId'] @BankAccountNo = params['BankAccountNo'] @PlatformShortNo = params['PlatformShortNo'] @MidasSecretId = params['MidasSecretId'] @MidasAppId = params['MidasAppId'] @MidasSignature = params['MidasSignature'] @TransSeqNo = params['TransSeqNo'] @TranFee = params['TranFee'] @OrderAmt = params['OrderAmt'] @BankSubAccountNo = params['BankSubAccountNo'] @TranNetMemberCode = params['TranNetMemberCode'] @TranType = params['TranType'] @ReservedMessage = params['ReservedMessage'] @Remark = params['Remark'] @MidasEnvironment = params['MidasEnvironment'] end |