Skip to content

Commit 18f003a

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for billing-Python-2022-01-01-online-1421-2025_08_04_19_01_30
1 parent ca3a8a1 commit 18f003a

11 files changed

+312
-34
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "4.0.9",
3-
"meta_commit": "253fa71ed837e52556b6a4f2837f11d39a49f74c"
2+
"lasted": "4.0.10",
3+
"meta_commit": "0479b912fc4e3e1eb75c98cc80863ff9ec5b0d2e"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "4.0.9"
6+
VERSION = "4.0.10"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkbilling/models/list_for_list_amortized_cost_bill_daily_output.py

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
8484
'factor_code': 'str',
8585
'instance_name': 'str',
8686
'instance_no': 'str',
87+
'main_contract_number': 'str',
8788
'now_amortized_coupon_amount': 'str',
8889
'now_amortized_discount_bill_amount': 'str',
8990
'now_amortized_original_bill_amount': 'str',
@@ -106,6 +107,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
106107
'now_amortized_settle_tax_amount': 'str',
107108
'now_amortized_tax_amount': 'str',
108109
'original_bill_amount': 'str',
110+
'original_order_no': 'str',
109111
'owner_customer_name': 'str',
110112
'owner_id': 'str',
111113
'owner_user_name': 'str',
@@ -205,6 +207,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
205207
'factor_code': 'FactorCode',
206208
'instance_name': 'InstanceName',
207209
'instance_no': 'InstanceNo',
210+
'main_contract_number': 'MainContractNumber',
208211
'now_amortized_coupon_amount': 'NowAmortizedCouponAmount',
209212
'now_amortized_discount_bill_amount': 'NowAmortizedDiscountBillAmount',
210213
'now_amortized_original_bill_amount': 'NowAmortizedOriginalBillAmount',
@@ -227,6 +230,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
227230
'now_amortized_settle_tax_amount': 'NowAmortizedSettleTaxAmount',
228231
'now_amortized_tax_amount': 'NowAmortizedTaxAmount',
229232
'original_bill_amount': 'OriginalBillAmount',
233+
'original_order_no': 'OriginalOrderNo',
230234
'owner_customer_name': 'OwnerCustomerName',
231235
'owner_id': 'OwnerID',
232236
'owner_user_name': 'OwnerUserName',
@@ -274,7 +278,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
274278
'zone_code': 'ZoneCode'
275279
}
276280

277-
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, configuration_code=None, count=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, effective_factor=None, element=None, element_code=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, now_amortized_coupon_amount=None, now_amortized_discount_bill_amount=None, now_amortized_original_bill_amount=None, now_amortized_paid_amount=None, now_amortized_payable_amount=None, now_amortized_posttax_amount=None, now_amortized_pre_tax_payable_amount=None, now_amortized_pre_tax_real_value=None, now_amortized_preferential_bill_amount=None, now_amortized_pretax_amount=None, now_amortized_real_value=None, now_amortized_round_amount=None, now_amortized_saving_plan_original_amount=None, now_amortized_settle_payable_amount=None, now_amortized_settle_posttax_amount=None, now_amortized_settle_pre_tax_payable_amount=None, now_amortized_settle_pre_tax_real_value=None, now_amortized_settle_pretax_amount=None, now_amortized_settle_real_value=None, now_amortized_settle_tax_amount=None, now_amortized_tax_amount=None, original_bill_amount=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, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, round_amount=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_rate=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
281+
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, configuration_code=None, count=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, effective_factor=None, element=None, element_code=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, main_contract_number=None, now_amortized_coupon_amount=None, now_amortized_discount_bill_amount=None, now_amortized_original_bill_amount=None, now_amortized_paid_amount=None, now_amortized_payable_amount=None, now_amortized_posttax_amount=None, now_amortized_pre_tax_payable_amount=None, now_amortized_pre_tax_real_value=None, now_amortized_preferential_bill_amount=None, now_amortized_pretax_amount=None, now_amortized_real_value=None, now_amortized_round_amount=None, now_amortized_saving_plan_original_amount=None, now_amortized_settle_payable_amount=None, now_amortized_settle_posttax_amount=None, now_amortized_settle_pre_tax_payable_amount=None, now_amortized_settle_pre_tax_real_value=None, now_amortized_settle_pretax_amount=None, now_amortized_settle_real_value=None, now_amortized_settle_tax_amount=None, now_amortized_tax_amount=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, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, round_amount=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_rate=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
278282
"""ListForListAmortizedCostBillDailyOutput - a model defined in Swagger""" # noqa: E501
279283
if _configuration is None:
280284
_configuration = Configuration()
@@ -331,6 +335,7 @@ def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_
331335
self._factor_code = None
332336
self._instance_name = None
333337
self._instance_no = None
338+
self._main_contract_number = None
334339
self._now_amortized_coupon_amount = None
335340
self._now_amortized_discount_bill_amount = None
336341
self._now_amortized_original_bill_amount = None
@@ -353,6 +358,7 @@ def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_
353358
self._now_amortized_settle_tax_amount = None
354359
self._now_amortized_tax_amount = None
355360
self._original_bill_amount = None
361+
self._original_order_no = None
356362
self._owner_customer_name = None
357363
self._owner_id = None
358364
self._owner_user_name = None
@@ -502,6 +508,8 @@ def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_
502508
self.instance_name = instance_name
503509
if instance_no is not None:
504510
self.instance_no = instance_no
511+
if main_contract_number is not None:
512+
self.main_contract_number = main_contract_number
505513
if now_amortized_coupon_amount is not None:
506514
self.now_amortized_coupon_amount = now_amortized_coupon_amount
507515
if now_amortized_discount_bill_amount is not None:
@@ -546,6 +554,8 @@ def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_
546554
self.now_amortized_tax_amount = now_amortized_tax_amount
547555
if original_bill_amount is not None:
548556
self.original_bill_amount = original_bill_amount
557+
if original_order_no is not None:
558+
self.original_order_no = original_order_no
549559
if owner_customer_name is not None:
550560
self.owner_customer_name = owner_customer_name
551561
if owner_id is not None:
@@ -1708,6 +1718,27 @@ def instance_no(self, instance_no):
17081718

17091719
self._instance_no = instance_no
17101720

1721+
@property
1722+
def main_contract_number(self):
1723+
"""Gets the main_contract_number of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
1724+
1725+
1726+
:return: The main_contract_number of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
1727+
:rtype: str
1728+
"""
1729+
return self._main_contract_number
1730+
1731+
@main_contract_number.setter
1732+
def main_contract_number(self, main_contract_number):
1733+
"""Sets the main_contract_number of this ListForListAmortizedCostBillDailyOutput.
1734+
1735+
1736+
:param main_contract_number: The main_contract_number of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
1737+
:type: str
1738+
"""
1739+
1740+
self._main_contract_number = main_contract_number
1741+
17111742
@property
17121743
def now_amortized_coupon_amount(self):
17131744
"""Gets the now_amortized_coupon_amount of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
@@ -2170,6 +2201,27 @@ def original_bill_amount(self, original_bill_amount):
21702201

21712202
self._original_bill_amount = original_bill_amount
21722203

2204+
@property
2205+
def original_order_no(self):
2206+
"""Gets the original_order_no of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
2207+
2208+
2209+
:return: The original_order_no of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
2210+
:rtype: str
2211+
"""
2212+
return self._original_order_no
2213+
2214+
@original_order_no.setter
2215+
def original_order_no(self, original_order_no):
2216+
"""Sets the original_order_no of this ListForListAmortizedCostBillDailyOutput.
2217+
2218+
2219+
:param original_order_no: The original_order_no of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
2220+
:type: str
2221+
"""
2222+
2223+
self._original_order_no = original_order_no
2224+
21732225
@property
21742226
def owner_customer_name(self):
21752227
"""Gets the owner_customer_name of this ListForListAmortizedCostBillDailyOutput. # noqa: E501

0 commit comments

Comments
 (0)