# 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 ConsumeBillQueryResultItem(object):
def __init__(self, billId=None, pin=None, appCode=None, appCodeName=None, serviceCode=None, serviceCodeName=None, resourceId=None, billingType=None, billingTypeName=None, billStart=None, billEnd=None, settleTime=None, billTime=None, billFee=None, totalFee=None, cashPayFee=None, cashCouponPayFee=None, balancePayFee=None, discountFee=None, arrearFee=None, payState=None, createTime=None, systemType=None, region=None, formula=None, formulaStr=None, tagDetails=None):
"""
:param billId: (Optional) 账单id
:param pin: (Optional) 用户pin
:param appCode: (Optional) appCode
:param appCodeName: (Optional) appCodeName
:param serviceCode: (Optional) serviceCode
:param serviceCodeName: (Optional) serviceCodeName
:param resourceId: (Optional) 资源id
:param billingType: (Optional) 计费类型
:param billingTypeName: (Optional) 计费类型描述
:param billStart: (Optional) 账单开始时间
:param billEnd: (Optional) 账单结束时间
:param settleTime: (Optional) 结算时间
:param billTime: (Optional) 账单日期
:param billFee: (Optional) 账单金额/原价
:param totalFee: (Optional) 账单总额
:param cashPayFee: (Optional) 现金支付金额
:param cashCouponPayFee: (Optional) 代金券支付金额
:param balancePayFee: (Optional) 余额支付金额
:param discountFee: (Optional) 折扣金额
:param arrearFee: (Optional) 欠费金额
:param payState: (Optional) 支付状态
:param createTime: (Optional) 创建时间
:param systemType: (Optional) 新老计费标识(1:老计费 2:新计费)
:param region: (Optional) 区域
:param formula: (Optional) 规格
:param formulaStr: (Optional) 规格
:param tagDetails: (Optional) 标签明细
"""
self.billId = billId
self.pin = pin
self.appCode = appCode
self.appCodeName = appCodeName
self.serviceCode = serviceCode
self.serviceCodeName = serviceCodeName
self.resourceId = resourceId
self.billingType = billingType
self.billingTypeName = billingTypeName
self.billStart = billStart
self.billEnd = billEnd
self.settleTime = settleTime
self.billTime = billTime
self.billFee = billFee
self.totalFee = totalFee
self.cashPayFee = cashPayFee
self.cashCouponPayFee = cashCouponPayFee
self.balancePayFee = balancePayFee
self.discountFee = discountFee
self.arrearFee = arrearFee
self.payState = payState
self.createTime = createTime
self.systemType = systemType
self.region = region
self.formula = formula
self.formulaStr = formulaStr
self.tagDetails = tagDetails