Class: TencentCloud::Billing::V20180709::AllocationOverviewDetail

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

Overview

分账概览明细

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(treenodeuniqkey = nil, treenodeuniqkeyname = nil, billdate = nil, gathercashpayamount = nil, gathervoucherpayamount = nil, gatherincentivepayamount = nil, gathertransferpayamount = nil, allocatecashpayamount = nil, allocatevoucherpayamount = nil, allocateincentivepayamount = nil, allocatetransferpayamount = nil, totalcashpayamount = nil, totalvoucherpayamount = nil, totalincentivepayamount = nil, totaltransferpayamount = nil, gatherrealcost = nil, allocaterealcost = nil, realtotalcost = nil, ratio = nil, trend = nil, trendtype = nil) ⇒ AllocationOverviewDetail

Returns a new instance of AllocationOverviewDetail.



615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
# File 'lib/v20180709/models.rb', line 615

def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil, billdate=nil, gathercashpayamount=nil, gathervoucherpayamount=nil, gatherincentivepayamount=nil, gathertransferpayamount=nil, allocatecashpayamount=nil, allocatevoucherpayamount=nil, allocateincentivepayamount=nil, allocatetransferpayamount=nil, totalcashpayamount=nil, totalvoucherpayamount=nil, totalincentivepayamount=nil, totaltransferpayamount=nil, gatherrealcost=nil, allocaterealcost=nil, realtotalcost=nil, ratio=nil, trend=nil, trendtype=nil)
  @TreeNodeUniqKey = treenodeuniqkey
  @TreeNodeUniqKeyName = treenodeuniqkeyname
  @BillDate = billdate
  @GatherCashPayAmount = gathercashpayamount
  @GatherVoucherPayAmount = gathervoucherpayamount
  @GatherIncentivePayAmount = gatherincentivepayamount
  @GatherTransferPayAmount = gathertransferpayamount
  @AllocateCashPayAmount = allocatecashpayamount
  @AllocateVoucherPayAmount = allocatevoucherpayamount
  @AllocateIncentivePayAmount = allocateincentivepayamount
  @AllocateTransferPayAmount = allocatetransferpayamount
  @TotalCashPayAmount = totalcashpayamount
  @TotalVoucherPayAmount = totalvoucherpayamount
  @TotalIncentivePayAmount = totalincentivepayamount
  @TotalTransferPayAmount = totaltransferpayamount
  @GatherRealCost = gatherrealcost
  @AllocateRealCost = allocaterealcost
  @RealTotalCost = realtotalcost
  @Ratio = ratio
  @Trend = trend
  @TrendType = trendtype
end

Instance Attribute Details

#AllocateCashPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def AllocateCashPayAmount
  @AllocateCashPayAmount
end

#AllocateIncentivePayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def AllocateIncentivePayAmount
  @AllocateIncentivePayAmount
end

#AllocateRealCostObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def AllocateRealCost
  @AllocateRealCost
end

#AllocateTransferPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def AllocateTransferPayAmount
  @AllocateTransferPayAmount
end

#AllocateVoucherPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def AllocateVoucherPayAmount
  @AllocateVoucherPayAmount
end

#BillDateObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def BillDate
  @BillDate
end

#GatherCashPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def GatherCashPayAmount
  @GatherCashPayAmount
end

#GatherIncentivePayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def GatherIncentivePayAmount
  @GatherIncentivePayAmount
end

#GatherRealCostObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def GatherRealCost
  @GatherRealCost
end

#GatherTransferPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def GatherTransferPayAmount
  @GatherTransferPayAmount
end

#GatherVoucherPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def GatherVoucherPayAmount
  @GatherVoucherPayAmount
end

#RatioObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def Ratio
  @Ratio
end

#RealTotalCostObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def RealTotalCost
  @RealTotalCost
end

#TotalCashPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TotalCashPayAmount
  @TotalCashPayAmount
end

#TotalIncentivePayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TotalIncentivePayAmount
  @TotalIncentivePayAmount
end

#TotalTransferPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TotalTransferPayAmount
  @TotalTransferPayAmount
end

#TotalVoucherPayAmountObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TotalVoucherPayAmount
  @TotalVoucherPayAmount
end

#TreeNodeUniqKeyObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TreeNodeUniqKey
  @TreeNodeUniqKey
end

#TreeNodeUniqKeyNameObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TreeNodeUniqKeyName
  @TreeNodeUniqKeyName
end

#TrendObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def Trend
  @Trend
end

#TrendTypeObject

upward -上升downward - 下降none - 平稳

Parameters:

  • TreeNodeUniqKey:

    分账单元唯一标识

  • TreeNodeUniqKeyName:

    分账单元名称

  • BillDate:

    日期:结算日期

  • GatherCashPayAmount:

    归集费用(现金):基于归集规则直接归集到分账单元的现金

  • GatherVoucherPayAmount:

    归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券

  • GatherIncentivePayAmount:

    归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金

  • GatherTransferPayAmount:

    归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金

  • AllocateCashPayAmount:

    分摊费用(现金):基于分摊规则分摊到分账单元的资源现金

  • AllocateVoucherPayAmount:

    分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券

  • AllocateIncentivePayAmount:

    分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金

  • AllocateTransferPayAmount:

    分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金

  • TotalCashPayAmount:

    合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)

  • TotalVoucherPayAmount:

    合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)

  • TotalIncentivePayAmount:

    合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)

  • TotalTransferPayAmount:

    合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)

  • GatherRealCost:

    归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价

  • AllocateRealCost:

    分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)

  • Ratio:

    占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%

  • Trend:

    环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%

  • TrendType:

    环比箭头



613
614
615
# File 'lib/v20180709/models.rb', line 613

def TrendType
  @TrendType
end

Instance Method Details

#deserialize(params) ⇒ Object



639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
# File 'lib/v20180709/models.rb', line 639

def deserialize(params)
  @TreeNodeUniqKey = params['TreeNodeUniqKey']
  @TreeNodeUniqKeyName = params['TreeNodeUniqKeyName']
  @BillDate = params['BillDate']
  @GatherCashPayAmount = params['GatherCashPayAmount']
  @GatherVoucherPayAmount = params['GatherVoucherPayAmount']
  @GatherIncentivePayAmount = params['GatherIncentivePayAmount']
  @GatherTransferPayAmount = params['GatherTransferPayAmount']
  @AllocateCashPayAmount = params['AllocateCashPayAmount']
  @AllocateVoucherPayAmount = params['AllocateVoucherPayAmount']
  @AllocateIncentivePayAmount = params['AllocateIncentivePayAmount']
  @AllocateTransferPayAmount = params['AllocateTransferPayAmount']
  @TotalCashPayAmount = params['TotalCashPayAmount']
  @TotalVoucherPayAmount = params['TotalVoucherPayAmount']
  @TotalIncentivePayAmount = params['TotalIncentivePayAmount']
  @TotalTransferPayAmount = params['TotalTransferPayAmount']
  @GatherRealCost = params['GatherRealCost']
  @AllocateRealCost = params['AllocateRealCost']
  @RealTotalCost = params['RealTotalCost']
  @Ratio = params['Ratio']
  @Trend = params['Trend']
  @TrendType = params['TrendType']
end