Class: TencentCloud::Billing::V20180709::BusinessSummaryTotal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BusinessSummaryTotal
- Defined in:
- lib/v20180709/models.rb
Overview
按产品汇总总费用
Instance Attribute Summary collapse
- #CashPayAmount ⇒ Object
- #IncentivePayAmount ⇒ Object
- #RealTotalCost ⇒ Object
- #TotalCost ⇒ Object
- #TransferPayAmount ⇒ Object
- #VoucherPayAmount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(realtotalcost = nil, voucherpayamount = nil, incentivepayamount = nil, cashpayamount = nil, transferpayamount = nil, totalcost = nil) ⇒ BusinessSummaryTotal
constructor
A new instance of BusinessSummaryTotal.
Constructor Details
#initialize(realtotalcost = nil, voucherpayamount = nil, incentivepayamount = nil, cashpayamount = nil, transferpayamount = nil, totalcost = nil) ⇒ BusinessSummaryTotal
Returns a new instance of BusinessSummaryTotal.
3976 3977 3978 3979 3980 3981 3982 3983 |
# File 'lib/v20180709/models.rb', line 3976 def initialize(realtotalcost=nil, voucherpayamount=nil, incentivepayamount=nil, cashpayamount=nil, transferpayamount=nil, totalcost=nil) @RealTotalCost = realtotalcost @VoucherPayAmount = voucherpayamount @IncentivePayAmount = incentivepayamount @CashPayAmount = cashpayamount @TransferPayAmount = transferpayamount @TotalCost = totalcost end |
Instance Attribute Details
#CashPayAmount ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def CashPayAmount @CashPayAmount end |
#IncentivePayAmount ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def IncentivePayAmount @IncentivePayAmount end |
#RealTotalCost ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def RealTotalCost @RealTotalCost end |
#TotalCost ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def TotalCost @TotalCost end |
#TransferPayAmount ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def TransferPayAmount @TransferPayAmount end |
#VoucherPayAmount ⇒ Object
3974 3975 3976 |
# File 'lib/v20180709/models.rb', line 3974 def VoucherPayAmount @VoucherPayAmount end |
Instance Method Details
#deserialize(params) ⇒ Object
3985 3986 3987 3988 3989 3990 3991 3992 |
# File 'lib/v20180709/models.rb', line 3985 def deserialize(params) @RealTotalCost = params['RealTotalCost'] @VoucherPayAmount = params['VoucherPayAmount'] @IncentivePayAmount = params['IncentivePayAmount'] @CashPayAmount = params['CashPayAmount'] @TransferPayAmount = params['TransferPayAmount'] @TotalCost = params['TotalCost'] end |