@@ -44,6 +44,7 @@ class ListForListSplitBillDetailOutput(object):
4444 'business_mode' : 'str' ,
4545 'config_name' : 'str' ,
4646 'configuration_code' : 'str' ,
47+ 'cost_unit' : 'str' ,
4748 'country_region' : 'str' ,
4849 'coupon_deduction_amount' : 'str' ,
4950 'credit_carried_amount' : 'str' ,
@@ -142,6 +143,7 @@ class ListForListSplitBillDetailOutput(object):
142143 'business_mode' : 'BusinessMode' ,
143144 'config_name' : 'ConfigName' ,
144145 'configuration_code' : 'ConfigurationCode' ,
146+ 'cost_unit' : 'CostUnit' ,
145147 'country_region' : 'CountryRegion' ,
146148 'coupon_deduction_amount' : 'CouponDeductionAmount' ,
147149 'credit_carried_amount' : 'CreditCarriedAmount' ,
@@ -228,7 +230,7 @@ class ListForListSplitBillDetailOutput(object):
228230 'zone_code' : 'ZoneCode'
229231 }
230232
231- def __init__ (self , bill_category = None , bill_detail_id = None , bill_id = None , bill_period = None , billing_function = None , billing_method_code = None , billing_mode = None , busi_period = None , business_mode = None , config_name = None , configuration_code = None , country_region = None , coupon_deduction_amount = None , credit_carried_amount = None , currency = None , currency_settlement = None , deduction_count = None , discount_bill_amount = None , discount_biz_billing_function = None , discount_biz_measure_interval = None , discount_biz_unit_price = None , discount_biz_unit_price_interval = None , discount_info = None , effective_factor = None , element = None , element_code = None , exchange_rate = None , expand_field = None , expense_time = None , factor = None , factor_code = None , instance_name = None , instance_no = None , main_contract_number = None , market_price = None , measure_interval = None , original_bill_amount = None , original_order_no = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , posttax_amount = None , pre_tax_payable_amount = None , preferential_bill_amount = None , pretax_amount = None , pretax_real_value = None , price = None , price_interval = None , price_unit = None , product = None , product_zh = None , project = None , project_display_name = None , real_value = None , region = None , region_code = None , reservation_instance = None , round_amount = None , saving_plan_deduction_discount_amount = None , saving_plan_deduction_sp_id = None , saving_plan_original_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , selling_mode = None , settle_payable_amount = None , settle_posttax_amount = None , settle_pre_tax_payable_amount = None , settle_pretax_amount = None , settle_pretax_real_value = None , settle_real_value = None , settle_tax = None , settlement_type = None , solution_zh = None , split_bill_detail_id = None , split_item_amount = None , split_item_id = None , split_item_name = None , split_item_ratio = None , subject_name = None , tag = None , tax = None , tax_rate = None , trade_time = None , unit = None , unpaid_amount = None , use_duration = None , use_duration_unit = None , zone = None , zone_code = None , _configuration = None ): # noqa: E501
233+ def __init__ (self , bill_category = None , bill_detail_id = None , bill_id = None , bill_period = None , billing_function = None , billing_method_code = None , billing_mode = None , busi_period = None , business_mode = None , config_name = None , configuration_code = None , cost_unit = None , country_region = None , coupon_deduction_amount = None , credit_carried_amount = None , currency = None , currency_settlement = None , deduction_count = None , discount_bill_amount = None , discount_biz_billing_function = None , discount_biz_measure_interval = None , discount_biz_unit_price = None , discount_biz_unit_price_interval = None , discount_info = None , effective_factor = None , element = None , element_code = None , exchange_rate = None , expand_field = None , expense_time = None , factor = None , factor_code = None , instance_name = None , instance_no = None , main_contract_number = None , market_price = None , measure_interval = None , original_bill_amount = None , original_order_no = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , posttax_amount = None , pre_tax_payable_amount = None , preferential_bill_amount = None , pretax_amount = None , pretax_real_value = None , price = None , price_interval = None , price_unit = None , product = None , product_zh = None , project = None , project_display_name = None , real_value = None , region = None , region_code = None , reservation_instance = None , round_amount = None , saving_plan_deduction_discount_amount = None , saving_plan_deduction_sp_id = None , saving_plan_original_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , selling_mode = None , settle_payable_amount = None , settle_posttax_amount = None , settle_pre_tax_payable_amount = None , settle_pretax_amount = None , settle_pretax_real_value = None , settle_real_value = None , settle_tax = None , settlement_type = None , solution_zh = None , split_bill_detail_id = None , split_item_amount = None , split_item_id = None , split_item_name = None , split_item_ratio = None , subject_name = None , tag = None , tax = None , tax_rate = None , trade_time = None , unit = None , unpaid_amount = None , use_duration = None , use_duration_unit = None , zone = None , zone_code = None , _configuration = None ): # noqa: E501
232234 """ListForListSplitBillDetailOutput - a model defined in Swagger""" # noqa: E501
233235 if _configuration is None :
234236 _configuration = Configuration ()
@@ -245,6 +247,7 @@ def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_p
245247 self ._business_mode = None
246248 self ._config_name = None
247249 self ._configuration_code = None
250+ self ._cost_unit = None
248251 self ._country_region = None
249252 self ._coupon_deduction_amount = None
250253 self ._credit_carried_amount = None
@@ -353,6 +356,8 @@ def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_p
353356 self .config_name = config_name
354357 if configuration_code is not None :
355358 self .configuration_code = configuration_code
359+ if cost_unit is not None :
360+ self .cost_unit = cost_unit
356361 if country_region is not None :
357362 self .country_region = country_region
358363 if coupon_deduction_amount is not None :
@@ -753,6 +758,27 @@ def configuration_code(self, configuration_code):
753758
754759 self ._configuration_code = configuration_code
755760
761+ @property
762+ def cost_unit (self ):
763+ """Gets the cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
764+
765+
766+ :return: The cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
767+ :rtype: str
768+ """
769+ return self ._cost_unit
770+
771+ @cost_unit .setter
772+ def cost_unit (self , cost_unit ):
773+ """Sets the cost_unit of this ListForListSplitBillDetailOutput.
774+
775+
776+ :param cost_unit: The cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
777+ :type: str
778+ """
779+
780+ self ._cost_unit = cost_unit
781+
756782 @property
757783 def country_region (self ):
758784 """Gets the country_region of this ListForListSplitBillDetailOutput. # noqa: E501
0 commit comments