Class: TencentCloud::Cpdp::V20190820::QueryDownloadBillURLRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryDownloadBillURLRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryDownloadBillURL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantappid = nil, channelcode = nil, billdate = nil) ⇒ QueryDownloadBillURLRequest
constructor
A new instance of QueryDownloadBillURLRequest.
Constructor Details
#initialize(merchantappid = nil, channelcode = nil, billdate = nil) ⇒ QueryDownloadBillURLRequest
Returns a new instance of QueryDownloadBillURLRequest.
16756 16757 16758 16759 16760 |
# File 'lib/v20190820/models.rb', line 16756 def initialize(merchantappid=nil, channelcode=nil, billdate=nil) @MerchantAppId = merchantappid @ChannelCode = channelcode @BillDate = billdate end |
Instance Attribute Details
#BillDate ⇒ Object
16754 16755 16756 |
# File 'lib/v20190820/models.rb', line 16754 def BillDate @BillDate end |
#ChannelCode ⇒ Object
16754 16755 16756 |
# File 'lib/v20190820/models.rb', line 16754 def ChannelCode @ChannelCode end |
#MerchantAppId ⇒ Object
16754 16755 16756 |
# File 'lib/v20190820/models.rb', line 16754 def MerchantAppId @MerchantAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
16762 16763 16764 16765 16766 |
# File 'lib/v20190820/models.rb', line 16762 def deserialize(params) @MerchantAppId = params['MerchantAppId'] @ChannelCode = params['ChannelCode'] @BillDate = params['BillDate'] end |