Class: TencentCloud::Cpdp::V20190820::BusinessLicenseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::BusinessLicenseInfo
- Defined in:
- lib/v20190820/models.rb
Overview
营业证件信息
Instance Attribute Summary collapse
-
#BusinessLicenseEffectiveDate ⇒ Object
LONGTERM:长期有效 OTHER:非长期有效.
-
#BusinessLicenseExpireDate ⇒ Object
LONGTERM:长期有效 OTHER:非长期有效.
-
#BusinessLicenseNumber ⇒ Object
LONGTERM:长期有效 OTHER:非长期有效.
-
#BusinessLicenseType ⇒ Object
LONGTERM:长期有效 OTHER:非长期有效.
-
#BusinessLicenseValidityType ⇒ Object
LONGTERM:长期有效 OTHER:非长期有效.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(businesslicensetype = nil, businesslicensenumber = nil, businesslicensevaliditytype = nil, businesslicenseeffectivedate = nil, businesslicenseexpiredate = nil) ⇒ BusinessLicenseInfo
constructor
A new instance of BusinessLicenseInfo.
Constructor Details
#initialize(businesslicensetype = nil, businesslicensenumber = nil, businesslicensevaliditytype = nil, businesslicenseeffectivedate = nil, businesslicenseexpiredate = nil) ⇒ BusinessLicenseInfo
Returns a new instance of BusinessLicenseInfo.
3417 3418 3419 3420 3421 3422 3423 |
# File 'lib/v20190820/models.rb', line 3417 def initialize(businesslicensetype=nil, businesslicensenumber=nil, businesslicensevaliditytype=nil, businesslicenseeffectivedate=nil, businesslicenseexpiredate=nil) @BusinessLicenseType = businesslicensetype @BusinessLicenseNumber = businesslicensenumber @BusinessLicenseValidityType = businesslicensevaliditytype @BusinessLicenseEffectiveDate = businesslicenseeffectivedate @BusinessLicenseExpireDate = businesslicenseexpiredate end |
Instance Attribute Details
#BusinessLicenseEffectiveDate ⇒ Object
LONGTERM:长期有效OTHER:非长期有效
3415 3416 3417 |
# File 'lib/v20190820/models.rb', line 3415 def BusinessLicenseEffectiveDate @BusinessLicenseEffectiveDate end |
#BusinessLicenseExpireDate ⇒ Object
LONGTERM:长期有效OTHER:非长期有效
3415 3416 3417 |
# File 'lib/v20190820/models.rb', line 3415 def BusinessLicenseExpireDate @BusinessLicenseExpireDate end |
#BusinessLicenseNumber ⇒ Object
LONGTERM:长期有效OTHER:非长期有效
3415 3416 3417 |
# File 'lib/v20190820/models.rb', line 3415 def BusinessLicenseNumber @BusinessLicenseNumber end |
#BusinessLicenseType ⇒ Object
LONGTERM:长期有效OTHER:非长期有效
3415 3416 3417 |
# File 'lib/v20190820/models.rb', line 3415 def BusinessLicenseType @BusinessLicenseType end |
#BusinessLicenseValidityType ⇒ Object
LONGTERM:长期有效OTHER:非长期有效
3415 3416 3417 |
# File 'lib/v20190820/models.rb', line 3415 def BusinessLicenseValidityType @BusinessLicenseValidityType end |
Instance Method Details
#deserialize(params) ⇒ Object
3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/v20190820/models.rb', line 3425 def deserialize(params) @BusinessLicenseType = params['BusinessLicenseType'] @BusinessLicenseNumber = params['BusinessLicenseNumber'] @BusinessLicenseValidityType = params['BusinessLicenseValidityType'] @BusinessLicenseEffectiveDate = params['BusinessLicenseEffectiveDate'] @BusinessLicenseExpireDate = params['BusinessLicenseExpireDate'] end |