Source code for jdcloud_sdk.services.partner.models.Distributor

# coding=utf8

# Copyright 2018 JDCLOUD.COM
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This class is auto generated by the jdcloud code generator program.


[docs]class Distributor(object): def __init__(self, distributorId=None, distributorName=None, pin=None, contractNo=None, businessLicense=None, legalRepresentative=None, businessLicensePic=None, businessDesc=None, workAddress=None, contracter=None, tel=None, email=None, region=None, settleTime=None, status=None, reason=None, distributorLevel=None, distributorType=None, parentDistributorId=None, dept=None, erp=None): """ :param distributorId: (Optional) 渠道商ID :param distributorName: (Optional) 渠道商名称 :param pin: (Optional) 京东云账户 :param contractNo: (Optional) 合同编号 :param businessLicense: (Optional) 营业执照号 :param legalRepresentative: (Optional) 法定代表人 :param businessLicensePic: (Optional) 营业执照图片 :param businessDesc: (Optional) 主营业务描述 :param workAddress: (Optional) 办公地址 :param contracter: (Optional) 联系人姓名 :param tel: (Optional) 联系人电话 :param email: (Optional) 邮箱 :param region: (Optional) 所属地域 :param settleTime: (Optional) 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) :param status: (Optional) 状态(0 审批中、2驳回、1 已入驻、3已停止合作) :param reason: (Optional) 驳回原因 :param distributorLevel: (Optional) 级次(0一级、1 二级) :param distributorType: (Optional) 渠道商类型(0合作伙伴、1 渠道代理) :param parentDistributorId: (Optional) 上级渠道商ID :param dept: (Optional) 所属部门(0企业线、1政府线) :param erp: (Optional) 京东云负责人(京东云人员erp或名称) """ self.distributorId = distributorId self.distributorName = distributorName self.pin = pin self.contractNo = contractNo self.businessLicense = businessLicense self.legalRepresentative = legalRepresentative self.businessLicensePic = businessLicensePic self.businessDesc = businessDesc self.workAddress = workAddress self.contracter = contracter self.tel = tel self.email = email self.region = region self.settleTime = settleTime self.status = status self.reason = reason self.distributorLevel = distributorLevel self.distributorType = distributorType self.parentDistributorId = parentDistributorId self.dept = dept self.erp = erp