{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Python client library 3.3.0 changelog","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"python-client-library-330-changelog","__idx":0},"children":["Python client library 3.3.0 changelog"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"api","__idx":1},"children":["api/",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["init"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added DataLabelingApi for handling data labeling operations."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced DeploymentApi for managing deployments."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Included DeploymentConfigurationTemplatesApi for deployment configuration templates management."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added OmniChannelSubscriptionsApi for omni-channel subscription management."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed ConfigurationTemplatesApi, which may require developers to update their code if they were using this API."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"zuora_client","__idx":2},"children":["zuora_client"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new environment ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CSBX_AP"]}," with URL https://rest.test.ap.zuora.com."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new environment ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PROD_AP"]}," with URL https://rest.ap.zuora.com."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new API method data_labeling_api."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new API method deployment_api."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new API method omni_channel_subscriptions_api."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Renamed the configuration_templates_api method to deployment_configuration_templates_api."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"contacts_api","__idx":3},"children":["contacts_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transfer_contact"]}," method to transfer a contact to another account under the same hierarchy."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transfer_contact_with_http_info"]}," method for transferring a contact with additional HTTP information."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"credit_memos_api","__idx":4},"children":["credit_memos_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Resource paths have been updated to use hyphens instead of camel case. For example, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/creditmemos"]}," is now ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/credit-memos"]},". This change affects all endpoints and requires developers to update their API calls accordingly."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Parameter names have been changed from camel case to snake case. For example, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partid"]}," is now ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["part_id"]},". This change affects method signatures and requires developers to update their code to use the new parameter names."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"debit_memos_api","__idx":5},"children":["debit_memos_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated API endpoint paths from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/debitmemos"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/debit-memos"]},". This change affects all methods interacting with debit memos and requires developers to update their API calls to the new endpoint format."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"invoice_schedules_api","__idx":6},"children":["invoice_schedules_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["attach_invoice_schedule"]}," method to attach charges to an invoice schedule."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["detach_invoice_schedule"]}," method to detach charges from an invoice schedule."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"invoices_api","__idx":7},"children":["invoices_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The resource path for taxation items in invoices has been changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/invoices/{invoiceKey}/taxationitems"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/invoices/{invoiceKey}/taxation-items"]},". This change requires developers to update any code that interacts with this endpoint to use the new path."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"object_queries_api","__idx":8},"children":["object_queries_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added support for querying invoice schedules with new methods: query_invoice_schedule_by_key and query_invoice_schedules."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced new methods for querying rating details: query_rating_detail_by_key and query_rating_details."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_account_by_key and query_accounts to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipto"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_credit_memo_item_by_key and query_credit_memo_items to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionowner"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credittaxationitems"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_debit_memo_item_by_key and query_debit_memo_items to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionowner"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["debittaxationitems"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_invoice_item_by_key and query_invoice_items to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionowner"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_payment_by_key and query_payments to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentscheduleitempayments"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentscheduleitempayments.paymentscheduleitem"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_payment_schedule_item_by_key and query_payment_schedule_items to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentscheduleitempayments"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentscheduleitempayments.payment"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expanded supported expands for query_subscription_by_key and query_subscriptions to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["account.shipto"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"orders_api","__idx":9},"children":["orders_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new method ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delete_order_asynchronously"]}," to delete an order asynchronously."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delete_order_asynchronously_with_http_info"]}," method for additional HTTP info when deleting an order asynchronously."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment_gateways_api","__idx":10},"children":["payment_gateways_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["create_predebit_notification"]}," method to trigger a pre-debit notification for an invoice, applicable only for the Adyen payment gateway."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["create_predebit_notification_with_http_info"]}," method to trigger a pre-debit notification with additional HTTP information."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payments_api","__idx":11},"children":["payments_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Renamed parameters ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partid"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["part_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itempartid"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["item_part_id"]}," in multiple methods. This change requires developers to update their code to use the new parameter names."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated resource paths to use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partId"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itemPartId"]}," instead of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partid"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itempartid"]},". This change affects API endpoint URLs and requires developers to update their code accordingly."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"product_rate_plan_charges_api","__idx":12},"children":["product_rate_plan_charges_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added method ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["update_product_rate_plan_charge_finance_information"]}," to update finance information for a specific Product Rate Plan Charge Key in Zuora Billing."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced method ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["update_product_rate_plan_charge_finance_information_with_http_info"]}," for updating finance information with additional HTTP response details."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"refunds_api","__idx":13},"children":["refunds_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Renamed parameters ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itempartid"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["item_part_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refundpartid"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_part_id"]}," across multiple methods. Developers will need to update their code to use the new parameter names."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated resource paths to use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itemPartId"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refundPartId"]}," instead of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itempartid"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refundpartid"]},". This change affects API endpoint paths and requires developers to update their API calls accordingly."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"taxation_items_api","__idx":14},"children":["taxation_items_api"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated resource path from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/taxationitems/{id}"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/taxation-items/{id}"]}," for DELETE, GET, and PUT methods. This change requires developers to update their API endpoint paths to ensure compatibility."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"models","__idx":15},"children":["models/",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["init"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added AttachInvoiceScheduleRequest model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added CompareTemplateResponse model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added Condition model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added CreateDeploymentTemplateRequest model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added CreateOmniChannelSubscriptionRequest and CreateOmniChannelSubscriptionResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added CreateOrderResult model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added CreatePaymentPredebitNotifyRequest and CreatePaymentPredebitNotifyResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added DeleteOrderAsyncResponse model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added DeploymentResponse, DeploymentTemplate, and DeploymentTemplatesResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added DetachInvoiceScheduleRequest model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ExpandedCreditTaxationItem, ExpandedDebitTaxationItem, ExpandedInvoiceSchedule, and ExpandedInvoiceScheduleItem models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ExpandedPaymentScheduleItemPayment model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ExpandedRatingDetail model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added GetAsyncCreateOrderJobResponse, GetAsyncOrderJobResponseResult, and GetAsyncPreviewOrderJobResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added GetDataLabelingJobResponse and GetDataLabelingJobResponseProgress models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added GetOmniChannelSubscriptionResponse model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added MigrateTenantSettingsRequest and MigrateTenantSettingsResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added OmniChannelAccountData model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added OrderDeltaQty model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added PaymentMethodCardBinInfoCardClass, PaymentMethodCardBinInfoProductType, PaymentMethodRequestTokens, and PaymentMethodResponseCardBinInfo models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added PaymentProfile model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ProductRatePlanChargeFinanceInformation model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added QueryInvoiceSchedulesResponse and QueryRatingDetailsResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added RetrieveDeploymentResponse and related models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added RevertDeploymentResponse model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added SettingSourceComponent model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added SubmitDataLabelingJobRequest and SubmitDataLabelingJobResponse models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added TransferContactRequest model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added WriteOffOptions, WriteOffResultTransaction, and WriteOffResults models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed AsyncOrderJobResult model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed AsyncOrderResultSubscriptionStatus and AsyncOrderResultSubscriptions models."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed CompareSchemaInfoResponse model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed CreateTemplateRequestContent model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed TemplateDetailResponse, TemplateMigrationClientRequest, and TemplateResponse models."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"async_order_job_result","__idx":16},"children":["async_order_job_result"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The class AsyncOrderJobResult has been removed entirely, which will break any code relying on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"async_order_result_subscription_status","__idx":17},"children":["async_order_result_subscription_status"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The file async_order_result_subscription_status has been removed, which may cause compatibility issues for developers relying on this file."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"async_order_result_subscriptions","__idx":18},"children":["async_order_result_subscriptions"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire AsyncOrderResultSubscriptions model has been removed, which will break any code relying on this model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"bill_run_filter","__idx":19},"children":["bill_run_filter"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["condition"]}," field to support additional filtering logic."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["object_type"]}," field with validation for enum values (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Account"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Subscription"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["RatePlanCharge"]},")."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"billing_options","__idx":20},"children":["billing_options"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charge_type_to_exclude"]}," to the BillingOptions model, allowing developers to specify types of charges to be excluded from billing document generation."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"bulk_pdf_generation_job_request","__idx":21},"children":["bulk_pdf_generation_job_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ignoreArchivedFiles"]}," to control whether to skip archived PDF files in the output. Setting it to true will skip archived files, while setting it to false will throw an error if archived files are encountered. The default value is false."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"charge_override","__idx":22},"children":["charge_override"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxable"]}," field to indicate if a charge is taxable. If set to true, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxCode"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxMode"]}," are required."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedStartDate"]}," field for charges, available when the Pending Charge Flexibility feature is enabled."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"charge_tier","__idx":23},"children":["charge_tier"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["originalListPrice"]}," field to the ChargeTier model, allowing developers to access the original list price of a product or service."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"charge_update","__idx":24},"children":["charge_update"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimated_start_date"]}," field to the ChargeUpdate model, allowing developers to specify an estimated start date for charges when the Pending Charge Flexibility feature is enabled."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"compare_schema_info_response","__idx":25},"children":["compare_schema_info_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The CompareSchemaInfoResponse class has been removed entirely, which will break any code relying on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_account_payment_method","__idx":26},"children":["create_account_payment_method"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accountMaskNumber"]}," field to the CreateAccountPaymentMethod model, allowing developers to handle masked account numbers for payment methods."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_batch_query_job_request","__idx":27},"children":["create_batch_query_job_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["version"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[Union[StrictFloat, StrictInt]]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]},". This may require developers to update their code to ensure compatibility with the new type."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_batch_query_job_response","__idx":28},"children":["create_batch_query_job_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["version"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[Union[StrictFloat, StrictInt]]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]},". This may require developers to update their code to handle version values as strings instead of numbers."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_batch_query_response","__idx":29},"children":["create_batch_query_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["record_count"]}," field has changed from Optional[StrictStr] to Optional[Union[StrictFloat, StrictInt]]. This may require developers to update their code to handle numeric types instead of strings for this field."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_order_charge_update","__idx":30},"children":["create_order_charge_update"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimated_start_date"]}," field to the CreateOrderChargeUpdate model, allowing developers to specify the estimated start date of a charge when the charge is changed through related order actions. This feature is available when the Pending Charge Flexibility feature is enabled."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_order_create_subscription","__idx":31},"children":["create_order_create_subscription"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["invoiceOwnerAccountNumber"]}," field to specify the account number that will own the invoice."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uniqueToken"]}," field to set relatedSubscriptionNumber in OLI within the same order, ensuring uniqueness for multiple create subscription order actions."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_order_order_line_item","__idx":32},"children":["create_order_order_line_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uniqueToken"]}," to the CreateOrderOrderLineItem model. This field allows setting the relatedSubscriptionNumber in OLI within the same order. The unique token should be a valid value belonging to any of the create sub-order actions within the same order."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_order_response","__idx":33},"children":["create_order_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[OrderStatus]"]},". This may require developers to update their code to handle the new ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OrderStatus"]}," type."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_payment_method_bank_transfer","__idx":34},"children":["create_payment_method_bank_transfer"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accountMaskNumber"]}," to the CreatePaymentMethodBankTransfer model, allowing developers to specify a masked account number for the payment method."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_payment_method_request","__idx":35},"children":["create_payment_method_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accountMaskNumber"]}," field to store the masked account number of the payment method."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tokenize"]}," field to specify whether to tokenize the payment method."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tokens"]}," field of type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PaymentMethodRequestTokens"]}," to handle token-related information."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_payment_session_request","__idx":36},"children":["create_payment_session_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["gatewayOptions"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CreatePaymentSessionRequest"]}," model, allowing developers to specify additional options for the payment gateway."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_refundwith_auto_unapply","__idx":37},"children":["create_refundwith_auto_unapply"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["write_off"]}," field to indicate whether to write off a document."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["write_off_options"]}," field for specifying write-off options."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"create_template_request_content","__idx":38},"children":["create_template_request_content"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire CreateTemplateRequestContent class has been removed, which will break any code relying on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"credit_memo","__idx":39},"children":["credit_memo"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_auto_calculation"]}," field to the CreditMemo model, allowing automatic tax calculation for credit memos."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"credit_memo_response","__idx":40},"children":["credit_memo_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxAutoCalculation"]}," field to the CreditMemoResponse model, allowing automatic tax calculation in credit memos."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delete_batch_query_job_response","__idx":41},"children":["delete_batch_query_job_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Changed the type of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["version"]}," field from Optional[Union[StrictFloat, StrictInt]] to Optional[StrictStr]. This may require developers to update their code if they were using numeric types for the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["version"]}," field."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delete_batch_query_response","__idx":42},"children":["delete_batch_query_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["record_count"]}," field has been changed from Optional[StrictStr] to Optional[Union[StrictFloat, StrictInt]]. This may require developers to update their code to handle numeric types instead of strings for this field."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"e_invoice_status","__idx":43},"children":["e_invoice_status"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new status ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CONDITIONALSUCCESS"]}," to the EInvoiceStatus enum, allowing for more granular status reporting."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_account","__idx":44},"children":["expanded_account"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to"]}," fields to the ExpandedAccount model, allowing developers to specify and retrieve shipping information."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_contact","__idx":45},"children":["expanded_contact"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new boolean fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["asBillTo"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["asSoldTo"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["asShipTo"]}," to the ExpandedContact model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_credit_memo","__idx":46},"children":["expanded_credit_memo"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Changed the type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["revenueImpacting"]}," from Optional[StrictInt] to Optional[StrictStr]. This may require developers to update their code to handle the new type."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToContactSnapshotId"]}," to the ExpandedCreditMemo model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_credit_memo_item","__idx":47},"children":["expanded_credit_memo_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Changed the type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["revenue_impacting"]}," from Optional[StrictInt] to Optional[StrictStr], which may require developers to update their code to handle this field as a string instead of an integer."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["item_ship_to_contact_id"]}," field to the ExpandedCreditMemoItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_snapshot_id"]}," field to the ExpandedCreditMemoItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_owner_id"]}," field to the ExpandedCreditMemoItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_owner"]}," field to the ExpandedCreditMemoItem model, which is an instance of ExpandedAccount."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credit_taxation_items"]}," field to the ExpandedCreditMemoItem model, which is a list of ExpandedCreditTaxationItem instances."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_debit_memo","__idx":48},"children":["expanded_debit_memo"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToContactSnapshotId"]}," field to the ExpandedDebitMemo model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["soldToContactId"]}," field to the ExpandedDebitMemo model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_debit_memo_item","__idx":49},"children":["expanded_debit_memo_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["item_ship_to_contact_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_snapshot_id"]}," fields to the ExpandedDebitMemoItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_owner_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_owner"]}," fields to the ExpandedDebitMemoItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Included ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["debit_taxation_items"]}," field, which is a list of ExpandedDebitTaxationItem, in the ExpandedDebitMemoItem model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_invoice","__idx":50},"children":["expanded_invoice"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new optional fields ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_snapshot_id"]}," to the ExpandedInvoice model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_invoice_item","__idx":51},"children":["expanded_invoice_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["itemShipToContactId"]}," to track the contact ID for shipping items."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToContactSnapshotId"]}," to track the snapshot ID for shipping contact."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToContactId"]}," to track the contact ID for shipping."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionOwnerId"]}," to track the owner ID of the subscription."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionOwner"]}," to represent the expanded account of the subscription owner."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_order_action","__idx":52},"children":["expanded_order_action"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_number"]}," field to the ExpandedOrderAction model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_id"]}," field to the ExpandedOrderAction model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["clearing_existing_ship_to_contact"]}," field to the ExpandedOrderAction model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_order_line_item","__idx":53},"children":["expanded_order_line_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new optional fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sequenceSetId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentTerm"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["invoiceTemplateId"]}," to the ExpandedOrderLineItem model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced new optional fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToId"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipToSnapshotId"]}," to the ExpandedOrderLineItem model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_orders","__idx":54},"children":["expanded_orders"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isScheduled"]}," field to the ExpandedOrders model."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cancelReason"]}," field to the ExpandedOrders model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_payment","__idx":55},"children":["expanded_payment"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_schedule_item_payments"]}," to the ExpandedPayment model, allowing developers to include payment schedule item payments in their payment data."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_payment_schedule_item","__idx":56},"children":["expanded_payment_schedule_item"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentScheduleItemPayments"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ExpandedPaymentScheduleItem"]}," model, allowing for a list of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ExpandedPaymentScheduleItemPayment"]}," objects."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_processed_usage","__idx":57},"children":["expanded_processed_usage"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Changed the type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billing_period_end_date"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billing_period_start_date"]}," from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[date]"]},". This may require developers to update their code to handle date objects instead of strings."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_rate_plan_charge","__idx":58},"children":["expanded_rate_plan_charge"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new optional fields ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedStartDate"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedEndDate"]}," to the ExpandedRatePlanCharge model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expanded_subscription","__idx":59},"children":["expanded_subscription"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new optional fields ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_id"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ship_to_contact_snapshot_id"]}," to the ExpandedSubscription model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_accounting_period_all_of_fie_ids_response","__idx":60},"children":["get_accounting_period_all_of_fie_ids_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accountsReceivableDebitMemoAgingDetailExportFileId"]}," to the GetAccountingPeriodAllOfFieIdsResponse model, allowing retrieval of the file ID for the Accounts Receivable Aging Debit Memo Detail report."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_async_order_job_response","__idx":61},"children":["get_async_order_job_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AsyncOrderJobResult"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GetAsyncOrderJobResponseResult"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["StrictStr"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["JobStatus"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_batch_query_job_response","__idx":62},"children":["get_batch_query_job_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["version"]}," field type has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[Union[StrictFloat, StrictInt]]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]},". This change may require developers to update their code to handle version values as strings instead of numbers."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_batch_query_response","__idx":63},"children":["get_batch_query_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["record_count"]}," field has changed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[StrictStr]"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Optional[Union[StrictFloat, StrictInt]]"]},". This may require developers to update their code to handle numeric types instead of strings."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_bulk_pdf_generation_job_response","__idx":64},"children":["get_bulk_pdf_generation_job_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["skippedDocuments"]}," field to the GetBulkPdfGenerationJobResponse model, which includes an array of objects containing billing document types and their IDs that were skipped during execution."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_charge_override","__idx":65},"children":["get_charge_override"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimated_start_date"]}," field for charges with Pending Charge Flexibility enabled."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxable"]}," field to indicate if a charge is taxable, available with Taxation enabled."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_mode"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_code"]}," fields for charges, available with Taxation enabled."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_custom_exchange_rates_type","__idx":66},"children":["get_custom_exchange_rates_type"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rateSetName"]}," of type StrictStr to the GetCustomExchangeRatesType model. This field represents the name of the rate set configured in the Finance Manage Currency Conversion settings for the Multi-Org feature."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get_subscription_rate_plan_charges_with_all_segments","__idx":67},"children":["get_subscription_rate_plan_charges_with_all_segments"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedEndDate"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedStartDate"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxable"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxCode"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxMode"]}," to the GetSubscriptionRatePlanChargesWithAllSegments model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"interval_pricing_tier","__idx":68},"children":["interval_pricing_tier"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["originalListPrice"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["IntervalPricingTier"]}," model, which represents the original list price of a product or service."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"migration_client_response","__idx":69},"children":["migration_client_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire MigrationClientResponse model has been removed, which will cause compatibility issues for any code relying on this model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_create_subscription","__idx":70},"children":["order_action_create_subscription"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["invoiceOwnerAccountNumber"]}," field to specify the account number that will own the invoice."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentProfile"]}," field to associate a payment profile with the subscription."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_owner_transfer","__idx":71},"children":["order_action_owner_transfer"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_profile"]}," of type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PaymentProfile"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OrderActionOwnerTransfer"]}," model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_rate_plan_amendment","__idx":72},"children":["order_action_rate_plan_amendment"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customFields"]}," attribute to the OrderActionRatePlanAmendment model, allowing developers to include custom fields in amendments."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_rate_plan_charge_override","__idx":73},"children":["order_action_rate_plan_charge_override"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedStartDate"]}," field to the OrderActionRatePlanChargeOverride model. This field is available if the Pending Charge Flexibility feature is enabled and represents the estimated start date of the charge."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_rate_plan_charge_update","__idx":74},"children":["order_action_rate_plan_charge_update"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimatedStartDate"]}," field to the OrderActionRatePlanChargeUpdate model, which is available if the Pending Charge Flexibility feature is enabled. This field represents the estimated start date of the charge."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order_action_terms_and_conditions","__idx":75},"children":["order_action_terms_and_conditions"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_profile"]}," of type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PaymentProfile"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OrderActionTermsAndConditions"]}," model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment_method_response","__idx":76},"children":["payment_method_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cardBinInfo"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PaymentMethodResponse"]}," model, which includes additional card information."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["to_dict()"]}," method to include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cardBinInfo"]}," if present, allowing for more detailed serialization of payment method data."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Enhanced the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["from_dict()"]}," method to handle the new ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cardBinInfo"]}," field, enabling deserialization of this additional data."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment_run","__idx":77},"children":["payment_run"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["organization_labels"]}," field has changed from Optional[StrictStr] to Optional[List[OrganizationLabel]]. This may require developers to update their code to handle a list of OrganizationLabel objects instead of a single string."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added detailed handling for ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["organization_labels"]}," field, allowing it to store multiple organization labels as a list of OrganizationLabel objects. Each item in the list can be converted to a dictionary using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["to_dict()"]}," method."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment_run_response","__idx":78},"children":["payment_run_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["organization_labels"]}," field in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PaymentRunResponse"]}," has been updated to accept a list of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OrganizationLabel"]}," objects instead of a single string. This change allows for more detailed information about the organizations associated with a payment run."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_charge_metrics","__idx":79},"children":["preview_charge_metrics"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isPending"]}," of type StrictBool to the PreviewChargeMetrics model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_options","__idx":80},"children":["preview_options"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charge_type_to_exclude"]}," to the PreviewOptions model, allowing developers to specify charge types to exclude from the forecast run."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_order_charge_override","__idx":81},"children":["preview_order_charge_override"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimated_start_date"]}," field to specify the estimated start date of the charge."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Introduced ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_code"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_mode"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["taxable"]}," fields to handle tax-related information for charges."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_order_charge_update","__idx":82},"children":["preview_order_charge_update"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["estimated_start_date"]}," field to PreviewOrderChargeUpdate model, which provides the estimated start date of the charge. This field is available when the Pending Charge Flexibility feature is enabled."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_order_create_subscription","__idx":83},"children":["preview_order_create_subscription"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["invoiceOwnerAccountNumber"]}," field to specify the account number of an existing account that will own the invoice."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview_order_result_delta_metrics","__idx":84},"children":["preview_order_result_delta_metrics"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added support for ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderDeltaQty"]}," in the PreviewOrderResultDeltaMetrics model, allowing developers to handle quantity changes in orders."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rate_plan_charge_segment","__idx":85},"children":["rate_plan_charge_segment"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new fields: estimatedEndDate, estimatedStartDate, taxable, taxCode, and taxMode to the RatePlanChargeSegment model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rate_plan_charge_segment_info","__idx":86},"children":["rate_plan_charge_segment_info"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added new fields: estimatedEndDate, estimatedStartDate, taxable, taxCode, and taxMode to RatePlanChargeSegmentInfo class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rate_plan_charge_tier","__idx":87},"children":["rate_plan_charge_tier"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["originalListPrice"]}," field to the RatePlanChargeTier model, allowing developers to access the original list price of a product or service."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"refund","__idx":88},"children":["refund"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["write_off_results"]}," of type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WriteOffResults"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Refund"]}," model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"refund_response","__idx":89},"children":["refund_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["write_off_results"]}," of type WriteOffResults to the RefundResponse model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"setting_source_component_response","__idx":90},"children":["setting_source_component_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire SettingSourceComponentResponse class has been removed, which will break any code relying on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"template_detail_response","__idx":91},"children":["template_detail_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire TemplateDetailResponse class has been removed, which will break any code relying on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"template_migration_client_request","__idx":92},"children":["template_migration_client_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The class TemplateMigrationClientRequest has been removed entirely, which will break any code relying on it."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"template_response","__idx":93},"children":["template_response"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The entire TemplateResponse class has been removed, which includes all its methods and properties. This will break any code that relies on this class."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"update_product_rate_plan_charge_request","__idx":94},"children":["update_product_rate_plan_charge_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Changed the type of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["product_rate_plan_charge_tier_data"]}," from a list of ProductRatePlanChargeTier to a single ProductRatePlanChargeTierData object. This requires developers to update their code to handle a single object instead of a list."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"write_off_invoice_request","__idx":95},"children":["write_off_invoice_request"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Added a new optional field ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tax_auto_calculation"]}," of type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["StrictBool"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WriteOffInvoiceRequest"]}," model, allowing automatic tax calculation in the credit memo."]}]}]},"headings":[{"value":"Python client library 3.3.0 changelog","id":"python-client-library-330-changelog","depth":1},{"value":"api/","id":"api","depth":2},{"value":"zuora_client","id":"zuora_client","depth":2},{"value":"contacts_api","id":"contacts_api","depth":2},{"value":"credit_memos_api","id":"credit_memos_api","depth":2},{"value":"debit_memos_api","id":"debit_memos_api","depth":2},{"value":"invoice_schedules_api","id":"invoice_schedules_api","depth":2},{"value":"invoices_api","id":"invoices_api","depth":2},{"value":"object_queries_api","id":"object_queries_api","depth":2},{"value":"orders_api","id":"orders_api","depth":2},{"value":"payment_gateways_api","id":"payment_gateways_api","depth":2},{"value":"payments_api","id":"payments_api","depth":2},{"value":"product_rate_plan_charges_api","id":"product_rate_plan_charges_api","depth":2},{"value":"refunds_api","id":"refunds_api","depth":2},{"value":"taxation_items_api","id":"taxation_items_api","depth":2},{"value":"models/","id":"models","depth":2},{"value":"async_order_job_result","id":"async_order_job_result","depth":2},{"value":"async_order_result_subscription_status","id":"async_order_result_subscription_status","depth":2},{"value":"async_order_result_subscriptions","id":"async_order_result_subscriptions","depth":2},{"value":"bill_run_filter","id":"bill_run_filter","depth":2},{"value":"billing_options","id":"billing_options","depth":2},{"value":"bulk_pdf_generation_job_request","id":"bulk_pdf_generation_job_request","depth":2},{"value":"charge_override","id":"charge_override","depth":2},{"value":"charge_tier","id":"charge_tier","depth":2},{"value":"charge_update","id":"charge_update","depth":2},{"value":"compare_schema_info_response","id":"compare_schema_info_response","depth":2},{"value":"create_account_payment_method","id":"create_account_payment_method","depth":2},{"value":"create_batch_query_job_request","id":"create_batch_query_job_request","depth":2},{"value":"create_batch_query_job_response","id":"create_batch_query_job_response","depth":2},{"value":"create_batch_query_response","id":"create_batch_query_response","depth":2},{"value":"create_order_charge_update","id":"create_order_charge_update","depth":2},{"value":"create_order_create_subscription","id":"create_order_create_subscription","depth":2},{"value":"create_order_order_line_item","id":"create_order_order_line_item","depth":2},{"value":"create_order_response","id":"create_order_response","depth":2},{"value":"create_payment_method_bank_transfer","id":"create_payment_method_bank_transfer","depth":2},{"value":"create_payment_method_request","id":"create_payment_method_request","depth":2},{"value":"create_payment_session_request","id":"create_payment_session_request","depth":2},{"value":"create_refundwith_auto_unapply","id":"create_refundwith_auto_unapply","depth":2},{"value":"create_template_request_content","id":"create_template_request_content","depth":2},{"value":"credit_memo","id":"credit_memo","depth":2},{"value":"credit_memo_response","id":"credit_memo_response","depth":2},{"value":"delete_batch_query_job_response","id":"delete_batch_query_job_response","depth":2},{"value":"delete_batch_query_response","id":"delete_batch_query_response","depth":2},{"value":"e_invoice_status","id":"e_invoice_status","depth":2},{"value":"expanded_account","id":"expanded_account","depth":2},{"value":"expanded_contact","id":"expanded_contact","depth":2},{"value":"expanded_credit_memo","id":"expanded_credit_memo","depth":2},{"value":"expanded_credit_memo_item","id":"expanded_credit_memo_item","depth":2},{"value":"expanded_debit_memo","id":"expanded_debit_memo","depth":2},{"value":"expanded_debit_memo_item","id":"expanded_debit_memo_item","depth":2},{"value":"expanded_invoice","id":"expanded_invoice","depth":2},{"value":"expanded_invoice_item","id":"expanded_invoice_item","depth":2},{"value":"expanded_order_action","id":"expanded_order_action","depth":2},{"value":"expanded_order_line_item","id":"expanded_order_line_item","depth":2},{"value":"expanded_orders","id":"expanded_orders","depth":2},{"value":"expanded_payment","id":"expanded_payment","depth":2},{"value":"expanded_payment_schedule_item","id":"expanded_payment_schedule_item","depth":2},{"value":"expanded_processed_usage","id":"expanded_processed_usage","depth":2},{"value":"expanded_rate_plan_charge","id":"expanded_rate_plan_charge","depth":2},{"value":"expanded_subscription","id":"expanded_subscription","depth":2},{"value":"get_accounting_period_all_of_fie_ids_response","id":"get_accounting_period_all_of_fie_ids_response","depth":2},{"value":"get_async_order_job_response","id":"get_async_order_job_response","depth":2},{"value":"get_batch_query_job_response","id":"get_batch_query_job_response","depth":2},{"value":"get_batch_query_response","id":"get_batch_query_response","depth":2},{"value":"get_bulk_pdf_generation_job_response","id":"get_bulk_pdf_generation_job_response","depth":2},{"value":"get_charge_override","id":"get_charge_override","depth":2},{"value":"get_custom_exchange_rates_type","id":"get_custom_exchange_rates_type","depth":2},{"value":"get_subscription_rate_plan_charges_with_all_segments","id":"get_subscription_rate_plan_charges_with_all_segments","depth":2},{"value":"interval_pricing_tier","id":"interval_pricing_tier","depth":2},{"value":"migration_client_response","id":"migration_client_response","depth":2},{"value":"order_action_create_subscription","id":"order_action_create_subscription","depth":2},{"value":"order_action_owner_transfer","id":"order_action_owner_transfer","depth":2},{"value":"order_action_rate_plan_amendment","id":"order_action_rate_plan_amendment","depth":2},{"value":"order_action_rate_plan_charge_override","id":"order_action_rate_plan_charge_override","depth":2},{"value":"order_action_rate_plan_charge_update","id":"order_action_rate_plan_charge_update","depth":2},{"value":"order_action_terms_and_conditions","id":"order_action_terms_and_conditions","depth":2},{"value":"payment_method_response","id":"payment_method_response","depth":2},{"value":"payment_run","id":"payment_run","depth":2},{"value":"payment_run_response","id":"payment_run_response","depth":2},{"value":"preview_charge_metrics","id":"preview_charge_metrics","depth":2},{"value":"preview_options","id":"preview_options","depth":2},{"value":"preview_order_charge_override","id":"preview_order_charge_override","depth":2},{"value":"preview_order_charge_update","id":"preview_order_charge_update","depth":2},{"value":"preview_order_create_subscription","id":"preview_order_create_subscription","depth":2},{"value":"preview_order_result_delta_metrics","id":"preview_order_result_delta_metrics","depth":2},{"value":"rate_plan_charge_segment","id":"rate_plan_charge_segment","depth":2},{"value":"rate_plan_charge_segment_info","id":"rate_plan_charge_segment_info","depth":2},{"value":"rate_plan_charge_tier","id":"rate_plan_charge_tier","depth":2},{"value":"refund","id":"refund","depth":2},{"value":"refund_response","id":"refund_response","depth":2},{"value":"setting_source_component_response","id":"setting_source_component_response","depth":2},{"value":"template_detail_response","id":"template_detail_response","depth":2},{"value":"template_migration_client_request","id":"template_migration_client_request","depth":2},{"value":"template_response","id":"template_response","depth":2},{"value":"update_product_rate_plan_charge_request","id":"update_product_rate_plan_charge_request","depth":2},{"value":"write_off_invoice_request","id":"write_off_invoice_request","depth":2}],"frontmatter":{"markdown":{"toc":{"hide":false}},"seo":{"title":"Python client library 3.3.0 changelog"}},"lastModified":"2026-01-28T16:35:30.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/sdk-changelogs/python/changelog-330","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}