lib/v20180709/models.rb in tencentcloud-sdk-billing-3.0.596 vs lib/v20180709/models.rb in tencentcloud-sdk-billing-3.0.597

- old
+ new

@@ -1702,17 +1702,17 @@ # 包年包月新购 # 包年包月续费 # 包年包月配置变更 # 包年包月退款 # 按量计费扣费 - # 按量计费小时结 - # 按量计费日结 - # 按量计费月结 # 线下项目扣费 # 线下产品扣费 # 调账扣费 # 调账补偿 + # 按量计费小时结 + # 按量计费日结 + # 按量计费月结 # 竞价实例小时结 # 线下项目调账补偿 # 线下产品调账补偿 # 优惠扣费 # 优惠补偿 @@ -1723,22 +1723,26 @@ # 预付费用 # 小时费用 # 预留实例退款 # 按量计费冲正 # 包年包月转按量 + # 保底扣款 + # 节省计划小时费用 # @type ActionType: String # @param ProjectId: 项目ID:资源所属项目ID # @type ProjectId: Integer # @param BusinessCode: 产品名称代码 # 备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a> # @type BusinessCode: String # @param Context: 上一次请求返回的上下文信息,翻页查询Month>=2023-05的月份的数据可加快查询速度,数据量10万级别以上的用户建议使用,查询速度可提升2~10倍 # @type Context: String + # @param PayerUin: 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN + # @type PayerUin: String - attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context + attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin - def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil) + def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil, payeruin=nil) @Offset = offset @Limit = limit @PeriodType = periodtype @Month = month @BeginTime = begintime @@ -1749,10 +1753,11 @@ @ResourceId = resourceid @ActionType = actiontype @ProjectId = projectid @BusinessCode = businesscode @Context = context + @PayerUin = payeruin end def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @@ -1766,9 +1771,10 @@ @ResourceId = params['ResourceId'] @ActionType = params['ActionType'] @ProjectId = params['ProjectId'] @BusinessCode = params['BusinessCode'] @Context = params['Context'] + @PayerUin = params['PayerUin'] end end # DescribeBillDetail返回参数结构体 class DescribeBillDetailResponse < TencentCloud::Common::AbstractModel