Class: TencentCloud::Partners::V20180321::RefundMap

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

Overview

退款单关联的原始订单信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dealname = nil, refundamount = nil) ⇒ RefundMap

Returns a new instance of RefundMap.



1848
1849
1850
1851
# File 'lib/v20180321/models.rb', line 1848

def initialize(dealname=nil, refundamount=nil)
  @DealName = dealname
  @RefundAmount = refundamount
end

Instance Attribute Details

#DealNameObject

Parameters:

  • DealName:

    退款单关联的原始子订单号

  • RefundAmount:

    退款金额,单位分



1846
1847
1848
# File 'lib/v20180321/models.rb', line 1846

def DealName
  @DealName
end

#RefundAmountObject

Parameters:

  • DealName:

    退款单关联的原始子订单号

  • RefundAmount:

    退款金额,单位分



1846
1847
1848
# File 'lib/v20180321/models.rb', line 1846

def RefundAmount
  @RefundAmount
end

Instance Method Details

#deserialize(params) ⇒ Object



1853
1854
1855
1856
# File 'lib/v20180321/models.rb', line 1853

def deserialize(params)
  @DealName = params['DealName']
  @RefundAmount = params['RefundAmount']
end