postfinancecheckout 6.2.0__tar.gz → 6.3.0__tar.gz
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.
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/PKG-INFO +1 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/README.md +35 -33
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/__init__.py +10 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/api_client.py +1 -1
- postfinancecheckout-6.3.0/postfinancecheckout/api_exception_error_codes.py +69 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/configuration.py +1 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/__init__.py +6 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_address.py +3 -3
- postfinancecheckout-6.3.0/postfinancecheckout/models/payment_terminal_dcc_transaction_sum.py +128 -0
- postfinancecheckout-6.3.0/postfinancecheckout/models/payment_terminal_transaction_sum.py +140 -0
- postfinancecheckout-6.3.0/postfinancecheckout/models/payment_terminal_transaction_summary.py +161 -0
- postfinancecheckout-6.3.0/postfinancecheckout/models/rendered_terminal_transaction_summary.py +104 -0
- postfinancecheckout-6.3.0/postfinancecheckout/models/terminal_transaction_summary_list_response.py +116 -0
- postfinancecheckout-6.3.0/postfinancecheckout/models/terminal_transaction_summary_search_response.py +120 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/postfinancecheckout_sdk_exception.py +14 -8
- postfinancecheckout-6.3.0/postfinancecheckout/sdk_exception_error_codes.py +66 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/__init__.py +1 -0
- postfinancecheckout-6.3.0/postfinancecheckout/service/payment_terminal_transaction_summaries_service.py +1263 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/webhook_encryption_keys_service.py +3 -3
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/utils/encryption_util.py +6 -6
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout.egg-info/PKG-INFO +1 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout.egg-info/SOURCES.txt +9 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/pyproject.toml +1 -1
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/setup.py +1 -1
- postfinancecheckout-6.2.0/postfinancecheckout/error_code.py +0 -67
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/api_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/exceptions.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_account_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_application_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_customer_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_customer_address_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_customer_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_human_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_payment_connector_configuration_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_payment_link_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_payment_method_configuration_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_payment_processor_configuration_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_payment_terminal_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_refund_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_role_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_single_sign_on_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_space_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_subscriber_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_subscription_affiliate_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_subscription_metric_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_subscription_product_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_token_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_transaction_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_transaction_invoice_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_transaction_pending.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_webhook_listener_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/abstract_webhook_url_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/account_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/address.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/address_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/analytics_query_execution_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/analytics_query_execution_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_key_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user_create_with_mac_key.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/application_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/authenticated_card_data.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/authenticated_card_data_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/authenticated_card_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account_environment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_account_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_flow_direction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_source.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/bank_transaction_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/billing_cycle_model.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/billing_cycle_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/billing_day_customization.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/card_authentication_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/card_authentication_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/card_cryptogram.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/card_cryptogram_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/cardholder_authentication.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/cardholder_authentication_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_attempt.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_attempt_environment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_attempt_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_attempt_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_attempt_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_configuration_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_payment_link.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_payment_link_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_payment_link_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_level_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_flow_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/charge_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/client_platform_information_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/client_platform_information_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/completion_line_item.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/completion_line_item_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/completion_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/completion_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/condition.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/condition_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/condition_type_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/condition_type_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/connector_invocation.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/connector_invocation_stage.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/country_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/country_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/creation_entity_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/currency_bank_account.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/currency_bank_account_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/currency_bank_account_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/currency_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/currency_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_address_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_comment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_comment_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_comment_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_comment_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_email_address_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_postal_address.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_postal_address_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customer_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/customers_presence.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/data_collection_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/delivery_indication.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/delivery_indication_decision_reason.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/delivery_indication_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/delivery_indication_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/delivery_indication_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/displayable_day_of_week.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/displayable_month.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_type_group.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_type_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/document_template_type_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_case.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_case_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_case_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_case_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_condition.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_condition_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_level.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_level_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_level_processor.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_level_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/dunning_flow_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/environment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_create_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_session.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_session_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_session_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_shipping_option.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/express_checkout_wallet_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/external_transfer_bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/external_transfer_bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/external_transfer_bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/facade_user_friendly_query_status_model.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/failure_category.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/failure_reason.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/feature.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/feature_category.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/gender.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/human_user.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/human_user_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/human_user_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/human_user_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/human_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/internal_transfer_bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/internal_transfer_bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/internal_transfer_bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/invoice_comment_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/invoice_comment_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/invoice_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/invoice_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_category.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_group.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_group_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_group_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/label_descriptor_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/language_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/language_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/legal_organization_form.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/legal_organization_form_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/legal_organization_form_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_attribute.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_attribute_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_reduction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_reduction_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_version_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/line_item_version_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/localized_string.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_action.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_action_style.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/manual_task_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/metric_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/metric_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/metric_usage_report_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/metric_usage_report_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/one_click_payment_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/pan_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_adjustment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_adjustment_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_configuration_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_configuration_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_configuration_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_configuration_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_feature.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_connector_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_contract.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_contract_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_contract_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_information_hash.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_information_hash_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_address_handling_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_protection_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_link_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_brand.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_brand_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_brand_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_configuration_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_method_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_primary_risk_taker.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_configuration_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_configuration_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_configuration_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_configuration_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_processor_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_configuration_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_configuration_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_configuration_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_location.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_location_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_location_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_location_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_preparing.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_receipt_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_transaction_summary_reference.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/payment_terminal_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/permission.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/permission_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/permission_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/persistable_currency_amount.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/persistable_currency_amount_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_component_group_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_component_group_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_component_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_component_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_fee_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee_tier_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee_tier_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_fee_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_tier_fee.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_tier_fee_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_metered_tier_pricing.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_period_fee.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_period_fee_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_period_fee_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_period_fee_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_retirement_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_retirement_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_setup_fee.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_setup_fee_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_setup_fee_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_setup_fee_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_version_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_version_retirement_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_version_retirement_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/product_version_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/recurring_indicator.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_comment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_comment_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_comment_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_comment_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_recovery_bank_transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_recovery_bank_transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_recovery_bank_transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/refund_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rendered_document.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rendered_terminal_receipt.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rendered_terminal_receipt_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_address_format.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_address_format_field.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_api_bulk_operation_result.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_api_error_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_application_user_mac_key.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_application_user_mac_key_created.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_country.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_country_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_currency.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_customer_email_address.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/rest_language.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/result_portion_model.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/role_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/sales_channel.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/sales_channel_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/sales_channel_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/scope.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/scope_single_sign_on_provider.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/single_sign_on_user.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/single_sign_on_user_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/single_sign_on_user_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/single_sign_on_user_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/single_sign_on_user_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/sorting_order.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_address.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_address_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/space_view.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/static_value.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/static_value_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/static_value_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/submitted_analytics_query_execution.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscriber_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_deleted.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_deleting.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_inactive.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_affiliate_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_processing_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_charge_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_component_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_component_reference_configuration.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_create_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_initialize_subscriber_present_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_ledger_entry.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_ledger_entry_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_ledger_entry_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_ledger_entry_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_ledger_entry_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_usage_report.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_metric_usage_report_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_pending.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_period_bill.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_period_bill_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_period_bill_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_period_bill_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component_group.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component_group_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component_reference.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component_reference_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_component_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_retirement.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_retirement_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_version_pending.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_version_retirement.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_version_retirement_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_product_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_suspension.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_suspension_action.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_suspension_reason.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_suspension_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_update_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_version_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_version_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/subscription_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/suspension_creation_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/suspension_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/suspension_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tax.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tax_calculation.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tax_class.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tax_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tenant_database.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/terminal_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/terminal_receipt_format.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/terminal_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version_retry_strategy.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/token_version_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tokenization_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tokenized_card_data.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tokenized_card_data_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/tokenized_card_request.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_client_platform_information.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_comment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_comment_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_comment_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_comment_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_completion.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_completion_behavior.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_completion_details.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_completion_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_completion_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_environment_selection_strategy.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_group.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_group_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice_comment.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice_comment_active.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice_comment_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice_replacement.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_invoice_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_line_item_version.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_line_item_version_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_line_item_version_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_pending.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_user_interface_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_void.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_void_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_void_mode.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_void_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/transaction_void_state.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/two_factor_authentication_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user_account_role.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user_account_role_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user_space_role.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user_space_role_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/user_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/wallet_type.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/web_app_confirmation_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_identity.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener_entity.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_listener_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_url.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_url_create.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_url_list_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_url_search_response.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/webhook_url_update.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/py.typed +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/rest.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/accounts_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/analytics_queries_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/application_users_roles_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/application_users_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/bank_accounts_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/charge_attempts_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/charge_bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/charge_flow_levels_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/charge_flows_level_payment_links_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/charge_flows_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/condition_types_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/countries_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/currencies_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/currency_bank_accounts_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/customer_addresses_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/customer_comments_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/customers_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/delivery_indications_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/document_template_types_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/document_templates_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/dunning_cases_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/dunning_flow_levels_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/dunning_flows_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/express_checkout_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/external_transfer_bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/human_users_roles_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/human_users_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/internal_transfer_bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/label_descriptors_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/languages_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/legal_organization_forms_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/manual_tasks_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_connector_configurations_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_connectors_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_links_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_method_brands_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_method_configurations_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_methods_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_processor_configurations_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_processors_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_sales_channels_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/payment_terminals_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/permissions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/refund_bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/refund_comments_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/refund_recovery_bank_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/refunds_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/roles_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/single_sign_on_users_roles_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/single_sign_on_users_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/spaces_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/static_values_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscribers_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_affiliates_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_charges_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_ledger_entries_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_metric_usage_reports_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_metrics_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_period_bills_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_component_groups_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_components_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_metered_fee_tiers_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_metered_fees_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_period_fees_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_retirements_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_setup_fees_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_version_retirements_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_product_versions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_products_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_suspensions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscription_versions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/subscriptions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/token_versions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/tokens_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_client_platforms_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_comments_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_completions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_invoice_comments_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_invoices_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_line_item_versions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transaction_voids_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/web_apps_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/webhook_listeners_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/service/webhook_urls_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/utils/__init__.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout.egg-info/dependency_links.txt +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout.egg-info/requires.txt +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout.egg-info/top_level.txt +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/setup.cfg +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_encryption_util.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_querying.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_refunds_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_transaction_completions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_transactions_service.py +0 -0
- {postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/tests/test_webhook_listeners_api.py +0 -0
|
@@ -1038,6 +1038,26 @@ Web Api client: [*link*](https://checkout.postfinance.ch//api/client)<br>
|
|
|
1038
1038
|
<strong>GET</strong> /payment/sales-channels/search
|
|
1039
1039
|
Search payment sales channels.
|
|
1040
1040
|
<br><br>
|
|
1041
|
+
- <strong>PaymentTerminalTransactionSummariesService</strong><br>
|
|
1042
|
+
* <code>get_payment_terminals_transaction_summaries</code>
|
|
1043
|
+
<strong>GET</strong> /payment/terminals/transaction-summaries
|
|
1044
|
+
List all summaries
|
|
1045
|
+
<br><br>
|
|
1046
|
+
- <strong>PaymentTerminalTransactionSummariesService</strong><br>
|
|
1047
|
+
* <code>get_payment_terminals_transaction_summaries_id</code>
|
|
1048
|
+
<strong>GET</strong> /payment/terminals/transaction-summaries/{id}
|
|
1049
|
+
Retrieve a summary
|
|
1050
|
+
<br><br>
|
|
1051
|
+
- <strong>PaymentTerminalTransactionSummariesService</strong><br>
|
|
1052
|
+
* <code>get_payment_terminals_transaction_summaries_id_receipt</code>
|
|
1053
|
+
<strong>GET</strong> /payment/terminals/transaction-summaries/{id}/receipt
|
|
1054
|
+
Retrieve a rendered summary receipt
|
|
1055
|
+
<br><br>
|
|
1056
|
+
- <strong>PaymentTerminalTransactionSummariesService</strong><br>
|
|
1057
|
+
* <code>get_payment_terminals_transaction_summaries_search</code>
|
|
1058
|
+
<strong>GET</strong> /payment/terminals/transaction-summaries/search
|
|
1059
|
+
Search summaries
|
|
1060
|
+
<br><br>
|
|
1041
1061
|
- <strong>PaymentTerminalsService</strong><br>
|
|
1042
1062
|
* <code>delete_payment_terminals_id</code>
|
|
1043
1063
|
<strong>DELETE</strong> /payment/terminals/{id}
|
|
@@ -2725,6 +2745,7 @@ Additional Api models documentation: [*link*](https://checkout.postfinance.ch/en
|
|
|
2725
2745
|
* <strong>PaymentTerminalConfigurationVersion</strong>
|
|
2726
2746
|
* <strong>PaymentTerminalConfigurationVersionState</strong>
|
|
2727
2747
|
* <strong>PaymentTerminalCreate</strong>
|
|
2748
|
+
* <strong>PaymentTerminalDccTransactionSum</strong>
|
|
2728
2749
|
* <strong>PaymentTerminalLocation</strong>
|
|
2729
2750
|
* <strong>PaymentTerminalLocationState</strong>
|
|
2730
2751
|
* <strong>PaymentTerminalLocationVersion</strong>
|
|
@@ -2732,6 +2753,8 @@ Additional Api models documentation: [*link*](https://checkout.postfinance.ch/en
|
|
|
2732
2753
|
* <strong>PaymentTerminalPreparing</strong>
|
|
2733
2754
|
* <strong>PaymentTerminalReceiptType</strong>
|
|
2734
2755
|
* <strong>PaymentTerminalState</strong>
|
|
2756
|
+
* <strong>PaymentTerminalTransactionSum</strong>
|
|
2757
|
+
* <strong>PaymentTerminalTransactionSummary</strong>
|
|
2735
2758
|
* <strong>PaymentTerminalTransactionSummaryReference</strong>
|
|
2736
2759
|
* <strong>PaymentTerminalType</strong>
|
|
2737
2760
|
* <strong>PaymentTerminalUpdate</strong>
|
|
@@ -2791,6 +2814,7 @@ Additional Api models documentation: [*link*](https://checkout.postfinance.ch/en
|
|
|
2791
2814
|
* <strong>RenderedDocument</strong>
|
|
2792
2815
|
* <strong>RenderedTerminalReceipt</strong>
|
|
2793
2816
|
* <strong>RenderedTerminalReceiptListResponse</strong>
|
|
2817
|
+
* <strong>RenderedTerminalTransactionSummary</strong>
|
|
2794
2818
|
* <strong>RestAddressFormat</strong>
|
|
2795
2819
|
* <strong>RestAddressFormatField</strong>
|
|
2796
2820
|
* <strong>RestApiBulkOperationResult</strong>
|
|
@@ -2916,6 +2940,8 @@ Additional Api models documentation: [*link*](https://checkout.postfinance.ch/en
|
|
|
2916
2940
|
* <strong>TerminalListResponse</strong>
|
|
2917
2941
|
* <strong>TerminalReceiptFormat</strong>
|
|
2918
2942
|
* <strong>TerminalSearchResponse</strong>
|
|
2943
|
+
* <strong>TerminalTransactionSummaryListResponse</strong>
|
|
2944
|
+
* <strong>TerminalTransactionSummarySearchResponse</strong>
|
|
2919
2945
|
* <strong>Token</strong>
|
|
2920
2946
|
* <strong>TokenCreate</strong>
|
|
2921
2947
|
* <strong>TokenListResponse</strong>
|
|
@@ -2996,44 +3022,20 @@ When working with webhooks, the `PostFinanceCheckoutSdkException` may throw erro
|
|
|
2996
3022
|
|
|
2997
3023
|
### Error Code Categories
|
|
2998
3024
|
|
|
2999
|
-
| **
|
|
3000
|
-
|
|
3001
|
-
| **
|
|
3002
|
-
| **
|
|
3003
|
-
| **2000–2999** | Server-Side Errors | Errors typically caused by incorrect data provided by the server |
|
|
3004
|
-
|
|
3005
|
-
### Error Code Reference
|
|
3006
|
-
|
|
3007
|
-
| **Code** | **Error Name** | **Description** | **Category** |
|
|
3008
|
-
|----------|----------------|-----------------|--------------|
|
|
3009
|
-
| 404 | `UNKNOWN_WEBHOOK_ENCRYPTION_PUBLIC_KEY` | Unknown webhook signature public key | Not Found |
|
|
3010
|
-
| 1000 | `WEBHOOK_ENCRYPTION_GENERAL_ERROR` | General webhook encryption error | Client-Side |
|
|
3011
|
-
| 1001 | `INVALID_WEBHOOK_ENCRYPTION_PUBLIC_KEY` | Invalid webhook signature public key | Client-Side |
|
|
3012
|
-
| 1002 | `INVALID_WEBHOOK_ENCRYPTION_HEADER_FORMAT` | Invalid webhook signature header | Client-Side |
|
|
3013
|
-
| 1003 | `UNSUPPORTED_WEBHOOK_ENCRYPTION_ALGORYTHM` | Unsupported webhook signature algorithm | Client-Side |
|
|
3014
|
-
| 1004 | `UNKNOWN_WEBHOOK_ENCRYPTION_PROVIDER` | Unknown webhook encryption provider | Client-Side |
|
|
3015
|
-
| 1005 | `WEBHOOK_ENCRYPTION_VERIFIER_INIT_ERROR` | Encryption verifier initialization error | Client-Side |
|
|
3016
|
-
| 1006 | `WEBHOOK_ENCRYPTION_VERIFIER_CONTENT_UPDATE_ERROR` | Error during content update in encryption verifier | Client-Side |
|
|
3017
|
-
| 1007 | `WEBHOOK_ENCRYPTION_SIGNATURE_VERIFICATION_FAILED` | Encryption signature verification failed | Client-Side |
|
|
3018
|
-
| 1008 | `INVALID_WEBHOOK_ENCRYPTION_CONTENT_SIGNATURE` | Invalid webhook content signature | Client-Side |
|
|
3019
|
-
| 2000 | `MISSING_WEBHOOK_ENCRYPTION_ALGORYTHM` | Missing webhook signature algorithm value | Server-Side |
|
|
3025
|
+
| **Exception** | **Description** |
|
|
3026
|
+
|----------------------------|---------------------------------------------------------------------------------------|
|
|
3027
|
+
| **ApiExceptionErrorCodes** | Lists the possible HTTP error codes an `ApiException` can generate |
|
|
3028
|
+
| **SdkExceptionErrorCodes** | Lists the possible error codes a `PostFinanceCheckoutSdkException` can generate |
|
|
3020
3029
|
|
|
3021
3030
|
### Usage Example
|
|
3022
3031
|
```python
|
|
3023
|
-
from postfinancecheckout.postfinancecheckout_sdk_exception import PostFinanceCheckoutSdkException
|
|
3024
|
-
|
|
3025
3032
|
try:
|
|
3026
|
-
#
|
|
3027
|
-
except
|
|
3028
|
-
if
|
|
3029
|
-
# Handle
|
|
3030
|
-
pass
|
|
3031
|
-
elif e.code == 1007: # WEBHOOK_ENCRYPTION_SIGNATURE_VERIFICATION_FAILED
|
|
3032
|
-
# Handle signature verification failure
|
|
3033
|
-
pass
|
|
3033
|
+
# SDK operation
|
|
3034
|
+
except ApiException as ex:
|
|
3035
|
+
if ApiExceptionErrorCodes.CONFLICT.matches(ex):
|
|
3036
|
+
# Handle Conflict
|
|
3034
3037
|
else:
|
|
3035
|
-
#
|
|
3036
|
-
pass
|
|
3038
|
+
# Other handling
|
|
3037
3039
|
```
|
|
3038
3040
|
|
|
3039
3041
|
## Author
|
|
@@ -25,7 +25,7 @@ limitations under the License.
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
__version__ = "6.
|
|
28
|
+
__version__ = "6.3.0"
|
|
29
29
|
|
|
30
30
|
# import apis into sdk package
|
|
31
31
|
from postfinancecheckout.service.accounts_service import AccountsService
|
|
@@ -70,6 +70,7 @@ from postfinancecheckout.service.payment_methods_service import PaymentMethodsSe
|
|
|
70
70
|
from postfinancecheckout.service.payment_processor_configurations_service import PaymentProcessorConfigurationsService
|
|
71
71
|
from postfinancecheckout.service.payment_processors_service import PaymentProcessorsService
|
|
72
72
|
from postfinancecheckout.service.payment_sales_channels_service import PaymentSalesChannelsService
|
|
73
|
+
from postfinancecheckout.service.payment_terminal_transaction_summaries_service import PaymentTerminalTransactionSummariesService
|
|
73
74
|
from postfinancecheckout.service.payment_terminals_service import PaymentTerminalsService
|
|
74
75
|
from postfinancecheckout.service.permissions_service import PermissionsService
|
|
75
76
|
from postfinancecheckout.service.refund_bank_transactions_service import RefundBankTransactionsService
|
|
@@ -126,6 +127,8 @@ from postfinancecheckout.exceptions import ApiValueError
|
|
|
126
127
|
from postfinancecheckout.exceptions import ApiKeyError
|
|
127
128
|
from postfinancecheckout.exceptions import ApiAttributeError
|
|
128
129
|
from postfinancecheckout.exceptions import ApiException
|
|
130
|
+
from postfinancecheckout.api_exception_error_codes import ApiExceptionErrorCodes
|
|
131
|
+
from postfinancecheckout.sdk_exception_error_codes import SdkExceptionErrorCodes
|
|
129
132
|
from postfinancecheckout.postfinancecheckout_sdk_exception import PostFinanceCheckoutSdkException
|
|
130
133
|
|
|
131
134
|
# import utils into sdk package
|
|
@@ -409,6 +412,7 @@ from postfinancecheckout.models.payment_terminal_configuration_state import Paym
|
|
|
409
412
|
from postfinancecheckout.models.payment_terminal_configuration_version import PaymentTerminalConfigurationVersion
|
|
410
413
|
from postfinancecheckout.models.payment_terminal_configuration_version_state import PaymentTerminalConfigurationVersionState
|
|
411
414
|
from postfinancecheckout.models.payment_terminal_create import PaymentTerminalCreate
|
|
415
|
+
from postfinancecheckout.models.payment_terminal_dcc_transaction_sum import PaymentTerminalDccTransactionSum
|
|
412
416
|
from postfinancecheckout.models.payment_terminal_location import PaymentTerminalLocation
|
|
413
417
|
from postfinancecheckout.models.payment_terminal_location_state import PaymentTerminalLocationState
|
|
414
418
|
from postfinancecheckout.models.payment_terminal_location_version import PaymentTerminalLocationVersion
|
|
@@ -416,6 +420,8 @@ from postfinancecheckout.models.payment_terminal_location_version_state import P
|
|
|
416
420
|
from postfinancecheckout.models.payment_terminal_preparing import PaymentTerminalPreparing
|
|
417
421
|
from postfinancecheckout.models.payment_terminal_receipt_type import PaymentTerminalReceiptType
|
|
418
422
|
from postfinancecheckout.models.payment_terminal_state import PaymentTerminalState
|
|
423
|
+
from postfinancecheckout.models.payment_terminal_transaction_sum import PaymentTerminalTransactionSum
|
|
424
|
+
from postfinancecheckout.models.payment_terminal_transaction_summary import PaymentTerminalTransactionSummary
|
|
419
425
|
from postfinancecheckout.models.payment_terminal_transaction_summary_reference import PaymentTerminalTransactionSummaryReference
|
|
420
426
|
from postfinancecheckout.models.payment_terminal_type import PaymentTerminalType
|
|
421
427
|
from postfinancecheckout.models.payment_terminal_update import PaymentTerminalUpdate
|
|
@@ -475,6 +481,7 @@ from postfinancecheckout.models.refund_type import RefundType
|
|
|
475
481
|
from postfinancecheckout.models.rendered_document import RenderedDocument
|
|
476
482
|
from postfinancecheckout.models.rendered_terminal_receipt import RenderedTerminalReceipt
|
|
477
483
|
from postfinancecheckout.models.rendered_terminal_receipt_list_response import RenderedTerminalReceiptListResponse
|
|
484
|
+
from postfinancecheckout.models.rendered_terminal_transaction_summary import RenderedTerminalTransactionSummary
|
|
478
485
|
from postfinancecheckout.models.rest_address_format import RestAddressFormat
|
|
479
486
|
from postfinancecheckout.models.rest_address_format_field import RestAddressFormatField
|
|
480
487
|
from postfinancecheckout.models.rest_api_bulk_operation_result import RestApiBulkOperationResult
|
|
@@ -600,6 +607,8 @@ from postfinancecheckout.models.tenant_database import TenantDatabase
|
|
|
600
607
|
from postfinancecheckout.models.terminal_list_response import TerminalListResponse
|
|
601
608
|
from postfinancecheckout.models.terminal_receipt_format import TerminalReceiptFormat
|
|
602
609
|
from postfinancecheckout.models.terminal_search_response import TerminalSearchResponse
|
|
610
|
+
from postfinancecheckout.models.terminal_transaction_summary_list_response import TerminalTransactionSummaryListResponse
|
|
611
|
+
from postfinancecheckout.models.terminal_transaction_summary_search_response import TerminalTransactionSummarySearchResponse
|
|
603
612
|
from postfinancecheckout.models.token import Token
|
|
604
613
|
from postfinancecheckout.models.token_create import TokenCreate
|
|
605
614
|
from postfinancecheckout.models.token_list_response import TokenListResponse
|
|
@@ -181,7 +181,7 @@ class ApiClient:
|
|
|
181
181
|
|
|
182
182
|
# predefined default headers
|
|
183
183
|
default_headers = {
|
|
184
|
-
'x-meta-sdk-version': '6.
|
|
184
|
+
'x-meta-sdk-version': '6.3.0',
|
|
185
185
|
'x-meta-sdk-language': 'python',
|
|
186
186
|
'x-meta-sdk-provider': 'postfinancecheckout',
|
|
187
187
|
'x-meta-sdk-language-version': platform.python_version()
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
PostFinance Python SDK
|
|
5
|
+
|
|
6
|
+
This library allows to interact with the PostFinance payment service.
|
|
7
|
+
|
|
8
|
+
Copyright owner: Wallee AG
|
|
9
|
+
Website: https://www.postfinance.ch/en/private.html
|
|
10
|
+
Developer email: ecosystem-team@wallee.com
|
|
11
|
+
|
|
12
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License.
|
|
14
|
+
You may obtain a copy of the License at
|
|
15
|
+
|
|
16
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
+
|
|
18
|
+
Unless required by applicable law or agreed to in writing, software
|
|
19
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
+
See the License for the specific language governing permissions and
|
|
22
|
+
limitations under the License.
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
from enum import Enum
|
|
27
|
+
|
|
28
|
+
class ApiExceptionErrorCodes(Enum):
|
|
29
|
+
"""
|
|
30
|
+
This class represents possible HTTP error codes which can be sent by the API.
|
|
31
|
+
This list corresponds to https://checkout.postfinance.ch/en-us/doc/api/web-service#_errors
|
|
32
|
+
"""
|
|
33
|
+
# The request was not accepted often due to missing or invalid parameters
|
|
34
|
+
BAD_REQUEST = 400
|
|
35
|
+
# The necessary authentication credentials are missing or incorrect
|
|
36
|
+
UNAUTHORIZED = 401
|
|
37
|
+
# The application user is missing the required permissions
|
|
38
|
+
FORBIDDEN = 403
|
|
39
|
+
# The requested resource was not found
|
|
40
|
+
NOT_FOUND = 404
|
|
41
|
+
# The requested response format is not supported
|
|
42
|
+
NOT_ACCEPTABLE = 406
|
|
43
|
+
# The request conflicts with another request often because of to optimistic locking
|
|
44
|
+
CONFLICT = 409
|
|
45
|
+
# Too many operations in a bulk request
|
|
46
|
+
PAYLOAD_TOO_LARGE = 413
|
|
47
|
+
# The request provides unsupported or invalid data
|
|
48
|
+
UNSUPPORTED_MEDIA_TYPE = 415
|
|
49
|
+
# The pagination offset exceeds the limit
|
|
50
|
+
RANGE_NOT_SATISFIABLE = 416
|
|
51
|
+
# The request is well-formed but contains semantic errors
|
|
52
|
+
UNPROCESSABLE_ENTITY = 422
|
|
53
|
+
# Too many requests hit the API too quickly
|
|
54
|
+
TOO_MANY_REQUESTS = 429
|
|
55
|
+
# An internal error occurred on the server
|
|
56
|
+
INTERNAL_SERVER_ERROR = 500
|
|
57
|
+
|
|
58
|
+
def __init__(self, http_code):
|
|
59
|
+
self._http_code = http_code
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
def http_code(self):
|
|
63
|
+
return self._http_code
|
|
64
|
+
|
|
65
|
+
def matches(self, api_exception):
|
|
66
|
+
"""
|
|
67
|
+
Checks if the given exception matches this error code.
|
|
68
|
+
"""
|
|
69
|
+
return api_exception.status == self.http_code
|
{postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/configuration.py
RENAMED
|
@@ -347,7 +347,7 @@ class Configuration:
|
|
|
347
347
|
"OS: {env}\n"\
|
|
348
348
|
"Python Version: {pyversion}\n"\
|
|
349
349
|
"Version of the API: 2.0\n"\
|
|
350
|
-
"SDK Package Version: 6.
|
|
350
|
+
"SDK Package Version: 6.3.0".\
|
|
351
351
|
format(env=sys.platform, pyversion=sys.version)
|
|
352
352
|
|
|
353
353
|
def get_host_settings(self) -> List[HostSetting]:
|
{postfinancecheckout-6.2.0 → postfinancecheckout-6.3.0}/postfinancecheckout/models/__init__.py
RENAMED
|
@@ -302,6 +302,7 @@ from postfinancecheckout.models.payment_terminal_configuration_state import Paym
|
|
|
302
302
|
from postfinancecheckout.models.payment_terminal_configuration_version import PaymentTerminalConfigurationVersion
|
|
303
303
|
from postfinancecheckout.models.payment_terminal_configuration_version_state import PaymentTerminalConfigurationVersionState
|
|
304
304
|
from postfinancecheckout.models.payment_terminal_create import PaymentTerminalCreate
|
|
305
|
+
from postfinancecheckout.models.payment_terminal_dcc_transaction_sum import PaymentTerminalDccTransactionSum
|
|
305
306
|
from postfinancecheckout.models.payment_terminal_location import PaymentTerminalLocation
|
|
306
307
|
from postfinancecheckout.models.payment_terminal_location_state import PaymentTerminalLocationState
|
|
307
308
|
from postfinancecheckout.models.payment_terminal_location_version import PaymentTerminalLocationVersion
|
|
@@ -309,6 +310,8 @@ from postfinancecheckout.models.payment_terminal_location_version_state import P
|
|
|
309
310
|
from postfinancecheckout.models.payment_terminal_preparing import PaymentTerminalPreparing
|
|
310
311
|
from postfinancecheckout.models.payment_terminal_receipt_type import PaymentTerminalReceiptType
|
|
311
312
|
from postfinancecheckout.models.payment_terminal_state import PaymentTerminalState
|
|
313
|
+
from postfinancecheckout.models.payment_terminal_transaction_sum import PaymentTerminalTransactionSum
|
|
314
|
+
from postfinancecheckout.models.payment_terminal_transaction_summary import PaymentTerminalTransactionSummary
|
|
312
315
|
from postfinancecheckout.models.payment_terminal_transaction_summary_reference import PaymentTerminalTransactionSummaryReference
|
|
313
316
|
from postfinancecheckout.models.payment_terminal_type import PaymentTerminalType
|
|
314
317
|
from postfinancecheckout.models.payment_terminal_update import PaymentTerminalUpdate
|
|
@@ -368,6 +371,7 @@ from postfinancecheckout.models.refund_type import RefundType
|
|
|
368
371
|
from postfinancecheckout.models.rendered_document import RenderedDocument
|
|
369
372
|
from postfinancecheckout.models.rendered_terminal_receipt import RenderedTerminalReceipt
|
|
370
373
|
from postfinancecheckout.models.rendered_terminal_receipt_list_response import RenderedTerminalReceiptListResponse
|
|
374
|
+
from postfinancecheckout.models.rendered_terminal_transaction_summary import RenderedTerminalTransactionSummary
|
|
371
375
|
from postfinancecheckout.models.rest_address_format import RestAddressFormat
|
|
372
376
|
from postfinancecheckout.models.rest_address_format_field import RestAddressFormatField
|
|
373
377
|
from postfinancecheckout.models.rest_api_bulk_operation_result import RestApiBulkOperationResult
|
|
@@ -493,6 +497,8 @@ from postfinancecheckout.models.tenant_database import TenantDatabase
|
|
|
493
497
|
from postfinancecheckout.models.terminal_list_response import TerminalListResponse
|
|
494
498
|
from postfinancecheckout.models.terminal_receipt_format import TerminalReceiptFormat
|
|
495
499
|
from postfinancecheckout.models.terminal_search_response import TerminalSearchResponse
|
|
500
|
+
from postfinancecheckout.models.terminal_transaction_summary_list_response import TerminalTransactionSummaryListResponse
|
|
501
|
+
from postfinancecheckout.models.terminal_transaction_summary_search_response import TerminalTransactionSummarySearchResponse
|
|
496
502
|
from postfinancecheckout.models.token import Token
|
|
497
503
|
from postfinancecheckout.models.token_create import TokenCreate
|
|
498
504
|
from postfinancecheckout.models.token_list_response import TokenListResponse
|
|
@@ -43,10 +43,10 @@ class PaymentTerminalAddress(BaseModel):
|
|
|
43
43
|
organization_name: Optional[StrictStr] = Field(default=None, description="The organization's name.", alias="organizationName")
|
|
44
44
|
city: Optional[StrictStr] = Field(default=None, description="The city, town or village.")
|
|
45
45
|
given_name: Optional[StrictStr] = Field(default=None, description="The given or first name.", alias="givenName")
|
|
46
|
-
postcode: Optional[
|
|
46
|
+
postcode: Optional[Annotated[str, Field(strict=True, max_length=12)]] = Field(default=None, description="The postal code, also known as ZIP, postcode, etc.")
|
|
47
47
|
dependent_locality: Optional[Annotated[str, Field(strict=True, max_length=100)]] = Field(default=None, description="The dependent locality which is a sub-division of the state.", alias="dependentLocality")
|
|
48
|
-
email_address: Optional[Annotated[str, Field(strict=True, max_length=
|
|
49
|
-
phone_number: Optional[
|
|
48
|
+
email_address: Optional[Annotated[str, Field(strict=True, max_length=80)]] = Field(default=None, description="The email address.", alias="emailAddress")
|
|
49
|
+
phone_number: Optional[Annotated[str, Field(strict=True, max_length=20)]] = Field(default=None, description="The phone number.", alias="phoneNumber")
|
|
50
50
|
sorting_code: Optional[Annotated[str, Field(strict=True, max_length=100)]] = Field(default=None, description="The sorting code identifying the post office where the PO Box is located.", alias="sortingCode")
|
|
51
51
|
street: Optional[StrictStr] = Field(default=None, description="The street or PO Box.")
|
|
52
52
|
family_name: Optional[StrictStr] = Field(default=None, description="The family or last name.", alias="familyName")
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
PostFinance Python SDK
|
|
5
|
+
|
|
6
|
+
This library allows to interact with the PostFinance payment service.
|
|
7
|
+
|
|
8
|
+
Copyright owner: Wallee AG
|
|
9
|
+
Website: https://www.postfinance.ch/en/private.html
|
|
10
|
+
Developer email: ecosystem-team@wallee.com
|
|
11
|
+
|
|
12
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License.
|
|
14
|
+
You may obtain a copy of the License at
|
|
15
|
+
|
|
16
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
+
|
|
18
|
+
Unless required by applicable law or agreed to in writing, software
|
|
19
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
+
See the License for the specific language governing permissions and
|
|
22
|
+
limitations under the License.
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
from __future__ import annotations
|
|
27
|
+
import pprint
|
|
28
|
+
import re # noqa: F401
|
|
29
|
+
import json
|
|
30
|
+
|
|
31
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
|
|
32
|
+
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
33
|
+
from typing import Optional, Set
|
|
34
|
+
from typing_extensions import Self
|
|
35
|
+
|
|
36
|
+
class PaymentTerminalDccTransactionSum(BaseModel):
|
|
37
|
+
"""
|
|
38
|
+
Represents the aggregated summary of Dynamic Currency Conversion (DCC) transactions grouped by brand and currency combinations in a transaction summary receipt.
|
|
39
|
+
""" # noqa: E501
|
|
40
|
+
transaction_currency: Optional[StrictStr] = Field(default=None, description="The original currency of the transactions before DCC conversion (typically the merchant's local currency).", alias="transactionCurrency")
|
|
41
|
+
transaction_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total sum of all transactions in the original transaction currency (the amount in merchant's local currency before DCC conversion).", alias="transactionAmount")
|
|
42
|
+
dcc_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total sum of all transactions in the converted DCC currency (the amount paid by customers in their chosen currency).", alias="dccAmount")
|
|
43
|
+
id: Optional[StrictInt] = Field(default=None, description="A unique identifier for the object.")
|
|
44
|
+
transaction_count: Optional[StrictInt] = Field(default=None, description="The total count of DCC transactions processed for this specific brand and currency combination.", alias="transactionCount")
|
|
45
|
+
dcc_currency: Optional[StrictStr] = Field(default=None, description="The converted currency used in DCC transactions (the currency chosen by the customer for payment).", alias="dccCurrency")
|
|
46
|
+
brand: Optional[StrictStr] = Field(default=None, description="The payment brand for which these DCC transactions are summarized.")
|
|
47
|
+
version: Optional[StrictInt] = Field(default=None, description="The version is used for optimistic locking and incremented whenever the object is updated.")
|
|
48
|
+
__properties: ClassVar[List[str]] = ["transactionCurrency", "transactionAmount", "dccAmount", "id", "transactionCount", "dccCurrency", "brand", "version"]
|
|
49
|
+
|
|
50
|
+
model_config = ConfigDict(
|
|
51
|
+
populate_by_name=True,
|
|
52
|
+
validate_assignment=True,
|
|
53
|
+
protected_namespaces=(),
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def to_str(self) -> str:
|
|
58
|
+
"""Returns the string representation of the model using alias"""
|
|
59
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
60
|
+
|
|
61
|
+
def to_json(self) -> str:
|
|
62
|
+
"""Returns the JSON representation of the model using alias"""
|
|
63
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
64
|
+
return json.dumps(self.to_dict())
|
|
65
|
+
|
|
66
|
+
@classmethod
|
|
67
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
68
|
+
"""Create an instance of PaymentTerminalDccTransactionSum from a JSON string"""
|
|
69
|
+
return cls.from_dict(json.loads(json_str))
|
|
70
|
+
|
|
71
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
72
|
+
"""Return the dictionary representation of the model using alias.
|
|
73
|
+
|
|
74
|
+
This has the following differences from calling pydantic's
|
|
75
|
+
`self.model_dump(by_alias=True)`:
|
|
76
|
+
|
|
77
|
+
* `None` is only added to the output dict for nullable fields that
|
|
78
|
+
were set at model initialization. Other fields with value `None`
|
|
79
|
+
are ignored.
|
|
80
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
81
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
82
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
83
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
84
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
86
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
87
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
88
|
+
"""
|
|
89
|
+
excluded_fields: Set[str] = set([
|
|
90
|
+
"transaction_currency",
|
|
91
|
+
"transaction_amount",
|
|
92
|
+
"dcc_amount",
|
|
93
|
+
"id",
|
|
94
|
+
"transaction_count",
|
|
95
|
+
"dcc_currency",
|
|
96
|
+
"brand",
|
|
97
|
+
"version",
|
|
98
|
+
])
|
|
99
|
+
|
|
100
|
+
_dict = self.model_dump(
|
|
101
|
+
by_alias=True,
|
|
102
|
+
exclude=excluded_fields,
|
|
103
|
+
exclude_none=True,
|
|
104
|
+
)
|
|
105
|
+
return _dict
|
|
106
|
+
|
|
107
|
+
@classmethod
|
|
108
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
109
|
+
"""Create an instance of PaymentTerminalDccTransactionSum from a dict"""
|
|
110
|
+
if obj is None:
|
|
111
|
+
return None
|
|
112
|
+
|
|
113
|
+
if not isinstance(obj, dict):
|
|
114
|
+
return cls.model_validate(obj)
|
|
115
|
+
|
|
116
|
+
_obj = cls.model_validate({
|
|
117
|
+
"transactionCurrency": obj.get("transactionCurrency"),
|
|
118
|
+
"transactionAmount": obj.get("transactionAmount"),
|
|
119
|
+
"dccAmount": obj.get("dccAmount"),
|
|
120
|
+
"id": obj.get("id"),
|
|
121
|
+
"transactionCount": obj.get("transactionCount"),
|
|
122
|
+
"dccCurrency": obj.get("dccCurrency"),
|
|
123
|
+
"brand": obj.get("brand"),
|
|
124
|
+
"version": obj.get("version")
|
|
125
|
+
})
|
|
126
|
+
return _obj
|
|
127
|
+
|
|
128
|
+
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
PostFinance Python SDK
|
|
5
|
+
|
|
6
|
+
This library allows to interact with the PostFinance payment service.
|
|
7
|
+
|
|
8
|
+
Copyright owner: Wallee AG
|
|
9
|
+
Website: https://www.postfinance.ch/en/private.html
|
|
10
|
+
Developer email: ecosystem-team@wallee.com
|
|
11
|
+
|
|
12
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License.
|
|
14
|
+
You may obtain a copy of the License at
|
|
15
|
+
|
|
16
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
+
|
|
18
|
+
Unless required by applicable law or agreed to in writing, software
|
|
19
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
+
See the License for the specific language governing permissions and
|
|
22
|
+
limitations under the License.
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
from __future__ import annotations
|
|
27
|
+
import pprint
|
|
28
|
+
import re # noqa: F401
|
|
29
|
+
import json
|
|
30
|
+
|
|
31
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
|
|
32
|
+
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
33
|
+
from typing import Optional, Set
|
|
34
|
+
from typing_extensions import Self
|
|
35
|
+
|
|
36
|
+
class PaymentTerminalTransactionSum(BaseModel):
|
|
37
|
+
"""
|
|
38
|
+
Represents the aggregated transaction data for a specific brand and currency, including regular and DCC (Dynamic Currency Conversion) transactions.
|
|
39
|
+
""" # noqa: E501
|
|
40
|
+
transaction_tip_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total amount of tips from regular (non-DCC) transactions in the transaction currency.", alias="transactionTipAmount")
|
|
41
|
+
product: Optional[StrictStr] = Field(default=None, description="The product within the brand for which transactions are summarized.")
|
|
42
|
+
transaction_currency: Optional[StrictStr] = Field(default=None, description="The base currency in which the transactions were processed and settled, excluding any DCC conversions.", alias="transactionCurrency")
|
|
43
|
+
transaction_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total monetary value of all transactions in the transaction currency, excluding DCC transactions.", alias="transactionAmount")
|
|
44
|
+
dcc_tip_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total amount of tips from DCC transactions, converted and presented in the transaction currency.", alias="dccTipAmount")
|
|
45
|
+
id: Optional[StrictInt] = Field(default=None, description="A unique identifier for the object.")
|
|
46
|
+
transaction_count: Optional[StrictInt] = Field(default=None, description="The total count of regular (non-DCC) transactions processed within this summary period.", alias="transactionCount")
|
|
47
|
+
brand: Optional[StrictStr] = Field(default=None, description="The payment brand for which the transactions are summarized.")
|
|
48
|
+
dcc_transaction_count: Optional[StrictInt] = Field(default=None, description="The number of transactions where Dynamic Currency Conversion (DCC) was applied, allowing customers to pay in their home currency.", alias="dccTransactionCount")
|
|
49
|
+
version: Optional[StrictInt] = Field(default=None, description="The version is used for optimistic locking and incremented whenever the object is updated.")
|
|
50
|
+
dcc_transaction_amount: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The total monetary value of DCC transactions, converted and presented in the transaction currency.", alias="dccTransactionAmount")
|
|
51
|
+
__properties: ClassVar[List[str]] = ["transactionTipAmount", "product", "transactionCurrency", "transactionAmount", "dccTipAmount", "id", "transactionCount", "brand", "dccTransactionCount", "version", "dccTransactionAmount"]
|
|
52
|
+
|
|
53
|
+
model_config = ConfigDict(
|
|
54
|
+
populate_by_name=True,
|
|
55
|
+
validate_assignment=True,
|
|
56
|
+
protected_namespaces=(),
|
|
57
|
+
)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def to_str(self) -> str:
|
|
61
|
+
"""Returns the string representation of the model using alias"""
|
|
62
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
63
|
+
|
|
64
|
+
def to_json(self) -> str:
|
|
65
|
+
"""Returns the JSON representation of the model using alias"""
|
|
66
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
67
|
+
return json.dumps(self.to_dict())
|
|
68
|
+
|
|
69
|
+
@classmethod
|
|
70
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
71
|
+
"""Create an instance of PaymentTerminalTransactionSum from a JSON string"""
|
|
72
|
+
return cls.from_dict(json.loads(json_str))
|
|
73
|
+
|
|
74
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
75
|
+
"""Return the dictionary representation of the model using alias.
|
|
76
|
+
|
|
77
|
+
This has the following differences from calling pydantic's
|
|
78
|
+
`self.model_dump(by_alias=True)`:
|
|
79
|
+
|
|
80
|
+
* `None` is only added to the output dict for nullable fields that
|
|
81
|
+
were set at model initialization. Other fields with value `None`
|
|
82
|
+
are ignored.
|
|
83
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
84
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
86
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
87
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
88
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
89
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
90
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
91
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
92
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
93
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
94
|
+
"""
|
|
95
|
+
excluded_fields: Set[str] = set([
|
|
96
|
+
"transaction_tip_amount",
|
|
97
|
+
"product",
|
|
98
|
+
"transaction_currency",
|
|
99
|
+
"transaction_amount",
|
|
100
|
+
"dcc_tip_amount",
|
|
101
|
+
"id",
|
|
102
|
+
"transaction_count",
|
|
103
|
+
"brand",
|
|
104
|
+
"dcc_transaction_count",
|
|
105
|
+
"version",
|
|
106
|
+
"dcc_transaction_amount",
|
|
107
|
+
])
|
|
108
|
+
|
|
109
|
+
_dict = self.model_dump(
|
|
110
|
+
by_alias=True,
|
|
111
|
+
exclude=excluded_fields,
|
|
112
|
+
exclude_none=True,
|
|
113
|
+
)
|
|
114
|
+
return _dict
|
|
115
|
+
|
|
116
|
+
@classmethod
|
|
117
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
118
|
+
"""Create an instance of PaymentTerminalTransactionSum from a dict"""
|
|
119
|
+
if obj is None:
|
|
120
|
+
return None
|
|
121
|
+
|
|
122
|
+
if not isinstance(obj, dict):
|
|
123
|
+
return cls.model_validate(obj)
|
|
124
|
+
|
|
125
|
+
_obj = cls.model_validate({
|
|
126
|
+
"transactionTipAmount": obj.get("transactionTipAmount"),
|
|
127
|
+
"product": obj.get("product"),
|
|
128
|
+
"transactionCurrency": obj.get("transactionCurrency"),
|
|
129
|
+
"transactionAmount": obj.get("transactionAmount"),
|
|
130
|
+
"dccTipAmount": obj.get("dccTipAmount"),
|
|
131
|
+
"id": obj.get("id"),
|
|
132
|
+
"transactionCount": obj.get("transactionCount"),
|
|
133
|
+
"brand": obj.get("brand"),
|
|
134
|
+
"dccTransactionCount": obj.get("dccTransactionCount"),
|
|
135
|
+
"version": obj.get("version"),
|
|
136
|
+
"dccTransactionAmount": obj.get("dccTransactionAmount")
|
|
137
|
+
})
|
|
138
|
+
return _obj
|
|
139
|
+
|
|
140
|
+
|