Class: TencentCloud::Cpdp::V20190820::WithdrawCashMembershipResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::WithdrawCashMembershipResponse
- Defined in:
- lib/v20190820/models.rb
Overview
WithdrawCashMembership返回参数结构体
Instance Attribute Summary collapse
-
#CnsmrSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FrontSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ReservedMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TransferFee ⇒ 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, transferfee = nil, reservedmsg = nil, requestid = nil) ⇒ WithdrawCashMembershipResponse
constructor
A new instance of WithdrawCashMembershipResponse.
Constructor Details
#initialize(txnreturncode = nil, txnreturnmsg = nil, cnsmrseqno = nil, frontseqno = nil, transferfee = nil, reservedmsg = nil, requestid = nil) ⇒ WithdrawCashMembershipResponse
Returns a new instance of WithdrawCashMembershipResponse.
28976 28977 28978 28979 28980 28981 28982 28983 28984 |
# File 'lib/v20190820/models.rb', line 28976 def initialize(txnreturncode=nil, txnreturnmsg=nil, cnsmrseqno=nil, frontseqno=nil, transferfee=nil, reservedmsg=nil, requestid=nil) @TxnReturnCode = txnreturncode @TxnReturnMsg = txnreturnmsg @CnsmrSeqNo = cnsmrseqno @FrontSeqNo = frontseqno @TransferFee = transferfee @ReservedMsg = reservedmsg @RequestId = requestid end |
Instance Attribute Details
#CnsmrSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def CnsmrSeqNo @CnsmrSeqNo end |
#FrontSeqNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def FrontSeqNo @FrontSeqNo end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def RequestId @RequestId end |
#ReservedMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def ReservedMsg @ReservedMsg end |
#TransferFee ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def TransferFee @TransferFee end |
#TxnReturnCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def TxnReturnCode @TxnReturnCode end |
#TxnReturnMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
28974 28975 28976 |
# File 'lib/v20190820/models.rb', line 28974 def TxnReturnMsg @TxnReturnMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
28986 28987 28988 28989 28990 28991 28992 28993 28994 |
# File 'lib/v20190820/models.rb', line 28986 def deserialize(params) @TxnReturnCode = params['TxnReturnCode'] @TxnReturnMsg = params['TxnReturnMsg'] @CnsmrSeqNo = params['CnsmrSeqNo'] @FrontSeqNo = params['FrontSeqNo'] @TransferFee = params['TransferFee'] @ReservedMsg = params['ReservedMsg'] @RequestId = params['RequestId'] end |