Class: TencentCloud::Cpdp::V20190820::RevokeMemberRechargeThirdPayResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::RevokeMemberRechargeThirdPayResponse
- Defined in:
- lib/v20190820/models.rb
Overview
RevokeMemberRechargeThirdPay返回参数结构体
Instance Attribute Summary collapse
-
#CnsmrSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FrontSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ReservedMsgOne ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ReservedMsgTwo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TxnReturnCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TxnReturnMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(txnreturncode = nil, txnreturnmsg = nil, cnsmrseqno = nil, frontseqno = nil, reservedmsgone = nil, reservedmsgtwo = nil, requestid = nil) ⇒ RevokeMemberRechargeThirdPayResponse
constructor
A new instance of RevokeMemberRechargeThirdPayResponse.
Constructor Details
#initialize(txnreturncode = nil, txnreturnmsg = nil, cnsmrseqno = nil, frontseqno = nil, reservedmsgone = nil, reservedmsgtwo = nil, requestid = nil) ⇒ RevokeMemberRechargeThirdPayResponse
Returns a new instance of RevokeMemberRechargeThirdPayResponse.
25431 25432 25433 25434 25435 25436 25437 25438 25439 |
# File 'lib/v20190820/models.rb', line 25431 def initialize(txnreturncode=nil, txnreturnmsg=nil, cnsmrseqno=nil, frontseqno=nil, reservedmsgone=nil, reservedmsgtwo=nil, requestid=nil) @TxnReturnCode = txnreturncode @TxnReturnMsg = txnreturnmsg @CnsmrSeqNo = cnsmrseqno @FrontSeqNo = frontseqno @ReservedMsgOne = reservedmsgone @ReservedMsgTwo = reservedmsgtwo @RequestId = requestid end |
Instance Attribute Details
#CnsmrSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def CnsmrSeqNo @CnsmrSeqNo end |
#FrontSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def FrontSeqNo @FrontSeqNo end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def RequestId @RequestId end |
#ReservedMsgOne ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def ReservedMsgOne @ReservedMsgOne end |
#ReservedMsgTwo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def ReservedMsgTwo @ReservedMsgTwo end |
#TxnReturnCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def TxnReturnCode @TxnReturnCode end |
#TxnReturnMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
25429 25430 25431 |
# File 'lib/v20190820/models.rb', line 25429 def TxnReturnMsg @TxnReturnMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
25441 25442 25443 25444 25445 25446 25447 25448 25449 |
# File 'lib/v20190820/models.rb', line 25441 def deserialize(params) @TxnReturnCode = params['TxnReturnCode'] @TxnReturnMsg = params['TxnReturnMsg'] @CnsmrSeqNo = params['CnsmrSeqNo'] @FrontSeqNo = params['FrontSeqNo'] @ReservedMsgOne = params['ReservedMsgOne'] @ReservedMsgTwo = params['ReservedMsgTwo'] @RequestId = params['RequestId'] end |