Class: TencentCloud::Partners::V20180321::RebateInfoElem

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

Overview

返佣信息定义

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AmtObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



1782
1783
1784
# File 'lib/v20180321/models.rb', line 1782

def Amt
  @Amt
end

#ExceptionFlagObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



1782
1783
1784
# File 'lib/v20180321/models.rb', line 1782

def ExceptionFlag
  @ExceptionFlag
end

#MonthSalesObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



1782
1783
1784
# File 'lib/v20180321/models.rb', line 1782

def MonthSales
  @MonthSales
end

#QuarterSalesObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



1782
1783
1784
# File 'lib/v20180321/models.rb', line 1782

def QuarterSales
  @QuarterSales
end

#RebateMonthObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



1782
1783
1784
# File 'lib/v20180321/models.rb', line 1782

def RebateMonth
  @RebateMonth
end

#UinObject

Parameters:

  • 代理商账号ID

  • 返佣月份,如2018-02

  • 返佣金额,单位分

  • 月度业绩,单位分

  • 季度业绩,单位分

  • NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)



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