Class: TencentCloud::Cpdp::V20190820::OrganizationInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OrganizationInfo
- Defined in:
- lib/v20190820/models.rb
Overview
公司信息
Instance Attribute Summary collapse
-
#LegalPersonIdCode ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
-
#LegalPersonIdType ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
-
#LegalPersonName ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
-
#OrganizationCode ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
-
#OrganizationName ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
-
#OrganizationType ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(organizationname = nil, organizationtype = nil, organizationcode = nil, legalpersonname = nil, legalpersonidtype = nil, legalpersonidcode = nil) ⇒ OrganizationInfo
constructor
A new instance of OrganizationInfo.
Constructor Details
#initialize(organizationname = nil, organizationtype = nil, organizationcode = nil, legalpersonname = nil, legalpersonidtype = nil, legalpersonidcode = nil) ⇒ OrganizationInfo
Returns a new instance of OrganizationInfo.
13484 13485 13486 13487 13488 13489 13490 13491 |
# File 'lib/v20190820/models.rb', line 13484 def initialize(organizationname=nil, organizationtype=nil, organizationcode=nil, legalpersonname=nil, legalpersonidtype=nil, legalpersonidcode=nil) @OrganizationName = organizationname @OrganizationType = organizationtype @OrganizationCode = organizationcode @LegalPersonName = legalpersonname @LegalPersonIdType = legalpersonidtype @LegalPersonIdCode = legalpersonidcode end |
Instance Attribute Details
#LegalPersonIdCode ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def LegalPersonIdCode @LegalPersonIdCode end |
#LegalPersonIdType ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def LegalPersonIdType @LegalPersonIdType end |
#LegalPersonName ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def LegalPersonName @LegalPersonName end |
#OrganizationCode ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def OrganizationCode @OrganizationCode end |
#OrganizationName ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def OrganizationName @OrganizationName end |
#OrganizationType ⇒ Object
<敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a> <敏感信息>加密详见<a href=“cloud.tencent.com/document/product/1122/48979” target=“_blank”>《商户端接口敏感信息加密说明》</a>
13482 13483 13484 |
# File 'lib/v20190820/models.rb', line 13482 def OrganizationType @OrganizationType end |
Instance Method Details
#deserialize(params) ⇒ Object
13493 13494 13495 13496 13497 13498 13499 13500 |
# File 'lib/v20190820/models.rb', line 13493 def deserialize(params) @OrganizationName = params['OrganizationName'] @OrganizationType = params['OrganizationType'] @OrganizationCode = params['OrganizationCode'] @LegalPersonName = params['LegalPersonName'] @LegalPersonIdType = params['LegalPersonIdType'] @LegalPersonIdCode = params['LegalPersonIdCode'] end |