huaweicloud-sdk-python-v3/huaweicloud-sdk-bssintl/huaweicloudsdkbssintl/v2/model/apply_enterprise_realname_a...

346 lines
20 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# coding: utf-8
import pprint
import re
import six
class ApplyEnterpriseRealnameAuthsReq:
"""
Attributes:
openapi_types (dict): The key is attribute name
and the value is attribute type.
attribute_map (dict): The key is attribute name
and the value is json key in definition.
"""
sensitive_list = []
openapi_types = {
'customer_id': 'str',
'identify_type': 'int',
'certificate_type': 'int',
'verified_file_url': 'list[str]',
'corp_name': 'str',
'verified_number': 'str',
'reg_country': 'str',
'reg_address': 'str',
'xaccount_type': 'str',
'enterprise_person': 'EnterprisePersonNew'
}
attribute_map = {
'customer_id': 'customer_id',
'identify_type': 'identify_type',
'certificate_type': 'certificate_type',
'verified_file_url': 'verified_file_url',
'corp_name': 'corp_name',
'verified_number': 'verified_number',
'reg_country': 'reg_country',
'reg_address': 'reg_address',
'xaccount_type': 'xaccount_type',
'enterprise_person': 'enterprise_person'
}
def __init__(self, customer_id=None, identify_type=None, certificate_type=None, verified_file_url=None, corp_name=None, verified_number=None, reg_country=None, reg_address=None, xaccount_type=None, enterprise_person=None):
"""ApplyEnterpriseRealnameAuthsReq - a model defined in huaweicloud sdk"""
self._customer_id = None
self._identify_type = None
self._certificate_type = None
self._verified_file_url = None
self._corp_name = None
self._verified_number = None
self._reg_country = None
self._reg_address = None
self._xaccount_type = None
self._enterprise_person = None
self.discriminator = None
self.customer_id = customer_id
self.identify_type = identify_type
if certificate_type is not None:
self.certificate_type = certificate_type
self.verified_file_url = verified_file_url
self.corp_name = corp_name
self.verified_number = verified_number
if reg_country is not None:
self.reg_country = reg_country
if reg_address is not None:
self.reg_address = reg_address
self.xaccount_type = xaccount_type
if enterprise_person is not None:
self.enterprise_person = enterprise_person
@property
def customer_id(self):
"""Gets the customer_id of this ApplyEnterpriseRealnameAuthsReq.
|参数名称客户ID。| |参数约束及描述客户ID。|
:return: The customer_id of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._customer_id
@customer_id.setter
def customer_id(self, customer_id):
"""Sets the customer_id of this ApplyEnterpriseRealnameAuthsReq.
|参数名称客户ID。| |参数约束及描述客户ID。|
:param customer_id: The customer_id of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._customer_id = customer_id
@property
def identify_type(self):
"""Gets the identify_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称认证方案。1企业证件扫描| |参数的约束及描述认证方案。1企业证件扫描|
:return: The identify_type of this ApplyEnterpriseRealnameAuthsReq.
:rtype: int
"""
return self._identify_type
@identify_type.setter
def identify_type(self, identify_type):
"""Sets the identify_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称认证方案。1企业证件扫描| |参数的约束及描述认证方案。1企业证件扫描|
:param identify_type: The identify_type of this ApplyEnterpriseRealnameAuthsReq.
:type: int
"""
self._identify_type = identify_type
@property
def certificate_type(self):
"""Gets the certificate_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称企业证件类型0企业营业执照1事业单位法人证书2社会团体法人登记证书3行政执法主体资格证4组织机构代码证99其他| |参数的约束及描述企业证件类型0企业营业执照1事业单位法人证书2社会团体法人登记证书3行政执法主体资格证4组织机构代码证99其他|
:return: The certificate_type of this ApplyEnterpriseRealnameAuthsReq.
:rtype: int
"""
return self._certificate_type
@certificate_type.setter
def certificate_type(self, certificate_type):
"""Sets the certificate_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称企业证件类型0企业营业执照1事业单位法人证书2社会团体法人登记证书3行政执法主体资格证4组织机构代码证99其他| |参数的约束及描述企业证件类型0企业营业执照1事业单位法人证书2社会团体法人登记证书3行政执法主体资格证4组织机构代码证99其他|
:param certificate_type: The certificate_type of this ApplyEnterpriseRealnameAuthsReq.
:type: int
"""
self._certificate_type = certificate_type
@property
def verified_file_url(self):
"""Gets the verified_file_url of this ApplyEnterpriseRealnameAuthsReq.
|参数名称企业证件认证时证件附件的文件URL。附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照附件企业人员的证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面以营业执照举例假设存在法人的情况下第1张上传的是营业执照扫描件abc.023第2张是法人的身份证人像面照片def004第3张是法人的国徽面照片gh007那么上传顺序需要是abc023def004gh007文件名称区分大小写附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照正面第2张企业证件照反面个人证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面假设不存在法人的情况下第1张上传的是企业证件正面扫描件abc.023第2张上传的是企业证件反面扫描件def004那么上传顺序需要是abc023def004文件名称区分大小写证件附件目前仅仅支持jpg、jpeg、bmp、png、gif、pdf格式单个文件最大不超过10M。这个URL是相对URL不需要包含桶名和download目录只要包含download目录下的子目录和对应文件名称即可。举例如下如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/abc023.jpg该字段填写abc023.jpg如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/test/abc023.jpg该字段填写test/abc023.jpg。| |参数约束以及描述企业证件认证时证件附件的文件URL。附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照附件企业人员的证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面以营业执照举例假设存在法人的情况下第1张上传的是营业执照扫描件abc.023第2张是法人的身份证人像面照片def004第3张是法人的国徽面照片gh007那么上传顺序需要是abc023def004gh007文件名称区分大小写附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照正面第2张企业证件照反面个人证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面假设不存在法人的情况下第1张上传的是企业证件正面扫描件abc.023第2张上传的是企业证件反面扫描件def004那么上传顺序需要是abc023def004文件名称区分大小写证件附件目前仅仅支持jpg、jpeg、bmp、png、gif、pdf格式单个文件最大不超过10M。这个URL是相对URL不需要包含桶名和download目录只要包含download目录下的子目录和对应文件名称即可。举例如下如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/abc023.jpg该字段填写abc023.jpg如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/test/abc023.jpg该字段填写test/abc023.jpg。|
:return: The verified_file_url of this ApplyEnterpriseRealnameAuthsReq.
:rtype: list[str]
"""
return self._verified_file_url
@verified_file_url.setter
def verified_file_url(self, verified_file_url):
"""Sets the verified_file_url of this ApplyEnterpriseRealnameAuthsReq.
|参数名称企业证件认证时证件附件的文件URL。附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照附件企业人员的证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面以营业执照举例假设存在法人的情况下第1张上传的是营业执照扫描件abc.023第2张是法人的身份证人像面照片def004第3张是法人的国徽面照片gh007那么上传顺序需要是abc023def004gh007文件名称区分大小写附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照正面第2张企业证件照反面个人证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面假设不存在法人的情况下第1张上传的是企业证件正面扫描件abc.023第2张上传的是企业证件反面扫描件def004那么上传顺序需要是abc023def004文件名称区分大小写证件附件目前仅仅支持jpg、jpeg、bmp、png、gif、pdf格式单个文件最大不超过10M。这个URL是相对URL不需要包含桶名和download目录只要包含download目录下的子目录和对应文件名称即可。举例如下如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/abc023.jpg该字段填写abc023.jpg如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/test/abc023.jpg该字段填写test/abc023.jpg。| |参数约束以及描述企业证件认证时证件附件的文件URL。附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照附件企业人员的证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面以营业执照举例假设存在法人的情况下第1张上传的是营业执照扫描件abc.023第2张是法人的身份证人像面照片def004第3张是法人的国徽面照片gh007那么上传顺序需要是abc023def004gh007文件名称区分大小写附件地址必须按照顺序填写先填写企业证件的附件如果请求中填写了企业人员信息再填写企业人员的身份证附件。企业证件顺序为第1张企业证件照正面第2张企业证件照反面个人证件顺序为第1张个人身份证的人像面第2张个人身份证的国徽面假设不存在法人的情况下第1张上传的是企业证件正面扫描件abc.023第2张上传的是企业证件反面扫描件def004那么上传顺序需要是abc023def004文件名称区分大小写证件附件目前仅仅支持jpg、jpeg、bmp、png、gif、pdf格式单个文件最大不超过10M。这个URL是相对URL不需要包含桶名和download目录只要包含download目录下的子目录和对应文件名称即可。举例如下如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/abc023.jpg该字段填写abc023.jpg如果上传的证件附件在桶中的位置是https://bucketname.obs.Endpoint.myhuaweicloud.com/download/test/abc023.jpg该字段填写test/abc023.jpg。|
:param verified_file_url: The verified_file_url of this ApplyEnterpriseRealnameAuthsReq.
:type: list[str]
"""
self._verified_file_url = verified_file_url
@property
def corp_name(self):
"""Gets the corp_name of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:单位名称。不能全是数字、特殊字符、空格。| |参数约束及描述:单位名称。不能全是数字、特殊字符、空格。|
:return: The corp_name of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._corp_name
@corp_name.setter
def corp_name(self, corp_name):
"""Sets the corp_name of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:单位名称。不能全是数字、特殊字符、空格。| |参数约束及描述:单位名称。不能全是数字、特殊字符、空格。|
:param corp_name: The corp_name of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._corp_name = corp_name
@property
def verified_number(self):
"""Gets the verified_number of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:单位证件号码。| |参数约束及描述:单位证件号码。|
:return: The verified_number of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._verified_number
@verified_number.setter
def verified_number(self, verified_number):
"""Sets the verified_number of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:单位证件号码。| |参数约束及描述:单位证件号码。|
:param verified_number: The verified_number of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._verified_number = verified_number
@property
def reg_country(self):
"""Gets the reg_country of this ApplyEnterpriseRealnameAuthsReq.
|参数名称实名认证填写的注册国家。国家的两位字母简码。例如注册国家为“中国”请填写“CN”。| |参数约束及描述实名认证填写的注册国家。国家的两位字母简码。例如注册国家为“中国”请填写“CN”。|
:return: The reg_country of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._reg_country
@reg_country.setter
def reg_country(self, reg_country):
"""Sets the reg_country of this ApplyEnterpriseRealnameAuthsReq.
|参数名称实名认证填写的注册国家。国家的两位字母简码。例如注册国家为“中国”请填写“CN”。| |参数约束及描述实名认证填写的注册国家。国家的两位字母简码。例如注册国家为“中国”请填写“CN”。|
:param reg_country: The reg_country of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._reg_country = reg_country
@property
def reg_address(self):
"""Gets the reg_address of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:实名认证企业注册地址。| |参数约束及描述:实名认证企业注册地址。|
:return: The reg_address of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._reg_address
@reg_address.setter
def reg_address(self, reg_address):
"""Sets the reg_address of this ApplyEnterpriseRealnameAuthsReq.
|参数名称:实名认证企业注册地址。| |参数约束及描述:实名认证企业注册地址。|
:param reg_address: The reg_address of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._reg_address = reg_address
@property
def xaccount_type(self):
"""Gets the xaccount_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称华为分给合作伙伴的平台标识。该标识的具体值由华为分配。获取方法请参见如何获取xaccountType的取值| |参数约束及描述华为分给合作伙伴的平台标识。该标识的具体值由华为分配。获取方法请参见如何获取xaccountType的取值|
:return: The xaccount_type of this ApplyEnterpriseRealnameAuthsReq.
:rtype: str
"""
return self._xaccount_type
@xaccount_type.setter
def xaccount_type(self, xaccount_type):
"""Sets the xaccount_type of this ApplyEnterpriseRealnameAuthsReq.
|参数名称华为分给合作伙伴的平台标识。该标识的具体值由华为分配。获取方法请参见如何获取xaccountType的取值| |参数约束及描述华为分给合作伙伴的平台标识。该标识的具体值由华为分配。获取方法请参见如何获取xaccountType的取值|
:param xaccount_type: The xaccount_type of this ApplyEnterpriseRealnameAuthsReq.
:type: str
"""
self._xaccount_type = xaccount_type
@property
def enterprise_person(self):
"""Gets the enterprise_person of this ApplyEnterpriseRealnameAuthsReq.
:return: The enterprise_person of this ApplyEnterpriseRealnameAuthsReq.
:rtype: EnterprisePersonNew
"""
return self._enterprise_person
@enterprise_person.setter
def enterprise_person(self, enterprise_person):
"""Sets the enterprise_person of this ApplyEnterpriseRealnameAuthsReq.
:param enterprise_person: The enterprise_person of this ApplyEnterpriseRealnameAuthsReq.
:type: EnterprisePersonNew
"""
self._enterprise_person = enterprise_person
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
for attr, _ in six.iteritems(self.openapi_types):
value = getattr(self, attr)
if isinstance(value, list):
result[attr] = list(map(
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
value
))
elif hasattr(value, "to_dict"):
result[attr] = value.to_dict()
elif isinstance(value, dict):
result[attr] = dict(map(
lambda item: (item[0], item[1].to_dict())
if hasattr(item[1], "to_dict") else item,
value.items()
))
else:
if attr in self.sensitive_list:
result[attr] = "****"
else:
result[attr] = value
return result
def to_str(self):
"""Returns the string representation of the model"""
return pprint.pformat(self.to_dict())
def __repr__(self):
"""For `print` and `pprint`"""
return self.to_str()
def __eq__(self, other):
"""Returns true if both objects are equal"""
if not isinstance(other, ApplyEnterpriseRealnameAuthsReq):
return False
return self.__dict__ == other.__dict__
def __ne__(self, other):
"""Returns true if both objects are not equal"""
return not self == other