Class: TencentCloud::Ess::V20201111::SealInfo

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

Overview

模板中指定的印章信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sealid = nil, sealtype = nil, sealname = nil) ⇒ SealInfo

Returns a new instance of SealInfo.



17062
17063
17064
17065
17066
# File 'lib/v20201111/models.rb', line 17062

def initialize(sealid=nil, sealtype=nil, sealname=nil)
  @SealId = sealid
  @SealType = sealtype
  @SealName = sealname
end

Instance Attribute Details

#SealIdObject

ORGANIZATIONSEAL:企业印章; OFFICIAL:企业公章; CONTRACT:合同专用章

Parameters:

  • SealId:

    印章ID

  • SealType:

    印章类型。LEGAL_PERSON_SEAL: 法定代表人章;

  • SealName:

    印章名称



17060
17061
17062
# File 'lib/v20201111/models.rb', line 17060

def SealId
  @SealId
end

#SealNameObject

ORGANIZATIONSEAL:企业印章; OFFICIAL:企业公章; CONTRACT:合同专用章

Parameters:

  • SealId:

    印章ID

  • SealType:

    印章类型。LEGAL_PERSON_SEAL: 法定代表人章;

  • SealName:

    印章名称



17060
17061
17062
# File 'lib/v20201111/models.rb', line 17060

def SealName
  @SealName
end

#SealTypeObject

ORGANIZATIONSEAL:企业印章; OFFICIAL:企业公章; CONTRACT:合同专用章

Parameters:

  • SealId:

    印章ID

  • SealType:

    印章类型。LEGAL_PERSON_SEAL: 法定代表人章;

  • SealName:

    印章名称



17060
17061
17062
# File 'lib/v20201111/models.rb', line 17060

def SealType
  @SealType
end

Instance Method Details

#deserialize(params) ⇒ Object



17068
17069
17070
17071
17072
# File 'lib/v20201111/models.rb', line 17068

def deserialize(params)
  @SealId = params['SealId']
  @SealType = params['SealType']
  @SealName = params['SealName']
end