Class: TencentCloud::Cpdp::V20190820::ContractOrderResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ContractOrderResponse
- Defined in:
- lib/v20190820/models.rb
Overview
ContractOrder返回参数结构体
Instance Attribute Summary collapse
- #OutContractCode ⇒ Object
- #OutTradeNo ⇒ Object
- #PayInfo ⇒ Object
- #RequestId ⇒ Object
- #TotalAmt ⇒ Object
- #TransactionId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalamt = nil, outtradeno = nil, payinfo = nil, transactionid = nil, outcontractcode = nil, requestid = nil) ⇒ ContractOrderResponse
constructor
A new instance of ContractOrderResponse.
Constructor Details
#initialize(totalamt = nil, outtradeno = nil, payinfo = nil, transactionid = nil, outcontractcode = nil, requestid = nil) ⇒ ContractOrderResponse
Returns a new instance of ContractOrderResponse.
5052 5053 5054 5055 5056 5057 5058 5059 |
# File 'lib/v20190820/models.rb', line 5052 def initialize(totalamt=nil, outtradeno=nil, =nil, transactionid=nil, outcontractcode=nil, requestid=nil) @TotalAmt = totalamt @OutTradeNo = outtradeno @PayInfo = @TransactionId = transactionid @OutContractCode = outcontractcode @RequestId = requestid end |
Instance Attribute Details
#OutContractCode ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def OutContractCode @OutContractCode end |
#OutTradeNo ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def OutTradeNo @OutTradeNo end |
#PayInfo ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def PayInfo @PayInfo end |
#RequestId ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def RequestId @RequestId end |
#TotalAmt ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def TotalAmt @TotalAmt end |
#TransactionId ⇒ Object
5050 5051 5052 |
# File 'lib/v20190820/models.rb', line 5050 def TransactionId @TransactionId end |
Instance Method Details
#deserialize(params) ⇒ Object
5061 5062 5063 5064 5065 5066 5067 5068 |
# File 'lib/v20190820/models.rb', line 5061 def deserialize(params) @TotalAmt = params['TotalAmt'] @OutTradeNo = params['OutTradeNo'] @PayInfo = params['PayInfo'] @TransactionId = params['TransactionId'] @OutContractCode = params['OutContractCode'] @RequestId = params['RequestId'] end |