byteplus-python-sdk-v2 3.0.44__py2.py3-none-any.whl → 3.0.46__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/METADATA +1 -1
  2. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/RECORD +211 -25
  3. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/top_level.txt +2 -0
  4. byteplussdkbilling/models/list_for_list_amortized_cost_bill_daily_output.py +27 -1
  5. byteplussdkbilling/models/list_for_list_amortized_cost_bill_detail_output.py +53 -1
  6. byteplussdkbilling/models/list_for_list_amortized_cost_bill_monthly_output.py +53 -1
  7. byteplussdkbilling/models/list_for_list_bill_detail_output.py +79 -1
  8. byteplussdkbilling/models/list_for_list_coupons_output.py +29 -3
  9. byteplussdkbilling/models/list_for_list_split_bill_detail_output.py +79 -1
  10. byteplussdkcore/api_client.py +1 -1
  11. byteplussdkcore/configuration.py +1 -1
  12. byteplussdkcore/endpoint/providers/default_provider.py +14 -0
  13. byteplussdkcore/endpoint/providers/standard_provider.py +1 -0
  14. byteplussdkcore/feature/__init__.py +6 -0
  15. byteplussdkcore/feature/rds/__init__.py +4 -0
  16. byteplussdkcore/feature/rds/connect_utils.py +88 -0
  17. byteplussdkcore/interceptor/interceptors/request.py +4 -0
  18. byteplussdkcore/interceptor/interceptors/resolve_endpoint_interceptor.py +8 -1
  19. byteplussdkcore/interceptor/interceptors/sign_request_interceptor.py +25 -13
  20. byteplussdkcore/signv4.py +86 -0
  21. byteplussdkcpaas/__init__.py +56 -0
  22. byteplussdkcpaas/api/__init__.py +6 -0
  23. byteplussdkcpaas/api/cpaas_api.py +519 -0
  24. byteplussdkcpaas/models/__init__.py +52 -0
  25. byteplussdkcpaas/models/action_for_create_template_v2_input.py +201 -0
  26. byteplussdkcpaas/models/action_for_get_template_v2_output.py +201 -0
  27. byteplussdkcpaas/models/create_template_v2_request.py +306 -0
  28. byteplussdkcpaas/models/create_template_v2_response.py +175 -0
  29. byteplussdkcpaas/models/data_for_create_template_v2_output.py +149 -0
  30. byteplussdkcpaas/models/data_for_get_template_v2_output.py +253 -0
  31. byteplussdkcpaas/models/data_for_list_template_v2_output.py +305 -0
  32. byteplussdkcpaas/models/data_for_send_batch_message_output.py +123 -0
  33. byteplussdkcpaas/models/data_for_send_message_output.py +123 -0
  34. byteplussdkcpaas/models/element_style_for_create_template_v2_input.py +305 -0
  35. byteplussdkcpaas/models/element_style_for_get_template_v2_output.py +305 -0
  36. byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py +227 -0
  37. byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py +227 -0
  38. byteplussdkcpaas/models/get_template_v2_request.py +150 -0
  39. byteplussdkcpaas/models/get_template_v2_response.py +201 -0
  40. byteplussdkcpaas/models/list_template_v2_request.py +255 -0
  41. byteplussdkcpaas/models/list_template_v2_response.py +201 -0
  42. byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py +175 -0
  43. byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py +175 -0
  44. byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py +149 -0
  45. byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py +149 -0
  46. byteplussdkcpaas/models/page_link_list_for_create_template_v2_input.py +227 -0
  47. byteplussdkcpaas/models/page_link_list_for_get_template_v2_output.py +227 -0
  48. byteplussdkcpaas/models/priority_for_send_batch_message_input.py +279 -0
  49. byteplussdkcpaas/models/priority_for_send_message_input.py +279 -0
  50. byteplussdkcpaas/models/receiver_for_send_batch_message_input.py +149 -0
  51. byteplussdkcpaas/models/send_batch_message_request.py +281 -0
  52. byteplussdkcpaas/models/send_batch_message_response.py +175 -0
  53. byteplussdkcpaas/models/send_message_request.py +281 -0
  54. byteplussdkcpaas/models/send_message_response.py +175 -0
  55. byteplussdkcpaas/models/template_list_for_create_template_v2_input.py +305 -0
  56. byteplussdkcpaas/models/template_list_for_get_template_v2_output.py +305 -0
  57. byteplussdkcpaas/models/template_status_for_list_template_v2_output.py +175 -0
  58. byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py +227 -0
  59. byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py +227 -0
  60. byteplussdkrdsmssql/__init__.py +13 -1
  61. byteplussdkrdsmssql/api/rds_mssql_api.py +485 -0
  62. byteplussdkrdsmssql/models/__init__.py +13 -1
  63. byteplussdkrdsmssql/models/db_status_for_describe_db_instance_tde_output.py +149 -0
  64. byteplussdkrdsmssql/models/db_status_for_modify_db_instance_tde_input.py +149 -0
  65. byteplussdkrdsmssql/models/describe_db_instance_specs_response.py +17 -17
  66. byteplussdkrdsmssql/models/describe_db_instance_ssl_request.py +124 -0
  67. byteplussdkrdsmssql/models/describe_db_instance_ssl_response.py +331 -0
  68. byteplussdkrdsmssql/models/describe_db_instance_tde_request.py +124 -0
  69. byteplussdkrdsmssql/models/describe_db_instance_tde_response.py +201 -0
  70. byteplussdkrdsmssql/models/download_ssl_certificate_request.py +124 -0
  71. byteplussdkrdsmssql/models/download_ssl_certificate_response.py +123 -0
  72. byteplussdkrdsmssql/models/{instance_spec_info_for_describe_db_instance_specs_output.py → instance_specs_info_for_describe_db_instance_specs_output.py} +45 -45
  73. byteplussdkrdsmssql/models/modify_db_instance_ssl_request.py +229 -0
  74. byteplussdkrdsmssql/models/modify_db_instance_ssl_response.py +95 -0
  75. byteplussdkrdsmssql/models/modify_db_instance_tde_request.py +296 -0
  76. byteplussdkrdsmssql/models/modify_db_instance_tde_response.py +95 -0
  77. byteplussdkvpc20250901/__init__.py +149 -0
  78. byteplussdkvpc20250901/api/__init__.py +6 -0
  79. byteplussdkvpc20250901/api/vpc20250901_api.py +4399 -0
  80. byteplussdkvpc20250901/models/__init__.py +145 -0
  81. byteplussdkvpc20250901/models/assign_private_ip_addresses_request.py +202 -0
  82. byteplussdkvpc20250901/models/assign_private_ip_addresses_response.py +201 -0
  83. byteplussdkvpc20250901/models/associate_route_table_request.py +176 -0
  84. byteplussdkvpc20250901/models/associate_route_table_response.py +149 -0
  85. byteplussdkvpc20250901/models/associate_vpc_cidr_block_request.py +150 -0
  86. byteplussdkvpc20250901/models/associate_vpc_cidr_block_response.py +201 -0
  87. byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interface_attributes_output.py +175 -0
  88. byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interfaces_output.py +175 -0
  89. byteplussdkvpc20250901/models/attach_network_interface_request.py +151 -0
  90. byteplussdkvpc20250901/models/attach_network_interface_response.py +149 -0
  91. byteplussdkvpc20250901/models/attachment_for_describe_network_interfaces_output.py +149 -0
  92. byteplussdkvpc20250901/models/authorize_security_group_egress_request.py +309 -0
  93. byteplussdkvpc20250901/models/authorize_security_group_egress_response.py +149 -0
  94. byteplussdkvpc20250901/models/authorize_security_group_ingress_request.py +309 -0
  95. byteplussdkvpc20250901/models/authorize_security_group_ingress_response.py +149 -0
  96. byteplussdkvpc20250901/models/create_network_interface_request.py +396 -0
  97. byteplussdkvpc20250901/models/create_network_interface_response.py +175 -0
  98. byteplussdkvpc20250901/models/create_route_entry_request.py +294 -0
  99. byteplussdkvpc20250901/models/create_route_entry_response.py +175 -0
  100. byteplussdkvpc20250901/models/create_route_table_request.py +266 -0
  101. byteplussdkvpc20250901/models/create_route_table_response.py +175 -0
  102. byteplussdkvpc20250901/models/create_security_group_request.py +254 -0
  103. byteplussdkvpc20250901/models/create_security_group_response.py +175 -0
  104. byteplussdkvpc20250901/models/create_subnet_request.py +294 -0
  105. byteplussdkvpc20250901/models/create_subnet_response.py +175 -0
  106. byteplussdkvpc20250901/models/create_vpc_request.py +292 -0
  107. byteplussdkvpc20250901/models/create_vpc_response.py +201 -0
  108. byteplussdkvpc20250901/models/delete_network_interface_request.py +124 -0
  109. byteplussdkvpc20250901/models/delete_network_interface_response.py +149 -0
  110. byteplussdkvpc20250901/models/delete_route_entry_request.py +124 -0
  111. byteplussdkvpc20250901/models/delete_route_entry_response.py +149 -0
  112. byteplussdkvpc20250901/models/delete_route_table_request.py +124 -0
  113. byteplussdkvpc20250901/models/delete_route_table_response.py +149 -0
  114. byteplussdkvpc20250901/models/delete_security_group_request.py +124 -0
  115. byteplussdkvpc20250901/models/delete_security_group_response.py +149 -0
  116. byteplussdkvpc20250901/models/delete_subnet_request.py +124 -0
  117. byteplussdkvpc20250901/models/delete_subnet_response.py +149 -0
  118. byteplussdkvpc20250901/models/delete_vpc_request.py +124 -0
  119. byteplussdkvpc20250901/models/delete_vpc_response.py +149 -0
  120. byteplussdkvpc20250901/models/describe_network_interface_attributes_request.py +124 -0
  121. byteplussdkvpc20250901/models/describe_network_interface_attributes_response.py +695 -0
  122. byteplussdkvpc20250901/models/describe_network_interfaces_request.py +548 -0
  123. byteplussdkvpc20250901/models/describe_network_interfaces_response.py +253 -0
  124. byteplussdkvpc20250901/models/describe_route_entry_list_request.py +393 -0
  125. byteplussdkvpc20250901/models/describe_route_entry_list_response.py +253 -0
  126. byteplussdkvpc20250901/models/describe_route_table_list_request.py +334 -0
  127. byteplussdkvpc20250901/models/describe_route_table_list_response.py +253 -0
  128. byteplussdkvpc20250901/models/describe_security_group_attributes_request.py +228 -0
  129. byteplussdkvpc20250901/models/describe_security_group_attributes_response.py +461 -0
  130. byteplussdkvpc20250901/models/describe_security_groups_request.py +340 -0
  131. byteplussdkvpc20250901/models/describe_security_groups_response.py +253 -0
  132. byteplussdkvpc20250901/models/describe_subnet_attributes_request.py +124 -0
  133. byteplussdkvpc20250901/models/describe_subnet_attributes_response.py +539 -0
  134. byteplussdkvpc20250901/models/describe_subnets_request.py +438 -0
  135. byteplussdkvpc20250901/models/describe_subnets_response.py +253 -0
  136. byteplussdkvpc20250901/models/describe_vpc_attributes_request.py +124 -0
  137. byteplussdkvpc20250901/models/describe_vpc_attributes_response.py +565 -0
  138. byteplussdkvpc20250901/models/describe_vpcs_request.py +366 -0
  139. byteplussdkvpc20250901/models/describe_vpcs_response.py +253 -0
  140. byteplussdkvpc20250901/models/detach_network_interface_request.py +151 -0
  141. byteplussdkvpc20250901/models/detach_network_interface_response.py +149 -0
  142. byteplussdkvpc20250901/models/disassociate_route_table_request.py +176 -0
  143. byteplussdkvpc20250901/models/disassociate_route_table_response.py +149 -0
  144. byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_request.py +150 -0
  145. byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_response.py +149 -0
  146. byteplussdkvpc20250901/models/list_tags_for_resources_request.py +264 -0
  147. byteplussdkvpc20250901/models/list_tags_for_resources_response.py +175 -0
  148. byteplussdkvpc20250901/models/modify_network_interface_attributes_request.py +266 -0
  149. byteplussdkvpc20250901/models/modify_network_interface_attributes_response.py +149 -0
  150. byteplussdkvpc20250901/models/modify_route_entry_request.py +188 -0
  151. byteplussdkvpc20250901/models/modify_route_entry_response.py +123 -0
  152. byteplussdkvpc20250901/models/modify_route_table_attributes_request.py +188 -0
  153. byteplussdkvpc20250901/models/modify_route_table_attributes_response.py +123 -0
  154. byteplussdkvpc20250901/models/modify_security_group_attributes_request.py +176 -0
  155. byteplussdkvpc20250901/models/modify_security_group_attributes_response.py +123 -0
  156. byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_request.py +283 -0
  157. byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_response.py +123 -0
  158. byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_request.py +283 -0
  159. byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_response.py +123 -0
  160. byteplussdkvpc20250901/models/modify_subnet_attributes_request.py +188 -0
  161. byteplussdkvpc20250901/models/modify_subnet_attributes_response.py +149 -0
  162. byteplussdkvpc20250901/models/modify_vpc_attributes_request.py +214 -0
  163. byteplussdkvpc20250901/models/modify_vpc_attributes_response.py +149 -0
  164. byteplussdkvpc20250901/models/network_interface_set_for_describe_network_interfaces_output.py +695 -0
  165. byteplussdkvpc20250901/models/permission_for_describe_security_group_attributes_output.py +331 -0
  166. byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interface_attributes_output.py +175 -0
  167. byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interfaces_output.py +175 -0
  168. byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interface_attributes_output.py +123 -0
  169. byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interfaces_output.py +123 -0
  170. byteplussdkvpc20250901/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
  171. byteplussdkvpc20250901/models/revoke_security_group_egress_request.py +283 -0
  172. byteplussdkvpc20250901/models/revoke_security_group_egress_response.py +149 -0
  173. byteplussdkvpc20250901/models/revoke_security_group_ingress_request.py +283 -0
  174. byteplussdkvpc20250901/models/revoke_security_group_ingress_response.py +149 -0
  175. byteplussdkvpc20250901/models/route_entry_for_describe_route_entry_list_output.py +357 -0
  176. byteplussdkvpc20250901/models/route_table_for_describe_subnet_attributes_output.py +149 -0
  177. byteplussdkvpc20250901/models/route_table_for_describe_subnets_output.py +149 -0
  178. byteplussdkvpc20250901/models/router_table_list_for_describe_route_table_list_output.py +435 -0
  179. byteplussdkvpc20250901/models/security_group_for_describe_security_groups_output.py +383 -0
  180. byteplussdkvpc20250901/models/subnet_for_describe_subnets_output.py +513 -0
  181. byteplussdkvpc20250901/models/tag_filter_for_describe_network_interfaces_input.py +149 -0
  182. byteplussdkvpc20250901/models/tag_filter_for_describe_route_table_list_input.py +149 -0
  183. byteplussdkvpc20250901/models/tag_filter_for_describe_security_groups_input.py +149 -0
  184. byteplussdkvpc20250901/models/tag_filter_for_describe_subnets_input.py +149 -0
  185. byteplussdkvpc20250901/models/tag_filter_for_describe_vpcs_input.py +149 -0
  186. byteplussdkvpc20250901/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  187. byteplussdkvpc20250901/models/tag_for_create_network_interface_input.py +149 -0
  188. byteplussdkvpc20250901/models/tag_for_create_route_table_input.py +149 -0
  189. byteplussdkvpc20250901/models/tag_for_create_security_group_input.py +149 -0
  190. byteplussdkvpc20250901/models/tag_for_create_subnet_input.py +149 -0
  191. byteplussdkvpc20250901/models/tag_for_create_vpc_input.py +149 -0
  192. byteplussdkvpc20250901/models/tag_for_describe_network_interface_attributes_output.py +149 -0
  193. byteplussdkvpc20250901/models/tag_for_describe_network_interfaces_output.py +149 -0
  194. byteplussdkvpc20250901/models/tag_for_describe_route_table_list_output.py +149 -0
  195. byteplussdkvpc20250901/models/tag_for_describe_security_group_attributes_output.py +149 -0
  196. byteplussdkvpc20250901/models/tag_for_describe_security_groups_output.py +149 -0
  197. byteplussdkvpc20250901/models/tag_for_describe_subnet_attributes_output.py +149 -0
  198. byteplussdkvpc20250901/models/tag_for_describe_subnets_output.py +149 -0
  199. byteplussdkvpc20250901/models/tag_for_describe_vpc_attributes_output.py +149 -0
  200. byteplussdkvpc20250901/models/tag_for_describe_vpcs_output.py +149 -0
  201. byteplussdkvpc20250901/models/tag_for_tag_resources_input.py +150 -0
  202. byteplussdkvpc20250901/models/tag_resources_request.py +183 -0
  203. byteplussdkvpc20250901/models/tag_resources_response.py +123 -0
  204. byteplussdkvpc20250901/models/unassign_private_ip_addresses_request.py +150 -0
  205. byteplussdkvpc20250901/models/unassign_private_ip_addresses_response.py +149 -0
  206. byteplussdkvpc20250901/models/untag_resources_request.py +183 -0
  207. byteplussdkvpc20250901/models/untag_resources_response.py +123 -0
  208. byteplussdkvpc20250901/models/vpc_for_describe_vpcs_output.py +539 -0
  209. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/WHEEL +0 -0
  210. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/licenses/LICENSE.txt +0 -0
  211. {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/licenses/NOTICE.md +0 -0
@@ -67,7 +67,9 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
67
67
  'billing_mode': 'str',
68
68
  'busi_period': 'str',
69
69
  'business_mode': 'str',
70
+ 'charge_item_code': 'str',
70
71
  'config_name': 'str',
72
+ 'configuration_code': 'str',
71
73
  'count': 'str',
72
74
  'country_region': 'str',
73
75
  'coupon_amount': 'str',
@@ -236,7 +238,9 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
236
238
  'billing_mode': 'BillingMode',
237
239
  'busi_period': 'BusiPeriod',
238
240
  'business_mode': 'BusinessMode',
241
+ 'charge_item_code': 'ChargeItemCode',
239
242
  'config_name': 'ConfigName',
243
+ 'configuration_code': 'ConfigurationCode',
240
244
  'count': 'Count',
241
245
  'country_region': 'CountryRegion',
242
246
  'coupon_amount': 'CouponAmount',
@@ -370,7 +374,7 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
370
374
  'zone': 'Zone'
371
375
  }
372
376
 
373
- def __init__(self, amortized_begin_time=None, amortized_day_num=None, amortized_end_time=None, amortized_month=None, amortized_type=None, before_amortized_coupon_amount=None, before_amortized_discount_bill_amount=None, before_amortized_original_bill_amount=None, before_amortized_paid_amount=None, before_amortized_payable_amount=None, before_amortized_posttax_amount=None, before_amortized_pre_tax_payable_amount=None, before_amortized_pre_tax_real_value=None, before_amortized_preferential_bill_amount=None, before_amortized_pretax_amount=None, before_amortized_real_value=None, before_amortized_round_amount=None, before_amortized_saving_plan_original_amount=None, before_amortized_settle_payable_amount=None, before_amortized_settle_posttax_amount=None, before_amortized_settle_pre_tax_payable_amount=None, before_amortized_settle_pre_tax_real_value=None, before_amortized_settle_pretax_amount=None, before_amortized_settle_real_value=None, before_amortized_settle_tax_amount=None, before_amortized_tax_amount=None, bill_category=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, 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, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, effective_factor=None, element=None, expand_field=None, expense_time=None, factor=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=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_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, resource_id=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, un_amortized_saving_plan_original_amount=None, unamortized_coupon_amount=None, unamortized_discount_bill_amount=None, unamortized_original_bill_amount=None, unamortized_paid_amount=None, unamortized_payable_amount=None, unamortized_posttax_amount=None, unamortized_pre_tax_payable_amount=None, unamortized_pre_tax_real_value=None, unamortized_preferential_bill_amount=None, unamortized_pretax_amount=None, unamortized_real_value=None, unamortized_round_amount=None, unamortized_settle_payable_amount=None, unamortized_settle_posttax_amount=None, unamortized_settle_pre_tax_payable_amount=None, unamortized_settle_pre_tax_real_value=None, unamortized_settle_pretax_amount=None, unamortized_settle_real_value=None, unamortized_settle_tax_amount=None, unamortized_tax_amount=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, _configuration=None): # noqa: E501
377
+ def __init__(self, amortized_begin_time=None, amortized_day_num=None, amortized_end_time=None, amortized_month=None, amortized_type=None, before_amortized_coupon_amount=None, before_amortized_discount_bill_amount=None, before_amortized_original_bill_amount=None, before_amortized_paid_amount=None, before_amortized_payable_amount=None, before_amortized_posttax_amount=None, before_amortized_pre_tax_payable_amount=None, before_amortized_pre_tax_real_value=None, before_amortized_preferential_bill_amount=None, before_amortized_pretax_amount=None, before_amortized_real_value=None, before_amortized_round_amount=None, before_amortized_saving_plan_original_amount=None, before_amortized_settle_payable_amount=None, before_amortized_settle_posttax_amount=None, before_amortized_settle_pre_tax_payable_amount=None, before_amortized_settle_pre_tax_real_value=None, before_amortized_settle_pretax_amount=None, before_amortized_settle_real_value=None, before_amortized_settle_tax_amount=None, before_amortized_tax_amount=None, bill_category=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, charge_item_code=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, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, effective_factor=None, element=None, expand_field=None, expense_time=None, factor=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=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_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, resource_id=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, un_amortized_saving_plan_original_amount=None, unamortized_coupon_amount=None, unamortized_discount_bill_amount=None, unamortized_original_bill_amount=None, unamortized_paid_amount=None, unamortized_payable_amount=None, unamortized_posttax_amount=None, unamortized_pre_tax_payable_amount=None, unamortized_pre_tax_real_value=None, unamortized_preferential_bill_amount=None, unamortized_pretax_amount=None, unamortized_real_value=None, unamortized_round_amount=None, unamortized_settle_payable_amount=None, unamortized_settle_posttax_amount=None, unamortized_settle_pre_tax_payable_amount=None, unamortized_settle_pre_tax_real_value=None, unamortized_settle_pretax_amount=None, unamortized_settle_real_value=None, unamortized_settle_tax_amount=None, unamortized_tax_amount=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, _configuration=None): # noqa: E501
374
378
  """ListForListAmortizedCostBillMonthlyOutput - a model defined in Swagger""" # noqa: E501
375
379
  if _configuration is None:
376
380
  _configuration = Configuration()
@@ -410,7 +414,9 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
410
414
  self._billing_mode = None
411
415
  self._busi_period = None
412
416
  self._business_mode = None
417
+ self._charge_item_code = None
413
418
  self._config_name = None
419
+ self._configuration_code = None
414
420
  self._count = None
415
421
  self._country_region = None
416
422
  self._coupon_amount = None
@@ -612,8 +618,12 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
612
618
  self.busi_period = busi_period
613
619
  if business_mode is not None:
614
620
  self.business_mode = business_mode
621
+ if charge_item_code is not None:
622
+ self.charge_item_code = charge_item_code
615
623
  if config_name is not None:
616
624
  self.config_name = config_name
625
+ if configuration_code is not None:
626
+ self.configuration_code = configuration_code
617
627
  if count is not None:
618
628
  self.count = count
619
629
  if country_region is not None:
@@ -1591,6 +1601,27 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
1591
1601
 
1592
1602
  self._business_mode = business_mode
1593
1603
 
1604
+ @property
1605
+ def charge_item_code(self):
1606
+ """Gets the charge_item_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1607
+
1608
+
1609
+ :return: The charge_item_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1610
+ :rtype: str
1611
+ """
1612
+ return self._charge_item_code
1613
+
1614
+ @charge_item_code.setter
1615
+ def charge_item_code(self, charge_item_code):
1616
+ """Sets the charge_item_code of this ListForListAmortizedCostBillMonthlyOutput.
1617
+
1618
+
1619
+ :param charge_item_code: The charge_item_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1620
+ :type: str
1621
+ """
1622
+
1623
+ self._charge_item_code = charge_item_code
1624
+
1594
1625
  @property
1595
1626
  def config_name(self):
1596
1627
  """Gets the config_name of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
@@ -1612,6 +1643,27 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
1612
1643
 
1613
1644
  self._config_name = config_name
1614
1645
 
1646
+ @property
1647
+ def configuration_code(self):
1648
+ """Gets the configuration_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1649
+
1650
+
1651
+ :return: The configuration_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1652
+ :rtype: str
1653
+ """
1654
+ return self._configuration_code
1655
+
1656
+ @configuration_code.setter
1657
+ def configuration_code(self, configuration_code):
1658
+ """Sets the configuration_code of this ListForListAmortizedCostBillMonthlyOutput.
1659
+
1660
+
1661
+ :param configuration_code: The configuration_code of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1662
+ :type: str
1663
+ """
1664
+
1665
+ self._configuration_code = configuration_code
1666
+
1615
1667
  @property
1616
1668
  def count(self):
1617
1669
  """Gets the count of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
@@ -42,6 +42,7 @@ class ListForListBillDetailOutput(object):
42
42
  'billing_mode': 'str',
43
43
  'busi_period': 'str',
44
44
  'business_mode': 'str',
45
+ 'charge_item_code': 'str',
45
46
  'config_name': 'str',
46
47
  'configuration_code': 'str',
47
48
  'count': 'str',
@@ -90,6 +91,7 @@ class ListForListBillDetailOutput(object):
90
91
  'pretax_amount': 'str',
91
92
  'pretax_real_value': 'str',
92
93
  'price': 'str',
94
+ 'price_factor': 'str',
93
95
  'price_interval': 'str',
94
96
  'price_unit': 'str',
95
97
  'product': 'str',
@@ -103,6 +105,7 @@ class ListForListBillDetailOutput(object):
103
105
  'resource_id': 'str',
104
106
  'round_amount': 'float',
105
107
  'saving_plan_deduction_discount_amount': 'str',
108
+ 'saving_plan_deduction_discount_total_amount': 'str',
106
109
  'saving_plan_deduction_sp_id': 'str',
107
110
  'saving_plan_original_amount': 'str',
108
111
  'seller_customer_name': 'str',
@@ -141,6 +144,7 @@ class ListForListBillDetailOutput(object):
141
144
  'billing_mode': 'BillingMode',
142
145
  'busi_period': 'BusiPeriod',
143
146
  'business_mode': 'BusinessMode',
147
+ 'charge_item_code': 'ChargeItemCode',
144
148
  'config_name': 'ConfigName',
145
149
  'configuration_code': 'ConfigurationCode',
146
150
  'count': 'Count',
@@ -189,6 +193,7 @@ class ListForListBillDetailOutput(object):
189
193
  'pretax_amount': 'PretaxAmount',
190
194
  'pretax_real_value': 'PretaxRealValue',
191
195
  'price': 'Price',
196
+ 'price_factor': 'PriceFactor',
192
197
  'price_interval': 'PriceInterval',
193
198
  'price_unit': 'PriceUnit',
194
199
  'product': 'Product',
@@ -202,6 +207,7 @@ class ListForListBillDetailOutput(object):
202
207
  'resource_id': 'ResourceID',
203
208
  'round_amount': 'RoundAmount',
204
209
  'saving_plan_deduction_discount_amount': 'SavingPlanDeductionDiscountAmount',
210
+ 'saving_plan_deduction_discount_total_amount': 'SavingPlanDeductionDiscountTotalAmount',
205
211
  'saving_plan_deduction_sp_id': 'SavingPlanDeductionSpID',
206
212
  'saving_plan_original_amount': 'SavingPlanOriginalAmount',
207
213
  'seller_customer_name': 'SellerCustomerName',
@@ -230,7 +236,7 @@ class ListForListBillDetailOutput(object):
230
236
  'zone_code': 'ZoneCode'
231
237
  }
232
238
 
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, count=None, country_region=None, coupon_amount=None, credit_carried_amount=None, currency=None, currency_settlement=None, deduction_count=None, deduction_use_duration=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_begin_time=None, expense_date=None, expense_end_time=None, factor=None, factor_code=None, formula=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, resource_id=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, 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
239
+ 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, charge_item_code=None, config_name=None, configuration_code=None, count=None, country_region=None, coupon_amount=None, credit_carried_amount=None, currency=None, currency_settlement=None, deduction_count=None, deduction_use_duration=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_begin_time=None, expense_date=None, expense_end_time=None, factor=None, factor_code=None, formula=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_factor=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, resource_id=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_discount_total_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, 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
234
240
  """ListForListBillDetailOutput - a model defined in Swagger""" # noqa: E501
235
241
  if _configuration is None:
236
242
  _configuration = Configuration()
@@ -245,6 +251,7 @@ class ListForListBillDetailOutput(object):
245
251
  self._billing_mode = None
246
252
  self._busi_period = None
247
253
  self._business_mode = None
254
+ self._charge_item_code = None
248
255
  self._config_name = None
249
256
  self._configuration_code = None
250
257
  self._count = None
@@ -293,6 +300,7 @@ class ListForListBillDetailOutput(object):
293
300
  self._pretax_amount = None
294
301
  self._pretax_real_value = None
295
302
  self._price = None
303
+ self._price_factor = None
296
304
  self._price_interval = None
297
305
  self._price_unit = None
298
306
  self._product = None
@@ -306,6 +314,7 @@ class ListForListBillDetailOutput(object):
306
314
  self._resource_id = None
307
315
  self._round_amount = None
308
316
  self._saving_plan_deduction_discount_amount = None
317
+ self._saving_plan_deduction_discount_total_amount = None
309
318
  self._saving_plan_deduction_sp_id = None
310
319
  self._saving_plan_original_amount = None
311
320
  self._seller_customer_name = None
@@ -352,6 +361,8 @@ class ListForListBillDetailOutput(object):
352
361
  self.busi_period = busi_period
353
362
  if business_mode is not None:
354
363
  self.business_mode = business_mode
364
+ if charge_item_code is not None:
365
+ self.charge_item_code = charge_item_code
355
366
  if config_name is not None:
356
367
  self.config_name = config_name
357
368
  if configuration_code is not None:
@@ -448,6 +459,8 @@ class ListForListBillDetailOutput(object):
448
459
  self.pretax_real_value = pretax_real_value
449
460
  if price is not None:
450
461
  self.price = price
462
+ if price_factor is not None:
463
+ self.price_factor = price_factor
451
464
  if price_interval is not None:
452
465
  self.price_interval = price_interval
453
466
  if price_unit is not None:
@@ -474,6 +487,8 @@ class ListForListBillDetailOutput(object):
474
487
  self.round_amount = round_amount
475
488
  if saving_plan_deduction_discount_amount is not None:
476
489
  self.saving_plan_deduction_discount_amount = saving_plan_deduction_discount_amount
490
+ if saving_plan_deduction_discount_total_amount is not None:
491
+ self.saving_plan_deduction_discount_total_amount = saving_plan_deduction_discount_total_amount
477
492
  if saving_plan_deduction_sp_id is not None:
478
493
  self.saving_plan_deduction_sp_id = saving_plan_deduction_sp_id
479
494
  if saving_plan_original_amount is not None:
@@ -716,6 +731,27 @@ class ListForListBillDetailOutput(object):
716
731
 
717
732
  self._business_mode = business_mode
718
733
 
734
+ @property
735
+ def charge_item_code(self):
736
+ """Gets the charge_item_code of this ListForListBillDetailOutput. # noqa: E501
737
+
738
+
739
+ :return: The charge_item_code of this ListForListBillDetailOutput. # noqa: E501
740
+ :rtype: str
741
+ """
742
+ return self._charge_item_code
743
+
744
+ @charge_item_code.setter
745
+ def charge_item_code(self, charge_item_code):
746
+ """Sets the charge_item_code of this ListForListBillDetailOutput.
747
+
748
+
749
+ :param charge_item_code: The charge_item_code of this ListForListBillDetailOutput. # noqa: E501
750
+ :type: str
751
+ """
752
+
753
+ self._charge_item_code = charge_item_code
754
+
719
755
  @property
720
756
  def config_name(self):
721
757
  """Gets the config_name of this ListForListBillDetailOutput. # noqa: E501
@@ -1724,6 +1760,27 @@ class ListForListBillDetailOutput(object):
1724
1760
 
1725
1761
  self._price = price
1726
1762
 
1763
+ @property
1764
+ def price_factor(self):
1765
+ """Gets the price_factor of this ListForListBillDetailOutput. # noqa: E501
1766
+
1767
+
1768
+ :return: The price_factor of this ListForListBillDetailOutput. # noqa: E501
1769
+ :rtype: str
1770
+ """
1771
+ return self._price_factor
1772
+
1773
+ @price_factor.setter
1774
+ def price_factor(self, price_factor):
1775
+ """Sets the price_factor of this ListForListBillDetailOutput.
1776
+
1777
+
1778
+ :param price_factor: The price_factor of this ListForListBillDetailOutput. # noqa: E501
1779
+ :type: str
1780
+ """
1781
+
1782
+ self._price_factor = price_factor
1783
+
1727
1784
  @property
1728
1785
  def price_interval(self):
1729
1786
  """Gets the price_interval of this ListForListBillDetailOutput. # noqa: E501
@@ -1997,6 +2054,27 @@ class ListForListBillDetailOutput(object):
1997
2054
 
1998
2055
  self._saving_plan_deduction_discount_amount = saving_plan_deduction_discount_amount
1999
2056
 
2057
+ @property
2058
+ def saving_plan_deduction_discount_total_amount(self):
2059
+ """Gets the saving_plan_deduction_discount_total_amount of this ListForListBillDetailOutput. # noqa: E501
2060
+
2061
+
2062
+ :return: The saving_plan_deduction_discount_total_amount of this ListForListBillDetailOutput. # noqa: E501
2063
+ :rtype: str
2064
+ """
2065
+ return self._saving_plan_deduction_discount_total_amount
2066
+
2067
+ @saving_plan_deduction_discount_total_amount.setter
2068
+ def saving_plan_deduction_discount_total_amount(self, saving_plan_deduction_discount_total_amount):
2069
+ """Sets the saving_plan_deduction_discount_total_amount of this ListForListBillDetailOutput.
2070
+
2071
+
2072
+ :param saving_plan_deduction_discount_total_amount: The saving_plan_deduction_discount_total_amount of this ListForListBillDetailOutput. # noqa: E501
2073
+ :type: str
2074
+ """
2075
+
2076
+ self._saving_plan_deduction_discount_total_amount = saving_plan_deduction_discount_total_amount
2077
+
2000
2078
  @property
2001
2079
  def saving_plan_deduction_sp_id(self):
2002
2080
  """Gets the saving_plan_deduction_sp_id of this ListForListBillDetailOutput. # noqa: E501
@@ -48,7 +48,8 @@ class ListForListCouponsOutput(object):
48
48
  'remark': 'str',
49
49
  'status': 'int',
50
50
  'total_amount': 'float',
51
- 'usage_limit': 'int'
51
+ 'usage_limit': 'int',
52
+ 'void_reason': 'str'
52
53
  }
53
54
 
54
55
  attribute_map = {
@@ -67,10 +68,11 @@ class ListForListCouponsOutput(object):
67
68
  'remark': 'Remark',
68
69
  'status': 'Status',
69
70
  'total_amount': 'TotalAmount',
70
- 'usage_limit': 'UsageLimit'
71
+ 'usage_limit': 'UsageLimit',
72
+ 'void_reason': 'VoidReason'
71
73
  }
72
74
 
73
- def __init__(self, account_id=None, acquire_time=None, amount_limit=None, assigned_owner_id_list=None, begin_time=None, coupon_id=None, coupon_name=None, expired_time=None, order_type_limit=None, pay_type_limit=None, product_limit_list=None, remaining_amount=None, remark=None, status=None, total_amount=None, usage_limit=None, _configuration=None): # noqa: E501
75
+ def __init__(self, account_id=None, acquire_time=None, amount_limit=None, assigned_owner_id_list=None, begin_time=None, coupon_id=None, coupon_name=None, expired_time=None, order_type_limit=None, pay_type_limit=None, product_limit_list=None, remaining_amount=None, remark=None, status=None, total_amount=None, usage_limit=None, void_reason=None, _configuration=None): # noqa: E501
74
76
  """ListForListCouponsOutput - a model defined in Swagger""" # noqa: E501
75
77
  if _configuration is None:
76
78
  _configuration = Configuration()
@@ -92,6 +94,7 @@ class ListForListCouponsOutput(object):
92
94
  self._status = None
93
95
  self._total_amount = None
94
96
  self._usage_limit = None
97
+ self._void_reason = None
95
98
  self.discriminator = None
96
99
 
97
100
  if account_id is not None:
@@ -126,6 +129,8 @@ class ListForListCouponsOutput(object):
126
129
  self.total_amount = total_amount
127
130
  if usage_limit is not None:
128
131
  self.usage_limit = usage_limit
132
+ if void_reason is not None:
133
+ self.void_reason = void_reason
129
134
 
130
135
  @property
131
136
  def account_id(self):
@@ -463,6 +468,27 @@ class ListForListCouponsOutput(object):
463
468
 
464
469
  self._usage_limit = usage_limit
465
470
 
471
+ @property
472
+ def void_reason(self):
473
+ """Gets the void_reason of this ListForListCouponsOutput. # noqa: E501
474
+
475
+
476
+ :return: The void_reason of this ListForListCouponsOutput. # noqa: E501
477
+ :rtype: str
478
+ """
479
+ return self._void_reason
480
+
481
+ @void_reason.setter
482
+ def void_reason(self, void_reason):
483
+ """Sets the void_reason of this ListForListCouponsOutput.
484
+
485
+
486
+ :param void_reason: The void_reason of this ListForListCouponsOutput. # noqa: E501
487
+ :type: str
488
+ """
489
+
490
+ self._void_reason = void_reason
491
+
466
492
  def to_dict(self):
467
493
  """Returns the model properties as a dict"""
468
494
  result = {}
@@ -42,6 +42,7 @@ class ListForListSplitBillDetailOutput(object):
42
42
  'billing_mode': 'str',
43
43
  'busi_period': 'str',
44
44
  'business_mode': 'str',
45
+ 'charge_item_code': 'str',
45
46
  'config_name': 'str',
46
47
  'configuration_code': 'str',
47
48
  'cost_unit': 'str',
@@ -63,6 +64,7 @@ class ListForListSplitBillDetailOutput(object):
63
64
  'element_code': 'str',
64
65
  'exchange_rate': 'str',
65
66
  'expand_field': 'str',
67
+ 'expense_date': 'str',
66
68
  'expense_time': 'str',
67
69
  'factor': 'str',
68
70
  'factor_code': 'str',
@@ -100,6 +102,7 @@ class ListForListSplitBillDetailOutput(object):
100
102
  'resource_id': 'str',
101
103
  'round_amount': 'str',
102
104
  'saving_plan_deduction_discount_amount': 'str',
105
+ 'saving_plan_deduction_discount_total_amount': 'str',
103
106
  'saving_plan_deduction_sp_id': 'str',
104
107
  'saving_plan_original_amount': 'str',
105
108
  'seller_customer_name': 'str',
@@ -143,6 +146,7 @@ class ListForListSplitBillDetailOutput(object):
143
146
  'billing_mode': 'BillingMode',
144
147
  'busi_period': 'BusiPeriod',
145
148
  'business_mode': 'BusinessMode',
149
+ 'charge_item_code': 'ChargeItemCode',
146
150
  'config_name': 'ConfigName',
147
151
  'configuration_code': 'ConfigurationCode',
148
152
  'cost_unit': 'CostUnit',
@@ -164,6 +168,7 @@ class ListForListSplitBillDetailOutput(object):
164
168
  'element_code': 'ElementCode',
165
169
  'exchange_rate': 'ExchangeRate',
166
170
  'expand_field': 'ExpandField',
171
+ 'expense_date': 'ExpenseDate',
167
172
  'expense_time': 'ExpenseTime',
168
173
  'factor': 'Factor',
169
174
  'factor_code': 'FactorCode',
@@ -201,6 +206,7 @@ class ListForListSplitBillDetailOutput(object):
201
206
  'resource_id': 'ResourceID',
202
207
  'round_amount': 'RoundAmount',
203
208
  'saving_plan_deduction_discount_amount': 'SavingPlanDeductionDiscountAmount',
209
+ 'saving_plan_deduction_discount_total_amount': 'SavingPlanDeductionDiscountTotalAmount',
204
210
  'saving_plan_deduction_sp_id': 'SavingPlanDeductionSpID',
205
211
  'saving_plan_original_amount': 'SavingPlanOriginalAmount',
206
212
  'seller_customer_name': 'SellerCustomerName',
@@ -234,7 +240,7 @@ class ListForListSplitBillDetailOutput(object):
234
240
  'zone_code': 'ZoneCode'
235
241
  }
236
242
 
237
- 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, count=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, resource_id=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
243
+ 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, charge_item_code=None, config_name=None, configuration_code=None, cost_unit=None, count=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_date=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, resource_id=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_discount_total_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
238
244
  """ListForListSplitBillDetailOutput - a model defined in Swagger""" # noqa: E501
239
245
  if _configuration is None:
240
246
  _configuration = Configuration()
@@ -249,6 +255,7 @@ class ListForListSplitBillDetailOutput(object):
249
255
  self._billing_mode = None
250
256
  self._busi_period = None
251
257
  self._business_mode = None
258
+ self._charge_item_code = None
252
259
  self._config_name = None
253
260
  self._configuration_code = None
254
261
  self._cost_unit = None
@@ -270,6 +277,7 @@ class ListForListSplitBillDetailOutput(object):
270
277
  self._element_code = None
271
278
  self._exchange_rate = None
272
279
  self._expand_field = None
280
+ self._expense_date = None
273
281
  self._expense_time = None
274
282
  self._factor = None
275
283
  self._factor_code = None
@@ -307,6 +315,7 @@ class ListForListSplitBillDetailOutput(object):
307
315
  self._resource_id = None
308
316
  self._round_amount = None
309
317
  self._saving_plan_deduction_discount_amount = None
318
+ self._saving_plan_deduction_discount_total_amount = None
310
319
  self._saving_plan_deduction_sp_id = None
311
320
  self._saving_plan_original_amount = None
312
321
  self._seller_customer_name = None
@@ -358,6 +367,8 @@ class ListForListSplitBillDetailOutput(object):
358
367
  self.busi_period = busi_period
359
368
  if business_mode is not None:
360
369
  self.business_mode = business_mode
370
+ if charge_item_code is not None:
371
+ self.charge_item_code = charge_item_code
361
372
  if config_name is not None:
362
373
  self.config_name = config_name
363
374
  if configuration_code is not None:
@@ -400,6 +411,8 @@ class ListForListSplitBillDetailOutput(object):
400
411
  self.exchange_rate = exchange_rate
401
412
  if expand_field is not None:
402
413
  self.expand_field = expand_field
414
+ if expense_date is not None:
415
+ self.expense_date = expense_date
403
416
  if expense_time is not None:
404
417
  self.expense_time = expense_time
405
418
  if factor is not None:
@@ -474,6 +487,8 @@ class ListForListSplitBillDetailOutput(object):
474
487
  self.round_amount = round_amount
475
488
  if saving_plan_deduction_discount_amount is not None:
476
489
  self.saving_plan_deduction_discount_amount = saving_plan_deduction_discount_amount
490
+ if saving_plan_deduction_discount_total_amount is not None:
491
+ self.saving_plan_deduction_discount_total_amount = saving_plan_deduction_discount_total_amount
477
492
  if saving_plan_deduction_sp_id is not None:
478
493
  self.saving_plan_deduction_sp_id = saving_plan_deduction_sp_id
479
494
  if saving_plan_original_amount is not None:
@@ -726,6 +741,27 @@ class ListForListSplitBillDetailOutput(object):
726
741
 
727
742
  self._business_mode = business_mode
728
743
 
744
+ @property
745
+ def charge_item_code(self):
746
+ """Gets the charge_item_code of this ListForListSplitBillDetailOutput. # noqa: E501
747
+
748
+
749
+ :return: The charge_item_code of this ListForListSplitBillDetailOutput. # noqa: E501
750
+ :rtype: str
751
+ """
752
+ return self._charge_item_code
753
+
754
+ @charge_item_code.setter
755
+ def charge_item_code(self, charge_item_code):
756
+ """Sets the charge_item_code of this ListForListSplitBillDetailOutput.
757
+
758
+
759
+ :param charge_item_code: The charge_item_code of this ListForListSplitBillDetailOutput. # noqa: E501
760
+ :type: str
761
+ """
762
+
763
+ self._charge_item_code = charge_item_code
764
+
729
765
  @property
730
766
  def config_name(self):
731
767
  """Gets the config_name of this ListForListSplitBillDetailOutput. # noqa: E501
@@ -1167,6 +1203,27 @@ class ListForListSplitBillDetailOutput(object):
1167
1203
 
1168
1204
  self._expand_field = expand_field
1169
1205
 
1206
+ @property
1207
+ def expense_date(self):
1208
+ """Gets the expense_date of this ListForListSplitBillDetailOutput. # noqa: E501
1209
+
1210
+
1211
+ :return: The expense_date of this ListForListSplitBillDetailOutput. # noqa: E501
1212
+ :rtype: str
1213
+ """
1214
+ return self._expense_date
1215
+
1216
+ @expense_date.setter
1217
+ def expense_date(self, expense_date):
1218
+ """Sets the expense_date of this ListForListSplitBillDetailOutput.
1219
+
1220
+
1221
+ :param expense_date: The expense_date of this ListForListSplitBillDetailOutput. # noqa: E501
1222
+ :type: str
1223
+ """
1224
+
1225
+ self._expense_date = expense_date
1226
+
1170
1227
  @property
1171
1228
  def expense_time(self):
1172
1229
  """Gets the expense_time of this ListForListSplitBillDetailOutput. # noqa: E501
@@ -1944,6 +2001,27 @@ class ListForListSplitBillDetailOutput(object):
1944
2001
 
1945
2002
  self._saving_plan_deduction_discount_amount = saving_plan_deduction_discount_amount
1946
2003
 
2004
+ @property
2005
+ def saving_plan_deduction_discount_total_amount(self):
2006
+ """Gets the saving_plan_deduction_discount_total_amount of this ListForListSplitBillDetailOutput. # noqa: E501
2007
+
2008
+
2009
+ :return: The saving_plan_deduction_discount_total_amount of this ListForListSplitBillDetailOutput. # noqa: E501
2010
+ :rtype: str
2011
+ """
2012
+ return self._saving_plan_deduction_discount_total_amount
2013
+
2014
+ @saving_plan_deduction_discount_total_amount.setter
2015
+ def saving_plan_deduction_discount_total_amount(self, saving_plan_deduction_discount_total_amount):
2016
+ """Sets the saving_plan_deduction_discount_total_amount of this ListForListSplitBillDetailOutput.
2017
+
2018
+
2019
+ :param saving_plan_deduction_discount_total_amount: The saving_plan_deduction_discount_total_amount of this ListForListSplitBillDetailOutput. # noqa: E501
2020
+ :type: str
2021
+ """
2022
+
2023
+ self._saving_plan_deduction_discount_total_amount = saving_plan_deduction_discount_total_amount
2024
+
1947
2025
  @property
1948
2026
  def saving_plan_deduction_sp_id(self):
1949
2027
  """Gets the saving_plan_deduction_sp_id of this ListForListSplitBillDetailOutput. # noqa: E501
@@ -68,7 +68,7 @@ class ApiClient(object):
68
68
  self.default_headers[header_name] = header_value
69
69
  self.cookie = cookie
70
70
  # Set default User-Agent.
71
- self.user_agent = 'byteplus-python-sdk-v2/3.0.44'
71
+ self.user_agent = 'byteplus-python-sdk-v2/3.0.46'
72
72
  self.client_side_validation = configuration.client_side_validation
73
73
 
74
74
  self.interceptor_chain = InterceptorChain()
@@ -287,7 +287,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
287
287
  "OS: {env}\n" \
288
288
  "Python Version: {pyversion}\n" \
289
289
  "Version of the API: 0.1.0\n" \
290
- "SDK Package Version: 3.0.44".\
290
+ "SDK Package Version: 3.0.46".\
291
291
  format(env=sys.platform, pyversion=sys.version)
292
292
 
293
293
  @property
@@ -135,6 +135,13 @@ default_endpoint = {
135
135
  region_endpoint_map={},
136
136
  fallback_endpoint=fallback_endpoint,
137
137
  ),
138
+ 'cpaas': ServiceEndpointInfo(
139
+ service='cpaas',
140
+ is_global=True,
141
+ global_endpoint='',
142
+ region_endpoint_map={},
143
+ fallback_endpoint=fallback_endpoint,
144
+ ),
138
145
  'vepfs': ServiceEndpointInfo(
139
146
  service='vepfs',
140
147
  is_global=False,
@@ -156,6 +163,13 @@ default_endpoint = {
156
163
  region_endpoint_map={},
157
164
  fallback_endpoint=fallback_endpoint,
158
165
  ),
166
+ 'rds_mssql': ServiceEndpointInfo(
167
+ service='rds_mssql',
168
+ is_global=False,
169
+ global_endpoint='',
170
+ region_endpoint_map={},
171
+ fallback_endpoint=fallback_endpoint,
172
+ ),
159
173
  }
160
174
 
161
175
 
@@ -165,6 +165,7 @@ ServiceInfos = {
165
165
  "vms": ServiceInfo("vms", False),
166
166
  "eco_partner": ServiceInfo("eco_partner", True),
167
167
  "smc": ServiceInfo("smc", True),
168
+ "cpaas": ServiceInfo("cpaas", True),
168
169
  "kickart": ServiceInfo("kickart", True),
169
170
  }
170
171
 
@@ -0,0 +1,6 @@
1
+ # coding: utf-8
2
+ """
3
+ Feature modules for specific service utilities.
4
+
5
+ This package contains specialized utility modules for various BytePlus services.
6
+ """
@@ -0,0 +1,4 @@
1
+ # coding: utf-8
2
+ from byteplussdkcore.feature.rds.connect_utils import build_auth_token
3
+
4
+ __all__ = ['build_auth_token']