Class: TencentCloud::Cpdp::V20190820::RevokeMemberRechargeThirdPayRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::RevokeMemberRechargeThirdPayRequest
- Defined in:
- lib/v20190820/models.rb
Overview
RevokeMemberRechargeThirdPay请求参数结构体
Instance Attribute Summary collapse
- #ApplyCancelCommission ⇒ Object
- #ApplyCancelMemberAmt ⇒ Object
- #MrchCode ⇒ Object
- #OldFillEjzbOrderNo ⇒ Object
- #OldFillFrontSeqNo ⇒ Object
- #OldFillPayChannelType ⇒ Object
- #OldPayChannelTranSeqNo ⇒ Object
- #Profile ⇒ Object
- #Remark ⇒ Object
- #ReservedMsgOne ⇒ Object
- #ReservedMsgThree ⇒ Object
- #ReservedMsgTwo ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(oldfillfrontseqno = nil, oldfillpaychanneltype = nil, oldpaychanneltranseqno = nil, oldfillejzborderno = nil, applycancelmemberamt = nil, applycancelcommission = nil, mrchcode = nil, remark = nil, reservedmsgone = nil, reservedmsgtwo = nil, reservedmsgthree = nil, profile = nil) ⇒ RevokeMemberRechargeThirdPayRequest
constructor
A new instance of RevokeMemberRechargeThirdPayRequest.
Constructor Details
#initialize(oldfillfrontseqno = nil, oldfillpaychanneltype = nil, oldpaychanneltranseqno = nil, oldfillejzborderno = nil, applycancelmemberamt = nil, applycancelcommission = nil, mrchcode = nil, remark = nil, reservedmsgone = nil, reservedmsgtwo = nil, reservedmsgthree = nil, profile = nil) ⇒ RevokeMemberRechargeThirdPayRequest
Returns a new instance of RevokeMemberRechargeThirdPayRequest.
25378 25379 25380 25381 25382 25383 25384 25385 25386 25387 25388 25389 25390 25391 |
# File 'lib/v20190820/models.rb', line 25378 def initialize(oldfillfrontseqno=nil, oldfillpaychanneltype=nil, oldpaychanneltranseqno=nil, oldfillejzborderno=nil, applycancelmemberamt=nil, applycancelcommission=nil, mrchcode=nil, remark=nil, reservedmsgone=nil, reservedmsgtwo=nil, reservedmsgthree=nil, profile=nil) @OldFillFrontSeqNo = oldfillfrontseqno @OldFillPayChannelType = oldfillpaychanneltype @OldPayChannelTranSeqNo = oldpaychanneltranseqno @OldFillEjzbOrderNo = oldfillejzborderno @ApplyCancelMemberAmt = applycancelmemberamt @ApplyCancelCommission = applycancelcommission @MrchCode = mrchcode @Remark = remark @ReservedMsgOne = reservedmsgone @ReservedMsgTwo = reservedmsgtwo @ReservedMsgThree = reservedmsgthree @Profile = profile end |
Instance Attribute Details
#ApplyCancelCommission ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def ApplyCancelCommission @ApplyCancelCommission end |
#ApplyCancelMemberAmt ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def ApplyCancelMemberAmt @ApplyCancelMemberAmt end |
#MrchCode ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def MrchCode @MrchCode end |
#OldFillEjzbOrderNo ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def OldFillEjzbOrderNo @OldFillEjzbOrderNo end |
#OldFillFrontSeqNo ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def OldFillFrontSeqNo @OldFillFrontSeqNo end |
#OldFillPayChannelType ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def OldFillPayChannelType @OldFillPayChannelType end |
#OldPayChannelTranSeqNo ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def OldPayChannelTranSeqNo @OldPayChannelTranSeqNo end |
#Profile ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def Profile @Profile end |
#Remark ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def Remark @Remark end |
#ReservedMsgOne ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def ReservedMsgOne @ReservedMsgOne end |
#ReservedMsgThree ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def ReservedMsgThree @ReservedMsgThree end |
#ReservedMsgTwo ⇒ Object
25376 25377 25378 |
# File 'lib/v20190820/models.rb', line 25376 def ReservedMsgTwo @ReservedMsgTwo end |
Instance Method Details
#deserialize(params) ⇒ Object
25393 25394 25395 25396 25397 25398 25399 25400 25401 25402 25403 25404 25405 25406 |
# File 'lib/v20190820/models.rb', line 25393 def deserialize(params) @OldFillFrontSeqNo = params['OldFillFrontSeqNo'] @OldFillPayChannelType = params['OldFillPayChannelType'] @OldPayChannelTranSeqNo = params['OldPayChannelTranSeqNo'] @OldFillEjzbOrderNo = params['OldFillEjzbOrderNo'] @ApplyCancelMemberAmt = params['ApplyCancelMemberAmt'] @ApplyCancelCommission = params['ApplyCancelCommission'] @MrchCode = params['MrchCode'] @Remark = params['Remark'] @ReservedMsgOne = params['ReservedMsgOne'] @ReservedMsgTwo = params['ReservedMsgTwo'] @ReservedMsgThree = params['ReservedMsgThree'] @Profile = params['Profile'] end |