@@ -34,6 +34,7 @@ class ListForListBillOutput(object):
3434 """
3535 swagger_types = {
3636 'bill_category_parent' : 'str' ,
37+ 'bill_detail_num' : 'str' ,
3738 'bill_id' : 'str' ,
3839 'bill_period' : 'str' ,
3940 'billing_mode' : 'str' ,
@@ -70,6 +71,7 @@ class ListForListBillOutput(object):
7071
7172 attribute_map = {
7273 'bill_category_parent' : 'BillCategoryParent' ,
74+ 'bill_detail_num' : 'BillDetailNum' ,
7375 'bill_id' : 'BillID' ,
7476 'bill_period' : 'BillPeriod' ,
7577 'billing_mode' : 'BillingMode' ,
@@ -104,13 +106,14 @@ class ListForListBillOutput(object):
104106 'unpaid_amount' : 'UnpaidAmount'
105107 }
106108
107- def __init__ (self , bill_category_parent = None , bill_id = None , bill_period = None , billing_mode = None , busi_period = None , business_mode = None , coupon_amount = None , credit_carried_amount = None , currency = None , discount_bill_amount = None , expense_begin_time = None , expense_end_time = None , original_bill_amount = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , pay_status = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , preferential_bill_amount = None , product = None , product_zh = None , round_bill_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , settlement_type = None , subject_name = None , trade_time = None , unpaid_amount = None , _configuration = None ): # noqa: E501
109+ def __init__ (self , bill_category_parent = None , bill_detail_num = None , bill_id = None , bill_period = None , billing_mode = None , busi_period = None , business_mode = None , coupon_amount = None , credit_carried_amount = None , currency = None , discount_bill_amount = None , expense_begin_time = None , expense_end_time = None , original_bill_amount = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , pay_status = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , preferential_bill_amount = None , product = None , product_zh = None , round_bill_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , settlement_type = None , subject_name = None , trade_time = None , unpaid_amount = None , _configuration = None ): # noqa: E501
108110 """ListForListBillOutput - a model defined in Swagger""" # noqa: E501
109111 if _configuration is None :
110112 _configuration = Configuration ()
111113 self ._configuration = _configuration
112114
113115 self ._bill_category_parent = None
116+ self ._bill_detail_num = None
114117 self ._bill_id = None
115118 self ._bill_period = None
116119 self ._billing_mode = None
@@ -147,6 +150,8 @@ def __init__(self, bill_category_parent=None, bill_id=None, bill_period=None, bi
147150
148151 if bill_category_parent is not None :
149152 self .bill_category_parent = bill_category_parent
153+ if bill_detail_num is not None :
154+ self .bill_detail_num = bill_detail_num
150155 if bill_id is not None :
151156 self .bill_id = bill_id
152157 if bill_period is not None :
@@ -233,6 +238,27 @@ def bill_category_parent(self, bill_category_parent):
233238
234239 self ._bill_category_parent = bill_category_parent
235240
241+ @property
242+ def bill_detail_num (self ):
243+ """Gets the bill_detail_num of this ListForListBillOutput. # noqa: E501
244+
245+
246+ :return: The bill_detail_num of this ListForListBillOutput. # noqa: E501
247+ :rtype: str
248+ """
249+ return self ._bill_detail_num
250+
251+ @bill_detail_num .setter
252+ def bill_detail_num (self , bill_detail_num ):
253+ """Sets the bill_detail_num of this ListForListBillOutput.
254+
255+
256+ :param bill_detail_num: The bill_detail_num of this ListForListBillOutput. # noqa: E501
257+ :type: str
258+ """
259+
260+ self ._bill_detail_num = bill_detail_num
261+
236262 @property
237263 def bill_id (self ):
238264 """Gets the bill_id of this ListForListBillOutput. # noqa: E501
0 commit comments