Class: TencentCloud::Cpdp::V20190820::MerchantManagementList
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::MerchantManagementList
- Defined in:
- lib/v20190820/models.rb
Overview
商户查询管理端列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taxpayername = nil, taxpayernum = nil, serialno = nil, invoiceplatformid = nil) ⇒ MerchantManagementList
constructor
A new instance of MerchantManagementList.
Constructor Details
#initialize(taxpayername = nil, taxpayernum = nil, serialno = nil, invoiceplatformid = nil) ⇒ MerchantManagementList
Returns a new instance of MerchantManagementList.
11567 11568 11569 11570 11571 11572 |
# File 'lib/v20190820/models.rb', line 11567 def initialize(taxpayername=nil, taxpayernum=nil, serialno=nil, invoiceplatformid=nil) @TaxpayerName = taxpayername @TaxpayerNum = taxpayernum @SerialNo = serialno @InvoicePlatformId = invoiceplatformid end |
Instance Attribute Details
#InvoicePlatformId ⇒ Object
11565 11566 11567 |
# File 'lib/v20190820/models.rb', line 11565 def InvoicePlatformId @InvoicePlatformId end |
#SerialNo ⇒ Object
11565 11566 11567 |
# File 'lib/v20190820/models.rb', line 11565 def SerialNo @SerialNo end |
#TaxpayerName ⇒ Object
11565 11566 11567 |
# File 'lib/v20190820/models.rb', line 11565 def TaxpayerName @TaxpayerName end |
#TaxpayerNum ⇒ Object
11565 11566 11567 |
# File 'lib/v20190820/models.rb', line 11565 def TaxpayerNum @TaxpayerNum end |
Instance Method Details
#deserialize(params) ⇒ Object
11574 11575 11576 11577 11578 11579 |
# File 'lib/v20190820/models.rb', line 11574 def deserialize(params) @TaxpayerName = params['TaxpayerName'] @TaxpayerNum = params['TaxpayerNum'] @SerialNo = params['SerialNo'] @InvoicePlatformId = params['InvoicePlatformId'] end |