# 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 Achievement(object):
def __init__(self, pin=None, name=None, realName=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 serviceCode: (Optional) serviceCode
:param serviceCodeName: (Optional) serviceCodeName
:param loginName: (Optional) loginName
: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.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