Class: TencentCloud::Cpdp::V20190820::QueryTransferResultRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryTransferResultRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryTransferResult请求参数结构体
Instance Attribute Summary collapse
-
#MerchantAppId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
-
#MerchantId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
-
#OrderId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
-
#Profile ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
-
#TradeSerialNo ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
-
#TransferType ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantid = nil, merchantappid = nil, transfertype = nil, tradeserialno = nil, orderid = nil, profile = nil) ⇒ QueryTransferResultRequest
constructor
A new instance of QueryTransferResultRequest.
Constructor Details
#initialize(merchantid = nil, merchantappid = nil, transfertype = nil, tradeserialno = nil, orderid = nil, profile = nil) ⇒ QueryTransferResultRequest
Returns a new instance of QueryTransferResultRequest.
23667 23668 23669 23670 23671 23672 23673 23674 |
# File 'lib/v20190820/models.rb', line 23667 def initialize(merchantid=nil, merchantappid=nil, transfertype=nil, tradeserialno=nil, orderid=nil, profile=nil) @MerchantId = merchantid @MerchantAppId = merchantappid @TransferType = transfertype @TradeSerialNo = tradeserialno @OrderId = orderid @Profile = profile end |
Instance Attribute Details
#MerchantAppId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def MerchantAppId @MerchantAppId end |
#MerchantId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def MerchantId @MerchantId end |
#OrderId ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def OrderId @OrderId end |
#Profile ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def Profile @Profile end |
#TradeSerialNo ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def TradeSerialNo @TradeSerialNo end |
#TransferType ⇒ Object
2、 支付宝转账 3、 平安银企直联代发转账
23665 23666 23667 |
# File 'lib/v20190820/models.rb', line 23665 def TransferType @TransferType end |
Instance Method Details
#deserialize(params) ⇒ Object
23676 23677 23678 23679 23680 23681 23682 23683 |
# File 'lib/v20190820/models.rb', line 23676 def deserialize(params) @MerchantId = params['MerchantId'] @MerchantAppId = params['MerchantAppId'] @TransferType = params['TransferType'] @TradeSerialNo = params['TradeSerialNo'] @OrderId = params['OrderId'] @Profile = params['Profile'] end |