Class: TencentCloud::Billing::V20180709::DescribeBillSummaryByProductRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeBillSummaryByProductRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBillSummaryByProduct请求参数结构体
Instance Attribute Summary collapse
-
#BeginTime ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。 枚举值: consume-消费 refund-退款 adjustment-调账.
-
#EndTime ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。 枚举值: consume-消费 refund-退款 adjustment-调账.
-
#PayerUin ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。 枚举值: consume-消费 refund-退款 adjustment-调账.
-
#PayType ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。 枚举值: consume-消费 refund-退款 adjustment-调账.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(begintime = nil, endtime = nil, payeruin = nil, paytype = nil) ⇒ DescribeBillSummaryByProductRequest
constructor
A new instance of DescribeBillSummaryByProductRequest.
Constructor Details
#initialize(begintime = nil, endtime = nil, payeruin = nil, paytype = nil) ⇒ DescribeBillSummaryByProductRequest
Returns a new instance of DescribeBillSummaryByProductRequest.
7853 7854 7855 7856 7857 7858 |
# File 'lib/v20180709/models.rb', line 7853 def initialize(begintime=nil, endtime=nil, payeruin=nil, paytype=nil) @BeginTime = begintime @EndTime = endtime @PayerUin = payeruin @PayType = paytype end |
Instance Attribute Details
#BeginTime ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。枚举值:consume-消费refund-退款adjustment-调账
7851 7852 7853 |
# File 'lib/v20180709/models.rb', line 7851 def BeginTime @BeginTime end |
#EndTime ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。枚举值:consume-消费refund-退款adjustment-调账
7851 7852 7853 |
# File 'lib/v20180709/models.rb', line 7851 def EndTime @EndTime end |
#PayerUin ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。枚举值:consume-消费refund-退款adjustment-调账
7851 7852 7853 |
# File 'lib/v20180709/models.rb', line 7851 def PayerUin @PayerUin end |
#PayType ⇒ Object
此参数自账单3.0(即2021-05)之后开始生效。枚举值:consume-消费refund-退款adjustment-调账
7851 7852 7853 |
# File 'lib/v20180709/models.rb', line 7851 def PayType @PayType end |
Instance Method Details
#deserialize(params) ⇒ Object
7860 7861 7862 7863 7864 7865 |
# File 'lib/v20180709/models.rb', line 7860 def deserialize(params) @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @PayerUin = params['PayerUin'] @PayType = params['PayType'] end |