Class: TencentCloud::Cpdp::V20190820::ApplyReWithdrawalResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

ApplyReWithdrawal返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(withdraworderid = nil, requestid = nil) ⇒ ApplyReWithdrawalResponse

Returns a new instance of ApplyReWithdrawalResponse.



2215
2216
2217
2218
# File 'lib/v20190820/models.rb', line 2215

def initialize(withdraworderid=nil, requestid=nil)
  @WithdrawOrderId = withdraworderid
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • WithdrawOrderId:

    重新提现业务订单号

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



2213
2214
2215
# File 'lib/v20190820/models.rb', line 2213

def RequestId
  @RequestId
end

#WithdrawOrderIdObject

Parameters:

  • WithdrawOrderId:

    重新提现业务订单号

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



2213
2214
2215
# File 'lib/v20190820/models.rb', line 2213

def WithdrawOrderId
  @WithdrawOrderId
end

Instance Method Details

#deserialize(params) ⇒ Object



2220
2221
2222
2223
# File 'lib/v20190820/models.rb', line 2220

def deserialize(params)
  @WithdrawOrderId = params['WithdrawOrderId']
  @RequestId = params['RequestId']
end