Class: TencentCloud::Partners::V20180321::RebateInfoElem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::RebateInfoElem
- Defined in:
- lib/v20180321/models.rb
Overview
返佣信息定义
Instance Attribute Summary collapse
- #Amt ⇒ Object
- #ExceptionFlag ⇒ Object
- #MonthSales ⇒ Object
- #QuarterSales ⇒ Object
- #RebateMonth ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, rebatemonth = nil, amt = nil, monthsales = nil, quartersales = nil, exceptionflag = nil) ⇒ RebateInfoElem
constructor
A new instance of RebateInfoElem.
Constructor Details
#initialize(uin = nil, rebatemonth = nil, amt = nil, monthsales = nil, quartersales = nil, exceptionflag = nil) ⇒ RebateInfoElem
Returns a new instance of RebateInfoElem.
1784 1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/v20180321/models.rb', line 1784 def initialize(uin=nil, rebatemonth=nil, amt=nil, monthsales=nil, quartersales=nil, exceptionflag=nil) @Uin = uin @RebateMonth = rebatemonth @Amt = amt @MonthSales = monthsales @QuarterSales = quartersales @ExceptionFlag = exceptionflag end |
Instance Attribute Details
#Amt ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def Amt @Amt end |
#ExceptionFlag ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def ExceptionFlag @ExceptionFlag end |
#MonthSales ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def MonthSales @MonthSales end |
#QuarterSales ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def QuarterSales @QuarterSales end |
#RebateMonth ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def RebateMonth @RebateMonth end |
#Uin ⇒ Object
1782 1783 1784 |
# File 'lib/v20180321/models.rb', line 1782 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/v20180321/models.rb', line 1793 def deserialize(params) @Uin = params['Uin'] @RebateMonth = params['RebateMonth'] @Amt = params['Amt'] @MonthSales = params['MonthSales'] @QuarterSales = params['QuarterSales'] @ExceptionFlag = params['ExceptionFlag'] end |