Class: TencentCloud::Cpdp::V20190820::QueryCompanyTitleRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

QueryCompanyTitle请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CompanyTitleKeywordObject

Parameters:

  • CompanyTitleKeyword:

    公司抬头关键字

  • InvoicePlatformId:

    开票平台ID。0:高灯,1:票易通

  • SellerTaxpayerNum:

    销方纳税人识别号

  • Profile:

    接入环境。沙箱环境填sandbox。



16100
16101
16102
# File 'lib/v20190820/models.rb', line 16100

def CompanyTitleKeyword
  @CompanyTitleKeyword
end

#InvoicePlatformIdObject

Parameters:

  • CompanyTitleKeyword:

    公司抬头关键字

  • InvoicePlatformId:

    开票平台ID。0:高灯,1:票易通

  • SellerTaxpayerNum:

    销方纳税人识别号

  • Profile:

    接入环境。沙箱环境填sandbox。



16100
16101
16102
# File 'lib/v20190820/models.rb', line 16100

def InvoicePlatformId
  @InvoicePlatformId
end

#ProfileObject

Parameters:

  • CompanyTitleKeyword:

    公司抬头关键字

  • InvoicePlatformId:

    开票平台ID。0:高灯,1:票易通

  • SellerTaxpayerNum:

    销方纳税人识别号

  • Profile:

    接入环境。沙箱环境填sandbox。



16100
16101
16102
# File 'lib/v20190820/models.rb', line 16100

def Profile
  @Profile
end

#SellerTaxpayerNumObject

Parameters:

  • CompanyTitleKeyword:

    公司抬头关键字

  • InvoicePlatformId:

    开票平台ID。0:高灯,1:票易通

  • SellerTaxpayerNum:

    销方纳税人识别号

  • Profile:

    接入环境。沙箱环境填sandbox。



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