Class: TencentCloud::Cpdp::V20190820::QueryCompanyTitleRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryCompanyTitleRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryCompanyTitle请求参数结构体
Instance Attribute Summary collapse
- #CompanyTitleKeyword ⇒ Object
- #InvoicePlatformId ⇒ Object
- #Profile ⇒ Object
- #SellerTaxpayerNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companytitlekeyword = nil, invoiceplatformid = nil, sellertaxpayernum = nil, profile = nil) ⇒ QueryCompanyTitleRequest
constructor
A new instance of QueryCompanyTitleRequest.
Constructor Details
#initialize(companytitlekeyword = nil, invoiceplatformid = nil, sellertaxpayernum = nil, profile = nil) ⇒ QueryCompanyTitleRequest
Returns a new instance of QueryCompanyTitleRequest.
16102 16103 16104 16105 16106 16107 |
# File 'lib/v20190820/models.rb', line 16102 def initialize(companytitlekeyword=nil, invoiceplatformid=nil, sellertaxpayernum=nil, profile=nil) @CompanyTitleKeyword = companytitlekeyword @InvoicePlatformId = invoiceplatformid @SellerTaxpayerNum = sellertaxpayernum @Profile = profile end |
Instance Attribute Details
#CompanyTitleKeyword ⇒ Object
16100 16101 16102 |
# File 'lib/v20190820/models.rb', line 16100 def CompanyTitleKeyword @CompanyTitleKeyword end |
#InvoicePlatformId ⇒ Object
16100 16101 16102 |
# File 'lib/v20190820/models.rb', line 16100 def InvoicePlatformId @InvoicePlatformId end |
#Profile ⇒ Object
16100 16101 16102 |
# File 'lib/v20190820/models.rb', line 16100 def Profile @Profile end |
#SellerTaxpayerNum ⇒ Object
16100 16101 16102 |
# File 'lib/v20190820/models.rb', line 16100 def SellerTaxpayerNum @SellerTaxpayerNum end |
Instance Method Details
#deserialize(params) ⇒ Object
16109 16110 16111 16112 16113 16114 |
# File 'lib/v20190820/models.rb', line 16109 def deserialize(params) @CompanyTitleKeyword = params['CompanyTitleKeyword'] @InvoicePlatformId = params['InvoicePlatformId'] @SellerTaxpayerNum = params['SellerTaxpayerNum'] @Profile = params['Profile'] end |