Class: TencentCloud::Partners::V20180321::RefundMap
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::RefundMap
- Defined in:
- lib/v20180321/models.rb
Overview
退款单关联的原始订单信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, refundamount = nil) ⇒ RefundMap
constructor
A new instance of RefundMap.
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
#DealName ⇒ Object
1846 1847 1848 |
# File 'lib/v20180321/models.rb', line 1846 def DealName @DealName end |
#RefundAmount ⇒ Object
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 |