postfinancecheckout 4.2.0__tar.gz → 5.1.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-4.2.0 → postfinancecheckout-5.1.0}/PKG-INFO +2 -3
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/README.md +1 -2
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/refund_comment_service_api.py +12 -12
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_comment_service_api.py +12 -12
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_invoice_comment_service_api.py +12 -12
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/webhook_encryption_service_api.py +3 -3
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api_client.py +11 -6
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/configuration.py +5 -5
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/encryption_util.py +1 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_webhook_listener_update.py +27 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_transaction.py +27 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_connector_configuration.py +27 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_listener.py +27 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout.egg-info/PKG-INFO +2 -3
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout.egg-info/SOURCES.txt +4 -1
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/setup.py +2 -2
- postfinancecheckout-5.1.0/test/test_charge_attempt_service.py +81 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_refund.py +15 -2
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_transaction_completion_service.py +3 -0
- postfinancecheckout-5.1.0/test/test_transaction_invoice_service.py +132 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_transaction_service.py +18 -2
- postfinancecheckout-5.1.0/test/test_webhook_encryption_service.py +78 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/LICENSE +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/__init__.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/__init__.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/account_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/analytics_query_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/application_user_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/bank_account_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/card_processing_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/charge_attempt_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/charge_bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/charge_flow_level_payment_link_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/charge_flow_level_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/charge_flow_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/condition_type_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/country_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/country_state_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/currency_bank_account_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/currency_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/customer_address_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/customer_comment_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/customer_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/delivery_indication_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/document_template_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/document_template_type_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/external_transfer_bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/human_user_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/internal_transfer_bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/invoice_reconciliation_record_invoice_link_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/invoice_reconciliation_record_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/invoice_reimbursement_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/label_description_group_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/label_description_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/language_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/legal_organization_form_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/manual_task_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_connector_configuration_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_connector_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_link_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_method_brand_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_method_configuration_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_method_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_processor_configuration_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_processor_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_terminal_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_terminal_till_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/payment_terminal_transaction_summary_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/permission_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/refund_bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/refund_recovery_bank_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/refund_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_recurring_order_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_subscriber_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_subscription_product_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_subscription_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_subscription_suspension_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_subscription_version_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/shopify_transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/space_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/static_value_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/token_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/token_version_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_completion_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_iframe_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_invoice_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_lightbox_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_line_item_version_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_mobile_sdk_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_payment_page_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_terminal_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/transaction_void_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/user_account_role_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/user_space_role_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/web_app_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/webhook_listener_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/api/webhook_url_service_api.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/__init__.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_account_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_application_user_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_customer_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_customer_address_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_customer_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_human_user_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_payment_link_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_refund_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_shopify_subscription_product_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_space_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_token_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_transaction_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_transaction_invoice_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_transaction_pending.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/abstract_webhook_url_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/account.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/account_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/account_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/account_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/account_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/address_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_query.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_query_execution.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_query_execution_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_query_result_batch.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_schema_column.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/analytics_schema_table.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/application_user.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/application_user_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/application_user_create_with_mac_key.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/application_user_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/authenticated_card_data.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/authenticated_card_data_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_account.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_account_environment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_account_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_account_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_transaction_flow_direction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_transaction_source.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_transaction_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/bank_transaction_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/card_authentication_response.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/card_authentication_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/card_cryptogram.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/card_cryptogram_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/card_cryptogram_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/cardholder_authentication.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/cardholder_authentication_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_attempt.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_attempt_environment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_attempt_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_bank_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow_level.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow_level_configuration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow_level_configuration_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow_level_payment_link.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_flow_level_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/charge_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/client_error.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/client_error_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/completion_line_item.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/completion_line_item_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/condition.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/condition_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/connector_invocation.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/connector_invocation_stage.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/creation_entity_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/criteria_operator.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/currency_bank_account.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_address_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_address_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_address_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_comment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_comment_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_postal_address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customer_postal_address_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/customers_presence.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/data_collection_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/delivery_indication.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/delivery_indication_decision_reason.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/delivery_indication_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/document_template.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/document_template_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/document_template_type_group.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_export_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_query.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_query_filter.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_query_filter_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_query_order_by.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/entity_query_order_by_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/environment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/external_transfer_bank_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/failure_category.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/failure_reason.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/feature.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/feature_category.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/gender.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/human_user.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/human_user_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/human_user_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/internal_transfer_bank_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reconciliation_record.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reconciliation_record_invoice_link.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reconciliation_record_rejection_status.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reconciliation_record_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reconciliation_record_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reimbursement.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reimbursement_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/invoice_reimbursement_with_refund_reference.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/label.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/label_descriptor.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/label_descriptor_category.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/label_descriptor_group.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/label_descriptor_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/legal_organization_form.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_attribute.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_attribute_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_reduction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_reduction_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/line_item_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/localized_string.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/manual_task.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/manual_task_action.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/manual_task_action_style.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/manual_task_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/manual_task_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/one_click_payment_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_adjustment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_adjustment_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_connector.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_connector_feature.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_contract.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_contract_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_contract_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_information_hash.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_information_hash_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_initiation_advice_file.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_initiation_advice_file_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link_address_handling_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link_protection_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_link_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_method.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_method_brand.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_method_configuration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_primary_risk_taker.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_processor.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_processor_configuration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_configuration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_configuration_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_configuration_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_configuration_version_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_dcc_transaction_sum.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_location.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_location_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_location_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_location_version_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_receipt_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_transaction_sum.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_transaction_summary.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_transaction_summary_fetch_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/payment_terminal_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/permission.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/recurring_indicator.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_bank_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_comment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_comment_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_recovery_bank_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/refund_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rendered_document.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rendered_terminal_receipt.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rendered_terminal_transaction_summary.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/resource_path.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/resource_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_address_format.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_address_format_field.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_country.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_country_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_currency.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/rest_language.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/role.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/role_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/sales_channel.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/scope.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/server_error.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_additional_line_item_data.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_integration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_integration_payment_app_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_integration_subscription_app_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_recurring_order.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_recurring_order_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_recurring_order_update_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscriber.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscriber_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscriber_creation.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscriber_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_address_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_billing_interval_unit.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_creation_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_model_billing_configuration.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_model_item.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_model_tax_line.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_product.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_product_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_product_pricing_option.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_product_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_product_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_suspension.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_suspension_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_suspension_initiator.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_suspension_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_suspension_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_update_addresses_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_update_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_version_item.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_version_item_price_strategy.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_version_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_subscription_weekday.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_tax_line.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/shopify_transaction_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space_address.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space_address_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/space_view.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/static_value.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tax.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tax_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tenant_database.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/terminal_receipt_fetch_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/terminal_receipt_format.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token_version_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/token_version_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tokenization_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tokenized_card_data.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/tokenized_card_data_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_aware_entity.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_comment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_comment_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_completion.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_completion_behavior.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_completion_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_completion_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_completion_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_environment_selection_strategy.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_group.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_group_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice_comment.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice_comment_active.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice_comment_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice_replacement.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_invoice_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_line_item_version.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_line_item_version_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_line_item_version_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_pending.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_user_interface_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_void.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_void_mode.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/transaction_void_state.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/two_factor_authentication_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/user.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/user_account_role.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/user_space_role.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/user_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/wallet_type.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/web_app_confirmation_request.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/web_app_confirmation_response.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_encryption_public_key.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_identity.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_listener_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_listener_entity.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_listener_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_url.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_url_create.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/models/webhook_url_update.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/rest.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout.egg-info/dependency_links.txt +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout.egg-info/requires.txt +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout.egg-info/top_level.txt +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/setup.cfg +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_transaction_iframe_service.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_transaction_lightbox_service.py +0 -0
- {postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/test/test_transaction_payment_page_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: postfinancecheckout
|
|
3
|
-
Version:
|
|
3
|
+
Version: 5.1.0
|
|
4
4
|
Summary: SDK that allows you to access PostFinance Checkout
|
|
5
5
|
Author: Wallee AG
|
|
6
6
|
License: Apache-2.0
|
|
@@ -45,7 +45,7 @@ Library facilitates your interaction with various services such as transactions,
|
|
|
45
45
|
pip3 install --upgrade postfinancecheckout
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
### pip3 install from source via
|
|
48
|
+
### pip3 install from source via GitHub
|
|
49
49
|
|
|
50
50
|
```sh
|
|
51
51
|
pip3 install git+http://github.com/pfpayments/python-sdk.git
|
|
@@ -73,7 +73,6 @@ You can also optionally set `default_headers` to set some headers that will be s
|
|
|
73
73
|
```python
|
|
74
74
|
from postfinancecheckout import Configuration
|
|
75
75
|
from postfinancecheckout.api import TransactionServiceApi, TransactionPaymentPageServiceApi
|
|
76
|
-
from postfinancecheckout.models import LineItem, LineItemType, TransactionCreate
|
|
77
76
|
|
|
78
77
|
space_id = 405
|
|
79
78
|
|
|
@@ -21,7 +21,7 @@ Library facilitates your interaction with various services such as transactions,
|
|
|
21
21
|
pip3 install --upgrade postfinancecheckout
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
### pip3 install from source via
|
|
24
|
+
### pip3 install from source via GitHub
|
|
25
25
|
|
|
26
26
|
```sh
|
|
27
27
|
pip3 install git+http://github.com/pfpayments/python-sdk.git
|
|
@@ -49,7 +49,6 @@ You can also optionally set `default_headers` to set some headers that will be s
|
|
|
49
49
|
```python
|
|
50
50
|
from postfinancecheckout import Configuration
|
|
51
51
|
from postfinancecheckout.api import TransactionServiceApi, TransactionPaymentPageServiceApi
|
|
52
|
-
from postfinancecheckout.models import LineItem, LineItemType, TransactionCreate
|
|
53
52
|
|
|
54
53
|
space_id = 405
|
|
55
54
|
|
|
@@ -135,7 +135,7 @@ class RefundCommentServiceApi:
|
|
|
135
135
|
|
|
136
136
|
:param async_req bool
|
|
137
137
|
:param int space_id: (required)
|
|
138
|
-
:param RefundCommentCreate entity:
|
|
138
|
+
:param RefundCommentCreate entity: The comment object which should be created. (required)
|
|
139
139
|
:return: RefundComment
|
|
140
140
|
If the method is called asynchronously,
|
|
141
141
|
returns the request thread.
|
|
@@ -161,7 +161,7 @@ class RefundCommentServiceApi:
|
|
|
161
161
|
|
|
162
162
|
:param async_req bool
|
|
163
163
|
:param int space_id: (required)
|
|
164
|
-
:param RefundCommentCreate entity:
|
|
164
|
+
:param RefundCommentCreate entity: The comment object which should be created. (required)
|
|
165
165
|
:return: RefundComment
|
|
166
166
|
If the method is called asynchronously,
|
|
167
167
|
returns the request thread.
|
|
@@ -309,8 +309,6 @@ class RefundCommentServiceApi:
|
|
|
309
309
|
query_params = []
|
|
310
310
|
if 'space_id' in params:
|
|
311
311
|
query_params.append(('spaceId', params['space_id']))
|
|
312
|
-
if 'id' in params:
|
|
313
|
-
query_params.append(('id', params['id']))
|
|
314
312
|
|
|
315
313
|
header_params = {}
|
|
316
314
|
|
|
@@ -318,6 +316,8 @@ class RefundCommentServiceApi:
|
|
|
318
316
|
local_var_files = {}
|
|
319
317
|
|
|
320
318
|
body_params = None
|
|
319
|
+
if 'id' in params:
|
|
320
|
+
body_params = params['id']
|
|
321
321
|
# HTTP header `Accept`
|
|
322
322
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
323
323
|
['application/json;charset=utf-8'])
|
|
@@ -357,7 +357,7 @@ class RefundCommentServiceApi:
|
|
|
357
357
|
|
|
358
358
|
:param async_req bool
|
|
359
359
|
:param int space_id: (required)
|
|
360
|
-
:param int id:
|
|
360
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
361
361
|
:return: None
|
|
362
362
|
If the method is called asynchronously,
|
|
363
363
|
returns the request thread.
|
|
@@ -383,7 +383,7 @@ class RefundCommentServiceApi:
|
|
|
383
383
|
|
|
384
384
|
:param async_req bool
|
|
385
385
|
:param int space_id: (required)
|
|
386
|
-
:param int id:
|
|
386
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
387
387
|
:return: None
|
|
388
388
|
If the method is called asynchronously,
|
|
389
389
|
returns the request thread.
|
|
@@ -468,7 +468,7 @@ class RefundCommentServiceApi:
|
|
|
468
468
|
|
|
469
469
|
:param async_req bool
|
|
470
470
|
:param int space_id: (required)
|
|
471
|
-
:param int id:
|
|
471
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
472
472
|
:return: RefundComment
|
|
473
473
|
If the method is called asynchronously,
|
|
474
474
|
returns the request thread.
|
|
@@ -494,7 +494,7 @@ class RefundCommentServiceApi:
|
|
|
494
494
|
|
|
495
495
|
:param async_req bool
|
|
496
496
|
:param int space_id: (required)
|
|
497
|
-
:param int id:
|
|
497
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
498
498
|
:return: RefundComment
|
|
499
499
|
If the method is called asynchronously,
|
|
500
500
|
returns the request thread.
|
|
@@ -579,7 +579,7 @@ class RefundCommentServiceApi:
|
|
|
579
579
|
|
|
580
580
|
:param async_req bool
|
|
581
581
|
:param int space_id: (required)
|
|
582
|
-
:param int id:
|
|
582
|
+
:param int id: The id of the comment to unpin. (required)
|
|
583
583
|
:return: None
|
|
584
584
|
If the method is called asynchronously,
|
|
585
585
|
returns the request thread.
|
|
@@ -605,7 +605,7 @@ class RefundCommentServiceApi:
|
|
|
605
605
|
|
|
606
606
|
:param async_req bool
|
|
607
607
|
:param int space_id: (required)
|
|
608
|
-
:param int id:
|
|
608
|
+
:param int id: The id of the comment to unpin. (required)
|
|
609
609
|
:return: None
|
|
610
610
|
If the method is called asynchronously,
|
|
611
611
|
returns the request thread.
|
|
@@ -690,7 +690,7 @@ class RefundCommentServiceApi:
|
|
|
690
690
|
|
|
691
691
|
:param async_req bool
|
|
692
692
|
:param int space_id: (required)
|
|
693
|
-
:param RefundCommentActive entity:
|
|
693
|
+
:param RefundCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
694
694
|
:return: RefundComment
|
|
695
695
|
If the method is called asynchronously,
|
|
696
696
|
returns the request thread.
|
|
@@ -716,7 +716,7 @@ class RefundCommentServiceApi:
|
|
|
716
716
|
|
|
717
717
|
:param async_req bool
|
|
718
718
|
:param int space_id: (required)
|
|
719
|
-
:param RefundCommentActive entity:
|
|
719
|
+
:param RefundCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
720
720
|
:return: RefundComment
|
|
721
721
|
If the method is called asynchronously,
|
|
722
722
|
returns the request thread.
|
|
@@ -135,7 +135,7 @@ class TransactionCommentServiceApi:
|
|
|
135
135
|
|
|
136
136
|
:param async_req bool
|
|
137
137
|
:param int space_id: (required)
|
|
138
|
-
:param TransactionCommentCreate entity:
|
|
138
|
+
:param TransactionCommentCreate entity: The comment object which should be created. (required)
|
|
139
139
|
:return: TransactionComment
|
|
140
140
|
If the method is called asynchronously,
|
|
141
141
|
returns the request thread.
|
|
@@ -161,7 +161,7 @@ class TransactionCommentServiceApi:
|
|
|
161
161
|
|
|
162
162
|
:param async_req bool
|
|
163
163
|
:param int space_id: (required)
|
|
164
|
-
:param TransactionCommentCreate entity:
|
|
164
|
+
:param TransactionCommentCreate entity: The comment object which should be created. (required)
|
|
165
165
|
:return: TransactionComment
|
|
166
166
|
If the method is called asynchronously,
|
|
167
167
|
returns the request thread.
|
|
@@ -309,8 +309,6 @@ class TransactionCommentServiceApi:
|
|
|
309
309
|
query_params = []
|
|
310
310
|
if 'space_id' in params:
|
|
311
311
|
query_params.append(('spaceId', params['space_id']))
|
|
312
|
-
if 'id' in params:
|
|
313
|
-
query_params.append(('id', params['id']))
|
|
314
312
|
|
|
315
313
|
header_params = {}
|
|
316
314
|
|
|
@@ -318,6 +316,8 @@ class TransactionCommentServiceApi:
|
|
|
318
316
|
local_var_files = {}
|
|
319
317
|
|
|
320
318
|
body_params = None
|
|
319
|
+
if 'id' in params:
|
|
320
|
+
body_params = params['id']
|
|
321
321
|
# HTTP header `Accept`
|
|
322
322
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
323
323
|
['application/json;charset=utf-8'])
|
|
@@ -357,7 +357,7 @@ class TransactionCommentServiceApi:
|
|
|
357
357
|
|
|
358
358
|
:param async_req bool
|
|
359
359
|
:param int space_id: (required)
|
|
360
|
-
:param int id:
|
|
360
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
361
361
|
:return: None
|
|
362
362
|
If the method is called asynchronously,
|
|
363
363
|
returns the request thread.
|
|
@@ -383,7 +383,7 @@ class TransactionCommentServiceApi:
|
|
|
383
383
|
|
|
384
384
|
:param async_req bool
|
|
385
385
|
:param int space_id: (required)
|
|
386
|
-
:param int id:
|
|
386
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
387
387
|
:return: None
|
|
388
388
|
If the method is called asynchronously,
|
|
389
389
|
returns the request thread.
|
|
@@ -468,7 +468,7 @@ class TransactionCommentServiceApi:
|
|
|
468
468
|
|
|
469
469
|
:param async_req bool
|
|
470
470
|
:param int space_id: (required)
|
|
471
|
-
:param int id:
|
|
471
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
472
472
|
:return: TransactionComment
|
|
473
473
|
If the method is called asynchronously,
|
|
474
474
|
returns the request thread.
|
|
@@ -494,7 +494,7 @@ class TransactionCommentServiceApi:
|
|
|
494
494
|
|
|
495
495
|
:param async_req bool
|
|
496
496
|
:param int space_id: (required)
|
|
497
|
-
:param int id:
|
|
497
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
498
498
|
:return: TransactionComment
|
|
499
499
|
If the method is called asynchronously,
|
|
500
500
|
returns the request thread.
|
|
@@ -579,7 +579,7 @@ class TransactionCommentServiceApi:
|
|
|
579
579
|
|
|
580
580
|
:param async_req bool
|
|
581
581
|
:param int space_id: (required)
|
|
582
|
-
:param int id:
|
|
582
|
+
:param int id: The id of the comment to unpin. (required)
|
|
583
583
|
:return: None
|
|
584
584
|
If the method is called asynchronously,
|
|
585
585
|
returns the request thread.
|
|
@@ -605,7 +605,7 @@ class TransactionCommentServiceApi:
|
|
|
605
605
|
|
|
606
606
|
:param async_req bool
|
|
607
607
|
:param int space_id: (required)
|
|
608
|
-
:param int id:
|
|
608
|
+
:param int id: The id of the comment to unpin. (required)
|
|
609
609
|
:return: None
|
|
610
610
|
If the method is called asynchronously,
|
|
611
611
|
returns the request thread.
|
|
@@ -690,7 +690,7 @@ class TransactionCommentServiceApi:
|
|
|
690
690
|
|
|
691
691
|
:param async_req bool
|
|
692
692
|
:param int space_id: (required)
|
|
693
|
-
:param TransactionCommentActive entity:
|
|
693
|
+
:param TransactionCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
694
694
|
:return: TransactionComment
|
|
695
695
|
If the method is called asynchronously,
|
|
696
696
|
returns the request thread.
|
|
@@ -716,7 +716,7 @@ class TransactionCommentServiceApi:
|
|
|
716
716
|
|
|
717
717
|
:param async_req bool
|
|
718
718
|
:param int space_id: (required)
|
|
719
|
-
:param TransactionCommentActive entity:
|
|
719
|
+
:param TransactionCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
720
720
|
:return: TransactionComment
|
|
721
721
|
If the method is called asynchronously,
|
|
722
722
|
returns the request thread.
|
|
@@ -135,7 +135,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
135
135
|
|
|
136
136
|
:param async_req bool
|
|
137
137
|
:param int space_id: (required)
|
|
138
|
-
:param TransactionInvoiceCommentCreate entity:
|
|
138
|
+
:param TransactionInvoiceCommentCreate entity: The comment object which should be created. (required)
|
|
139
139
|
:return: TransactionInvoiceComment
|
|
140
140
|
If the method is called asynchronously,
|
|
141
141
|
returns the request thread.
|
|
@@ -161,7 +161,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
161
161
|
|
|
162
162
|
:param async_req bool
|
|
163
163
|
:param int space_id: (required)
|
|
164
|
-
:param TransactionInvoiceCommentCreate entity:
|
|
164
|
+
:param TransactionInvoiceCommentCreate entity: The comment object which should be created. (required)
|
|
165
165
|
:return: TransactionInvoiceComment
|
|
166
166
|
If the method is called asynchronously,
|
|
167
167
|
returns the request thread.
|
|
@@ -309,8 +309,6 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
309
309
|
query_params = []
|
|
310
310
|
if 'space_id' in params:
|
|
311
311
|
query_params.append(('spaceId', params['space_id']))
|
|
312
|
-
if 'id' in params:
|
|
313
|
-
query_params.append(('id', params['id']))
|
|
314
312
|
|
|
315
313
|
header_params = {}
|
|
316
314
|
|
|
@@ -318,6 +316,8 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
318
316
|
local_var_files = {}
|
|
319
317
|
|
|
320
318
|
body_params = None
|
|
319
|
+
if 'id' in params:
|
|
320
|
+
body_params = params['id']
|
|
321
321
|
# HTTP header `Accept`
|
|
322
322
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
323
323
|
['application/json;charset=utf-8'])
|
|
@@ -357,7 +357,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
357
357
|
|
|
358
358
|
:param async_req bool
|
|
359
359
|
:param int space_id: (required)
|
|
360
|
-
:param int id:
|
|
360
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
361
361
|
:return: None
|
|
362
362
|
If the method is called asynchronously,
|
|
363
363
|
returns the request thread.
|
|
@@ -383,7 +383,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
383
383
|
|
|
384
384
|
:param async_req bool
|
|
385
385
|
:param int space_id: (required)
|
|
386
|
-
:param int id:
|
|
386
|
+
:param int id: The id of the comment to pin to the top. (required)
|
|
387
387
|
:return: None
|
|
388
388
|
If the method is called asynchronously,
|
|
389
389
|
returns the request thread.
|
|
@@ -468,7 +468,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
468
468
|
|
|
469
469
|
:param async_req bool
|
|
470
470
|
:param int space_id: (required)
|
|
471
|
-
:param int id:
|
|
471
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
472
472
|
:return: TransactionInvoiceComment
|
|
473
473
|
If the method is called asynchronously,
|
|
474
474
|
returns the request thread.
|
|
@@ -494,7 +494,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
494
494
|
|
|
495
495
|
:param async_req bool
|
|
496
496
|
:param int space_id: (required)
|
|
497
|
-
:param int id:
|
|
497
|
+
:param int id: The id of the comment which should be returned. (required)
|
|
498
498
|
:return: TransactionInvoiceComment
|
|
499
499
|
If the method is called asynchronously,
|
|
500
500
|
returns the request thread.
|
|
@@ -579,7 +579,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
579
579
|
|
|
580
580
|
:param async_req bool
|
|
581
581
|
:param int space_id: (required)
|
|
582
|
-
:param int id:
|
|
582
|
+
:param int id: The id of the comment to unpin. (required)
|
|
583
583
|
:return: None
|
|
584
584
|
If the method is called asynchronously,
|
|
585
585
|
returns the request thread.
|
|
@@ -605,7 +605,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
605
605
|
|
|
606
606
|
:param async_req bool
|
|
607
607
|
:param int space_id: (required)
|
|
608
|
-
:param int id:
|
|
608
|
+
:param int id: The id of the comment to unpin. (required)
|
|
609
609
|
:return: None
|
|
610
610
|
If the method is called asynchronously,
|
|
611
611
|
returns the request thread.
|
|
@@ -690,7 +690,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
690
690
|
|
|
691
691
|
:param async_req bool
|
|
692
692
|
:param int space_id: (required)
|
|
693
|
-
:param TransactionInvoiceCommentActive entity:
|
|
693
|
+
:param TransactionInvoiceCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
694
694
|
:return: TransactionInvoiceComment
|
|
695
695
|
If the method is called asynchronously,
|
|
696
696
|
returns the request thread.
|
|
@@ -716,7 +716,7 @@ class TransactionInvoiceCommentServiceApi:
|
|
|
716
716
|
|
|
717
717
|
:param async_req bool
|
|
718
718
|
:param int space_id: (required)
|
|
719
|
-
:param TransactionInvoiceCommentActive entity:
|
|
719
|
+
:param TransactionInvoiceCommentActive entity: The comment object with the properties which should be updated. (required)
|
|
720
720
|
:return: TransactionInvoiceComment
|
|
721
721
|
If the method is called asynchronously,
|
|
722
722
|
returns the request thread.
|
|
@@ -134,12 +134,12 @@ class WebhookEncryptionServiceApi:
|
|
|
134
134
|
public_key_id = matcher.group(2)
|
|
135
135
|
content_signature = matcher.group(3)
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
public_key_response = WebhookEncryptionServiceApi.read(self, public_key_id)
|
|
138
138
|
|
|
139
|
-
if
|
|
139
|
+
if public_key_response is None or public_key_response.public_key is None:
|
|
140
140
|
raise ValueError(f"Could not find public key with id {public_key_id}")
|
|
141
141
|
|
|
142
|
-
return EncryptionUtil.is_content_valid(content_to_verify, content_signature,
|
|
142
|
+
return EncryptionUtil.is_content_valid(content_to_verify, content_signature, public_key_response.public_key,
|
|
143
143
|
signature_algorithm)
|
|
144
144
|
else:
|
|
145
145
|
raise ValueError(
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Python SDK
|
|
6
6
|
|
|
7
|
-
OpenAPI spec version:
|
|
7
|
+
OpenAPI spec version: 5.1.0
|
|
8
8
|
|
|
9
9
|
"""
|
|
10
10
|
|
|
@@ -25,6 +25,7 @@ import tempfile
|
|
|
25
25
|
from enum import Enum
|
|
26
26
|
import six
|
|
27
27
|
import platform
|
|
28
|
+
|
|
28
29
|
from six.moves.urllib.parse import quote
|
|
29
30
|
from dateutil.parser import parse as date_util_parse
|
|
30
31
|
import sys
|
|
@@ -67,7 +68,7 @@ class ApiClient:
|
|
|
67
68
|
self.default_headers[header_name] = header_value
|
|
68
69
|
self.cookie = cookie
|
|
69
70
|
# Set default User-Agent.
|
|
70
|
-
self.user_agent = 'postfinancecheckout/
|
|
71
|
+
self.user_agent = 'postfinancecheckout/5.1.0/python'
|
|
71
72
|
|
|
72
73
|
def __del__(self):
|
|
73
74
|
if self._pool is not None:
|
|
@@ -106,7 +107,7 @@ class ApiClient:
|
|
|
106
107
|
|
|
107
108
|
# predefined default headers
|
|
108
109
|
default_headers = {
|
|
109
|
-
'x-meta-sdk-version': '
|
|
110
|
+
'x-meta-sdk-version': '5.1.0',
|
|
110
111
|
'x-meta-sdk-language': 'python',
|
|
111
112
|
'x-meta-sdk-provider': 'PostFinance Checkout',
|
|
112
113
|
'x-meta-sdk-language-version': platform.python_version()
|
|
@@ -175,6 +176,10 @@ class ApiClient:
|
|
|
175
176
|
else:
|
|
176
177
|
return_data = None
|
|
177
178
|
|
|
179
|
+
if response_type is not None and hasattr(postfinancecheckout.models, response_type):
|
|
180
|
+
if all(value is None for value in return_data.__dict__.values()):
|
|
181
|
+
return_data = None
|
|
182
|
+
|
|
178
183
|
if _return_http_data_only:
|
|
179
184
|
return (return_data)
|
|
180
185
|
else:
|
|
@@ -451,7 +456,7 @@ class ApiClient:
|
|
|
451
456
|
continue
|
|
452
457
|
file_names = v if type(v) is list else [v]
|
|
453
458
|
for n in file_names:
|
|
454
|
-
with open(n, 'rb') as f:
|
|
459
|
+
with open(n, 'rb', encoding="utf8") as f:
|
|
455
460
|
filename = os.path.basename(f.name)
|
|
456
461
|
filedata = f.read()
|
|
457
462
|
mimetype = (mimetypes.guess_type(filename)[0] or
|
|
@@ -536,7 +541,7 @@ class ApiClient:
|
|
|
536
541
|
content_disposition).group(1)
|
|
537
542
|
path = os.path.join(os.path.dirname(path), filename)
|
|
538
543
|
|
|
539
|
-
with open(path, "wb") as f:
|
|
544
|
+
with open(path, "wb", encoding="utf8") as f:
|
|
540
545
|
f.write(response.data)
|
|
541
546
|
|
|
542
547
|
return path
|
|
@@ -557,7 +562,7 @@ class ApiClient:
|
|
|
557
562
|
return data
|
|
558
563
|
|
|
559
564
|
def __deserialize_object(self, value):
|
|
560
|
-
"""Return
|
|
565
|
+
"""Return an original value.
|
|
561
566
|
|
|
562
567
|
:return: object.
|
|
563
568
|
"""
|
{postfinancecheckout-4.2.0 → postfinancecheckout-5.1.0}/postfinancecheckout/configuration.py
RENAMED
|
@@ -37,11 +37,11 @@ class Configuration:
|
|
|
37
37
|
# Username for HTTP basic authentication
|
|
38
38
|
self.username = ""
|
|
39
39
|
# api secret for MAC authentication
|
|
40
|
-
self._api_secret=api_secret
|
|
40
|
+
self._api_secret = api_secret
|
|
41
41
|
# user id for MAC authentication
|
|
42
|
-
self._user_id=user_id
|
|
42
|
+
self._user_id = user_id
|
|
43
43
|
# version for MAC authentication
|
|
44
|
-
self._mac_version=mac_version
|
|
44
|
+
self._mac_version = mac_version
|
|
45
45
|
# Password for HTTP basic authentication
|
|
46
46
|
self.password = ""
|
|
47
47
|
|
|
@@ -262,6 +262,6 @@ class Configuration:
|
|
|
262
262
|
return "Python SDK Debug Report:\n"\
|
|
263
263
|
"OS: {env}\n"\
|
|
264
264
|
"Python Version: {pyversion}\n"\
|
|
265
|
-
"Version of the API:
|
|
266
|
-
"SDK Package Version:
|
|
265
|
+
"Version of the API: 5.1.0\n"\
|
|
266
|
+
"SDK Package Version: 5.1.0".\
|
|
267
267
|
format(env=sys.platform, pyversion=sys.version)
|
|
@@ -9,6 +9,7 @@ class AbstractWebhookListenerUpdate:
|
|
|
9
9
|
|
|
10
10
|
swagger_types = {
|
|
11
11
|
|
|
12
|
+
'enable_payload_signature_and_state': 'bool',
|
|
12
13
|
'entity_states': 'list[str]',
|
|
13
14
|
'name': 'str',
|
|
14
15
|
'notify_every_change': 'bool',
|
|
@@ -16,10 +17,11 @@ class AbstractWebhookListenerUpdate:
|
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
attribute_map = {
|
|
19
|
-
'entity_states': 'entityStates','name': 'name','notify_every_change': 'notifyEveryChange','state': 'state',
|
|
20
|
+
'enable_payload_signature_and_state': 'enablePayloadSignatureAndState','entity_states': 'entityStates','name': 'name','notify_every_change': 'notifyEveryChange','state': 'state',
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
|
|
24
|
+
_enable_payload_signature_and_state = None
|
|
23
25
|
_entity_states = None
|
|
24
26
|
_name = None
|
|
25
27
|
_notify_every_change = None
|
|
@@ -28,6 +30,7 @@ class AbstractWebhookListenerUpdate:
|
|
|
28
30
|
def __init__(self, **kwargs):
|
|
29
31
|
self.discriminator = None
|
|
30
32
|
|
|
33
|
+
self.enable_payload_signature_and_state = kwargs.get('enable_payload_signature_and_state', None)
|
|
31
34
|
self.entity_states = kwargs.get('entity_states', None)
|
|
32
35
|
self.name = kwargs.get('name', None)
|
|
33
36
|
self.notify_every_change = kwargs.get('notify_every_change', None)
|
|
@@ -35,6 +38,29 @@ class AbstractWebhookListenerUpdate:
|
|
|
35
38
|
|
|
36
39
|
|
|
37
40
|
|
|
41
|
+
@property
|
|
42
|
+
def enable_payload_signature_and_state(self):
|
|
43
|
+
"""Gets the enable_payload_signature_and_state of this AbstractWebhookListenerUpdate.
|
|
44
|
+
|
|
45
|
+
Whether signature header and state property are enabled in webhook payload.
|
|
46
|
+
|
|
47
|
+
:return: The enable_payload_signature_and_state of this AbstractWebhookListenerUpdate.
|
|
48
|
+
:rtype: bool
|
|
49
|
+
"""
|
|
50
|
+
return self._enable_payload_signature_and_state
|
|
51
|
+
|
|
52
|
+
@enable_payload_signature_and_state.setter
|
|
53
|
+
def enable_payload_signature_and_state(self, enable_payload_signature_and_state):
|
|
54
|
+
"""Sets the enable_payload_signature_and_state of this AbstractWebhookListenerUpdate.
|
|
55
|
+
|
|
56
|
+
Whether signature header and state property are enabled in webhook payload.
|
|
57
|
+
|
|
58
|
+
:param enable_payload_signature_and_state: The enable_payload_signature_and_state of this AbstractWebhookListenerUpdate.
|
|
59
|
+
:type: bool
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
self._enable_payload_signature_and_state = enable_payload_signature_and_state
|
|
63
|
+
|
|
38
64
|
@property
|
|
39
65
|
def entity_states(self):
|
|
40
66
|
"""Gets the entity_states of this AbstractWebhookListenerUpdate.
|
|
@@ -17,6 +17,7 @@ class BankTransaction:
|
|
|
17
17
|
'flow_direction': 'BankTransactionFlowDirection',
|
|
18
18
|
'id': 'int',
|
|
19
19
|
'linked_space_id': 'int',
|
|
20
|
+
'payment_date': 'datetime',
|
|
20
21
|
'planned_purge_date': 'datetime',
|
|
21
22
|
'posting_amount': 'float',
|
|
22
23
|
'reference': 'str',
|
|
@@ -30,7 +31,7 @@ class BankTransaction:
|
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
attribute_map = {
|
|
33
|
-
'adjustments': 'adjustments','created_by': 'createdBy','created_on': 'createdOn','currency_bank_account': 'currencyBankAccount','external_id': 'externalId','flow_direction': 'flowDirection','id': 'id','linked_space_id': 'linkedSpaceId','planned_purge_date': 'plannedPurgeDate','posting_amount': 'postingAmount','reference': 'reference','source': 'source','state': 'state','total_adjustment_amount_including_tax': 'totalAdjustmentAmountIncludingTax','type': 'type','value_amount': 'valueAmount','value_date': 'valueDate','version': 'version',
|
|
34
|
+
'adjustments': 'adjustments','created_by': 'createdBy','created_on': 'createdOn','currency_bank_account': 'currencyBankAccount','external_id': 'externalId','flow_direction': 'flowDirection','id': 'id','linked_space_id': 'linkedSpaceId','payment_date': 'paymentDate','planned_purge_date': 'plannedPurgeDate','posting_amount': 'postingAmount','reference': 'reference','source': 'source','state': 'state','total_adjustment_amount_including_tax': 'totalAdjustmentAmountIncludingTax','type': 'type','value_amount': 'valueAmount','value_date': 'valueDate','version': 'version',
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
|
|
@@ -42,6 +43,7 @@ class BankTransaction:
|
|
|
42
43
|
_flow_direction = None
|
|
43
44
|
_id = None
|
|
44
45
|
_linked_space_id = None
|
|
46
|
+
_payment_date = None
|
|
45
47
|
_planned_purge_date = None
|
|
46
48
|
_posting_amount = None
|
|
47
49
|
_reference = None
|
|
@@ -64,6 +66,7 @@ class BankTransaction:
|
|
|
64
66
|
self.flow_direction = kwargs.get('flow_direction', None)
|
|
65
67
|
self.id = kwargs.get('id', None)
|
|
66
68
|
self.linked_space_id = kwargs.get('linked_space_id', None)
|
|
69
|
+
self.payment_date = kwargs.get('payment_date', None)
|
|
67
70
|
self.planned_purge_date = kwargs.get('planned_purge_date', None)
|
|
68
71
|
self.posting_amount = kwargs.get('posting_amount', None)
|
|
69
72
|
self.reference = kwargs.get('reference', None)
|
|
@@ -265,6 +268,29 @@ class BankTransaction:
|
|
|
265
268
|
|
|
266
269
|
self._linked_space_id = linked_space_id
|
|
267
270
|
|
|
271
|
+
@property
|
|
272
|
+
def payment_date(self):
|
|
273
|
+
"""Gets the payment_date of this BankTransaction.
|
|
274
|
+
|
|
275
|
+
The payment date describes the date when the transaction was made.
|
|
276
|
+
|
|
277
|
+
:return: The payment_date of this BankTransaction.
|
|
278
|
+
:rtype: datetime
|
|
279
|
+
"""
|
|
280
|
+
return self._payment_date
|
|
281
|
+
|
|
282
|
+
@payment_date.setter
|
|
283
|
+
def payment_date(self, payment_date):
|
|
284
|
+
"""Sets the payment_date of this BankTransaction.
|
|
285
|
+
|
|
286
|
+
The payment date describes the date when the transaction was made.
|
|
287
|
+
|
|
288
|
+
:param payment_date: The payment_date of this BankTransaction.
|
|
289
|
+
:type: datetime
|
|
290
|
+
"""
|
|
291
|
+
|
|
292
|
+
self._payment_date = payment_date
|
|
293
|
+
|
|
268
294
|
@property
|
|
269
295
|
def planned_purge_date(self):
|
|
270
296
|
"""Gets the planned_purge_date of this BankTransaction.
|
|
@@ -15,6 +15,7 @@ class PaymentConnectorConfiguration:
|
|
|
15
15
|
'enabled_sales_channels': 'list[SalesChannel]',
|
|
16
16
|
'enabled_space_views': 'list[int]',
|
|
17
17
|
'id': 'int',
|
|
18
|
+
'image_path': 'str',
|
|
18
19
|
'linked_space_id': 'int',
|
|
19
20
|
'name': 'str',
|
|
20
21
|
'payment_method_configuration': 'PaymentMethodConfiguration',
|
|
@@ -26,7 +27,7 @@ class PaymentConnectorConfiguration:
|
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
attribute_map = {
|
|
29
|
-
'applicable_for_transaction_processing': 'applicableForTransactionProcessing','conditions': 'conditions','connector': 'connector','enabled_sales_channels': 'enabledSalesChannels','enabled_space_views': 'enabledSpaceViews','id': 'id','linked_space_id': 'linkedSpaceId','name': 'name','payment_method_configuration': 'paymentMethodConfiguration','planned_purge_date': 'plannedPurgeDate','priority': 'priority','processor_configuration': 'processorConfiguration','state': 'state','version': 'version',
|
|
30
|
+
'applicable_for_transaction_processing': 'applicableForTransactionProcessing','conditions': 'conditions','connector': 'connector','enabled_sales_channels': 'enabledSalesChannels','enabled_space_views': 'enabledSpaceViews','id': 'id','image_path': 'imagePath','linked_space_id': 'linkedSpaceId','name': 'name','payment_method_configuration': 'paymentMethodConfiguration','planned_purge_date': 'plannedPurgeDate','priority': 'priority','processor_configuration': 'processorConfiguration','state': 'state','version': 'version',
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
|
|
@@ -36,6 +37,7 @@ class PaymentConnectorConfiguration:
|
|
|
36
37
|
_enabled_sales_channels = None
|
|
37
38
|
_enabled_space_views = None
|
|
38
39
|
_id = None
|
|
40
|
+
_image_path = None
|
|
39
41
|
_linked_space_id = None
|
|
40
42
|
_name = None
|
|
41
43
|
_payment_method_configuration = None
|
|
@@ -54,6 +56,7 @@ class PaymentConnectorConfiguration:
|
|
|
54
56
|
self.enabled_sales_channels = kwargs.get('enabled_sales_channels', None)
|
|
55
57
|
self.enabled_space_views = kwargs.get('enabled_space_views', None)
|
|
56
58
|
self.id = kwargs.get('id', None)
|
|
59
|
+
self.image_path = kwargs.get('image_path', None)
|
|
57
60
|
self.linked_space_id = kwargs.get('linked_space_id', None)
|
|
58
61
|
self.name = kwargs.get('name', None)
|
|
59
62
|
self.payment_method_configuration = kwargs.get('payment_method_configuration', None)
|
|
@@ -203,6 +206,29 @@ class PaymentConnectorConfiguration:
|
|
|
203
206
|
|
|
204
207
|
self._id = id
|
|
205
208
|
|
|
209
|
+
@property
|
|
210
|
+
def image_path(self):
|
|
211
|
+
"""Gets the image_path of this PaymentConnectorConfiguration.
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
:return: The image_path of this PaymentConnectorConfiguration.
|
|
216
|
+
:rtype: str
|
|
217
|
+
"""
|
|
218
|
+
return self._image_path
|
|
219
|
+
|
|
220
|
+
@image_path.setter
|
|
221
|
+
def image_path(self, image_path):
|
|
222
|
+
"""Sets the image_path of this PaymentConnectorConfiguration.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
:param image_path: The image_path of this PaymentConnectorConfiguration.
|
|
227
|
+
:type: str
|
|
228
|
+
"""
|
|
229
|
+
|
|
230
|
+
self._image_path = image_path
|
|
231
|
+
|
|
206
232
|
@property
|
|
207
233
|
def linked_space_id(self):
|
|
208
234
|
"""Gets the linked_space_id of this PaymentConnectorConfiguration.
|