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

# 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 OperatorAchievement(object): def __init__(self, pin=None, name=None, realName=None, oneLevelDistributorName=None, secondLevelDistributorName=None, dept=None, deptName=None, distributorType=None, distributorTypeName=None, superDistributorName=None, superDistributorPin=None, serviceCode=None, serviceCodeName=None, loginName=None, consumeDate=None, consumeCount=None, cashPayFeeCount=None, achievmentCount=None, payCouponFeeCount=None, freeCouponFeeCount=None): """ :param pin: (Optional) pin :param name: (Optional) 名称 :param realName: (Optional) 真实名称 :param oneLevelDistributorName: (Optional) 一级服务商名称 :param secondLevelDistributorName: (Optional) 二级服务商名称 :param dept: (Optional) 部门 :param deptName: (Optional) 部门名称 :param distributorType: (Optional) 服务商类型 :param distributorTypeName: (Optional) 服务商类型名称 :param superDistributorName: (Optional) 上级服务商名称 :param superDistributorPin: (Optional) 上级服务商pin :param serviceCode: (Optional) serviceCode :param serviceCodeName: (Optional) serviceCodeName :param loginName: (Optional) 帐户名 :param consumeDate: (Optional) 时间 :param consumeCount: (Optional) 优惠前金额 :param cashPayFeeCount: (Optional) 现金支付 :param achievmentCount: (Optional) 业绩金额 :param payCouponFeeCount: (Optional) 付费代金卷金额 :param freeCouponFeeCount: (Optional) 免费代金卷金额 """ self.pin = pin self.name = name self.realName = realName self.oneLevelDistributorName = oneLevelDistributorName self.secondLevelDistributorName = secondLevelDistributorName self.dept = dept self.deptName = deptName self.distributorType = distributorType self.distributorTypeName = distributorTypeName self.superDistributorName = superDistributorName self.superDistributorPin = superDistributorPin self.serviceCode = serviceCode self.serviceCodeName = serviceCodeName self.loginName = loginName self.consumeDate = consumeDate self.consumeCount = consumeCount self.cashPayFeeCount = cashPayFeeCount self.achievmentCount = achievmentCount self.payCouponFeeCount = payCouponFeeCount self.freeCouponFeeCount = freeCouponFeeCount