Class: TencentCloud::Partners::V20180321::RebateInfoElemNew
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::RebateInfoElemNew
- 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) ⇒ RebateInfoElemNew
constructor
A new instance of RebateInfoElemNew.
Constructor Details
#initialize(uin = nil, rebatemonth = nil, amt = nil, monthsales = nil, quartersales = nil, exceptionflag = nil) ⇒ RebateInfoElemNew
Returns a new instance of RebateInfoElemNew.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'lib/v20180321/models.rb', line 1820 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
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def Amt @Amt end |
#ExceptionFlag ⇒ Object
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def ExceptionFlag @ExceptionFlag end |
#MonthSales ⇒ Object
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def MonthSales @MonthSales end |
#QuarterSales ⇒ Object
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def QuarterSales @QuarterSales end |
#RebateMonth ⇒ Object
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def RebateMonth @RebateMonth end |
#Uin ⇒ Object
1818 1819 1820 |
# File 'lib/v20180321/models.rb', line 1818 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1829 1830 1831 1832 1833 1834 1835 1836 |
# File 'lib/v20180321/models.rb', line 1829 def deserialize(params) @Uin = params['Uin'] @RebateMonth = params['RebateMonth'] @Amt = params['Amt'] @MonthSales = params['MonthSales'] @QuarterSales = params['QuarterSales'] @ExceptionFlag = params['ExceptionFlag'] end |