Class: TencentCloud::Billing::V20180709::AllocationMonthOverviewDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::AllocationMonthOverviewDetail
- Defined in:
- lib/v20180709/models.rb
Overview
分账账单月概览金额明细
Instance Attribute Summary collapse
-
#AllocateCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateRealCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherRealCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#Ratio ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#RealTotalCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#Trend ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TrendType ⇒ Object
upward -上升 downward - 下降 none - 平稳.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(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) ⇒ AllocationMonthOverviewDetail
constructor
A new instance of AllocationMonthOverviewDetail.
Constructor Details
#initialize(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) ⇒ AllocationMonthOverviewDetail
Returns a new instance of AllocationMonthOverviewDetail.
522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 |
# File 'lib/v20180709/models.rb', line 522 def initialize(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) @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
#AllocateCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def AllocateCashPayAmount @AllocateCashPayAmount end |
#AllocateIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def AllocateIncentivePayAmount @AllocateIncentivePayAmount end |
#AllocateRealCost ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def AllocateRealCost @AllocateRealCost end |
#AllocateTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def AllocateTransferPayAmount @AllocateTransferPayAmount end |
#AllocateVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def AllocateVoucherPayAmount @AllocateVoucherPayAmount end |
#GatherCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def GatherCashPayAmount @GatherCashPayAmount end |
#GatherIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def GatherIncentivePayAmount @GatherIncentivePayAmount end |
#GatherRealCost ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def GatherRealCost @GatherRealCost end |
#GatherTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def GatherTransferPayAmount @GatherTransferPayAmount end |
#GatherVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def GatherVoucherPayAmount @GatherVoucherPayAmount end |
#Ratio ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def Ratio @Ratio end |
#RealTotalCost ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def RealTotalCost @RealTotalCost end |
#TotalCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def TotalCashPayAmount @TotalCashPayAmount end |
#TotalIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def TotalIncentivePayAmount @TotalIncentivePayAmount end |
#TotalTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def TotalTransferPayAmount @TotalTransferPayAmount end |
#TotalVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def TotalVoucherPayAmount @TotalVoucherPayAmount end |
#Trend ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def Trend @Trend end |
#TrendType ⇒ Object
upward -上升downward - 下降none - 平稳
520 521 522 |
# File 'lib/v20180709/models.rb', line 520 def TrendType @TrendType end |
Instance Method Details
#deserialize(params) ⇒ Object
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 |
# File 'lib/v20180709/models.rb', line 543 def deserialize(params) @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 |