wallee 5.1.0__tar.gz → 5.2.2__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.
- {wallee-5.1.0 → wallee-5.2.2}/LICENSE +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/PKG-INFO +12 -2
- {wallee-5.1.0 → wallee-5.2.2}/setup.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/__init__.py +42 -30
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/__init__.py +4 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/charge_flow_service_api.py +1 -1
- wallee-5.2.2/wallee/api/dunning_case_level_service_api.py +342 -0
- wallee-5.2.2/wallee/api/dunning_case_service_api.py +560 -0
- wallee-5.2.2/wallee/api/dunning_flow_level_service_api.py +342 -0
- wallee-5.2.2/wallee/api/dunning_flow_service_api.py +342 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/human_user_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_terminal_service_api.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_suspension_service_api.py +16 -32
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/token_service_api.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_iframe_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_lightbox_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_mobile_sdk_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_payment_page_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_service_api.py +1 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api_client.py +3 -3
- {wallee-5.1.0 → wallee-5.2.2}/wallee/configuration.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/__init__.py +38 -29
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_debt_collection_case_update.py +16 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_payment_link_update.py +49 -23
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_subscriber_update.py +16 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_subscription_affiliate_update.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_subscription_metric_update.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_subscription_product_active.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_token_update.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_transaction_pending.py +34 -34
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_webhook_listener_update.py +1 -27
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/authenticated_card_data.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/authenticated_card_data_create.py +45 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_account.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_account_type.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_transaction.py +26 -26
- wallee-5.1.0/wallee/models/shopify_subscription_model_billing_configuration.py → wallee-5.2.2/wallee/models/billing_configuration.py +39 -39
- wallee-5.2.2/wallee/models/billing_cycle_model.py +230 -0
- wallee-5.2.2/wallee/models/billing_cycle_type.py +12 -0
- wallee-5.2.2/wallee/models/billing_day_customization.py +10 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/card_cryptogram.py +19 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/card_cryptogram_create.py +19 -22
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/cardholder_authentication.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/cardholder_authentication_create.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge.py +72 -22
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_attempt.py +124 -48
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_bank_transaction.py +94 -18
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow_level.py +94 -18
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow_level_configuration.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow_level_configuration_type.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow_level_payment_link.py +60 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/completion_line_item.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/completion_line_item_create.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/condition.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/connector_invocation.py +62 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/currency_bank_account.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case.py +50 -50
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case_create.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case_document.py +11 -39
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case_source.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_receipt.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collector_condition.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collector_configuration.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/delivery_indication.py +98 -22
- wallee-5.2.2/wallee/models/displayable_day_of_week.py +15 -0
- wallee-5.2.2/wallee/models/displayable_month.py +20 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/document_template.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/document_template_type.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/document_template_type_group.py +2 -2
- wallee-5.2.2/wallee/models/dunning_case.py +406 -0
- wallee-5.2.2/wallee/models/dunning_case_level.py +510 -0
- wallee-5.2.2/wallee/models/dunning_case_level_state.py +13 -0
- wallee-5.2.2/wallee/models/dunning_case_state.py +14 -0
- wallee-5.2.2/wallee/models/dunning_condition.py +252 -0
- wallee-5.2.2/wallee/models/dunning_condition_type.py +146 -0
- wallee-5.2.2/wallee/models/dunning_flow.py +302 -0
- wallee-5.2.2/wallee/models/dunning_flow_level.py +408 -0
- wallee-5.2.2/wallee/models/dunning_flow_level_processor.py +172 -0
- wallee-5.2.2/wallee/models/dunning_flow_type.py +172 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/external_transfer_bank_transaction.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/failure_reason.py +3 -29
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/feature.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_payment_slice.py +82 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_plan_configuration.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_plan_slice_configuration.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/internal_transfer_bank_transaction.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reconciliation_record.py +82 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reimbursement.py +27 -1
- wallee-5.1.0/wallee/models/shopify_subscription_model_item.py → wallee-5.2.2/wallee/models/item.py +26 -26
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/label.py +7 -59
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item.py +42 -42
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_attribute.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_attribute_create.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_create.py +20 -20
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_reduction.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_reduction_create.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/metric_usage.py +8 -8
- wallee-5.2.2/wallee/models/pan_type.py +16 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_adjustment.py +37 -11
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_completion_configuration.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_completion_configuration_create.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_connector.py +20 -20
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_processor.py +22 -22
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_refund_configuration.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_refund_configuration_create.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_connector.py +21 -47
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_connector_configuration.py +20 -20
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_connector_feature.py +3 -29
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_contract.py +31 -31
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_contract_type.py +1 -27
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_information_hash.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_information_hash_type.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link.py +55 -29
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link_create.py +8 -5
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link_update.py +49 -23
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_method.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_method_brand.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_method_configuration.py +24 -24
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_processor.py +9 -35
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_processor_configuration.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal.py +43 -17
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_configuration.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_configuration_version.py +16 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_location.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_location_version.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_transaction_summary.py +55 -3
- wallee-5.2.2/wallee/models/payment_terminal_transaction_summary_reference.py +172 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_metered_fee.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_metered_fee_update.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_metered_tier_fee.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_metered_tier_fee_update.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_period_fee.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_period_fee_update.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_setup_fee.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_setup_fee_update.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund.py +50 -50
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_bank_transaction.py +92 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_comment.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_comment_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_create.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_recovery_bank_transaction.py +94 -18
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rendered_document.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rendered_terminal_receipt.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_country.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_country_state.py +1 -27
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/sales_channel.py +3 -55
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/scope.py +57 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_recurring_order.py +134 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscriber.py +29 -3
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscriber_active.py +29 -3
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscriber_creation.py +27 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_creation_request.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_product.py +53 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_product_create.py +59 -7
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_update_request.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_transaction.py +149 -21
- wallee-5.1.0/wallee/models/shopify_integration.py → wallee-5.2.2/wallee/models/shopify_v1_integration.py +136 -110
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_create.py +27 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_view.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/static_value.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscriber.py +18 -18
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscriber_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscriber_update.py +16 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription.py +28 -28
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate_create.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate_update.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_charge.py +30 -30
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_charge_create.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_component_configuration.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_component_reference_configuration.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_ledger_entry.py +155 -23
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_ledger_entry_create.py +65 -13
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_type.py +3 -3
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_update.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_usage_report.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_usage_report_create.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_pending.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_period_bill.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component.py +22 -22
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component_group.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component_group_update.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component_reference.py +21 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component_update.py +22 -22
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_retirement.py +19 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_retirement_create.py +19 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_version.py +59 -33
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_version_pending.py +18 -18
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_version_retirement.py +19 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_version_retirement_create.py +19 -19
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension.py +14 -14
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension_create.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_update.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_update_request.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_version.py +51 -51
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tax.py +4 -4
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tax_class.py +3 -29
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tax_create.py +4 -4
- wallee-5.1.0/wallee/models/shopify_subscription_model_tax_line.py → wallee-5.2.2/wallee/models/tax_line.py +11 -11
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token_version.py +32 -32
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token_version_type.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tokenized_card_data.py +33 -7
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tokenized_card_data_create.py +43 -17
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction.py +122 -122
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_comment.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_comment_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_completion.py +128 -52
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_completion_request.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_create.py +16 -16
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_group.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice.py +114 -38
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice_comment.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice_comment_create.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice_replacement.py +12 -12
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_line_item_version.py +108 -32
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_line_item_version_create.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_void.py +104 -28
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/user_account_role.py +8 -8
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/user_space_role.py +6 -6
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/wallet_type.py +79 -1
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/web_app_confirmation_response.py +10 -10
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_listener.py +2 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee.egg-info/PKG-INFO +12 -2
- {wallee-5.1.0 → wallee-5.2.2}/wallee.egg-info/SOURCES.txt +25 -13
- wallee-5.1.0/wallee/api/analytics_query_service_api.py +0 -639
- wallee-5.1.0/wallee/models/analytics_query.py +0 -231
- wallee-5.1.0/wallee/models/analytics_query_execution.py +0 -380
- wallee-5.1.0/wallee/models/analytics_query_execution_state.py +0 -12
- wallee-5.1.0/wallee/models/analytics_query_result_batch.py +0 -172
- wallee-5.1.0/wallee/models/analytics_schema_column.py +0 -276
- wallee-5.1.0/wallee/models/analytics_schema_table.py +0 -146
- wallee-5.1.0/wallee/models/card_cryptogram_type.py +0 -9
- wallee-5.1.0/wallee/models/transaction_aware_entity.py +0 -146
- {wallee-5.1.0 → wallee-5.2.2}/README.md +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/setup.cfg +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_charge_attempt_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_refund.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_completion_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_iframe_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_invoice_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_lightbox_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_payment_page_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_transaction_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/test/test_webhook_encryption_service.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/account_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/application_user_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/bank_account_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/card_processing_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/charge_attempt_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/charge_bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/charge_flow_level_payment_link_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/charge_flow_level_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/condition_type_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/country_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/country_state_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/currency_bank_account_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/currency_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/customer_address_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/customer_comment_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/customer_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/debt_collection_case_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/debt_collector_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/debt_collector_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/delivery_indication_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/document_template_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/document_template_type_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/external_transfer_bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/installment_payment_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/installment_payment_slice_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/installment_plan_calculation_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/installment_plan_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/installment_plan_slice_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/internal_transfer_bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/invoice_reconciliation_record_invoice_link_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/invoice_reconciliation_record_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/invoice_reimbursement_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/label_description_group_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/label_description_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/language_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/legal_organization_form_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/manual_task_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/mertic_usage_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_connector_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_connector_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_link_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_method_brand_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_method_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_method_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_processor_configuration_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_processor_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_terminal_till_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_terminal_transaction_summary_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/payment_web_app_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/permission_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/refund_bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/refund_comment_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/refund_recovery_bank_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/refund_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_recurring_order_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_subscriber_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_subscription_product_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_subscription_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_subscription_suspension_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_subscription_version_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/shopify_transaction_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/space_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/static_value_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscriber_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_affiliate_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_charge_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_ledger_entry_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_metric_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_metric_usage_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_period_bill_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_component_group_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_component_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_fee_tier_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_metered_fee_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_period_fee_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_retirement_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_setup_fee_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_version_retirement_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_product_version_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/subscription_version_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/token_version_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_comment_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_completion_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_invoice_comment_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_invoice_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_line_item_version_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_terminal_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/transaction_void_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/user_account_role_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/user_space_role_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/web_app_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/webhook_encryption_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/webhook_listener_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/api/webhook_url_service_api.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/encryption_util.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_account_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_application_user_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_customer_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_customer_address_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_customer_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_human_user_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_refund_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_shopify_subscription_product_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_space_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_transaction_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_transaction_invoice_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/abstract_webhook_url_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/account.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/account_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/account_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/account_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/account_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/address_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/application_user.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/application_user_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/application_user_create_with_mac_key.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/application_user_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_account_environment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_account_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_transaction_flow_direction.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_transaction_source.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_transaction_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/bank_transaction_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/card_authentication_response.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/card_authentication_version.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_attempt_environment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_attempt_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_flow_level_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/charge_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/client_error.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/client_error_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/condition_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/connector_invocation_stage.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/creation_entity_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/criteria_operator.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_address_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_address_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_address_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_comment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_comment_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_postal_address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customer_postal_address_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/customers_presence.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/data_collection_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_case_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_environment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collection_receipt_source.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collector.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/debt_collector_condition_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/delivery_indication_decision_reason.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/delivery_indication_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_export_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_query.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_query_filter.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_query_filter_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_query_order_by.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/entity_query_order_by_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/environment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/failure_category.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/feature_category.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/gender.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/human_user.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/human_user_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/human_user_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_calculated_plan.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_calculated_slice.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_payment.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_payment_slice_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/installment_payment_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reconciliation_record_invoice_link.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reconciliation_record_rejection_status.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reconciliation_record_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reconciliation_record_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reimbursement_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/invoice_reimbursement_with_refund_reference.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/label_descriptor.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/label_descriptor_category.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/label_descriptor_group.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/label_descriptor_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/legal_organization_form.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/line_item_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/localized_string.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/manual_task.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/manual_task_action.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/manual_task_action_style.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/manual_task_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/manual_task_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/one_click_payment_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_adjustment_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_charge_attempt_target_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_charge_attempt_update_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_completion_target_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_completion_update_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_connector_creation_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_connector_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_processor_creation_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_processor_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_refund_target_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_refund_update_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_void_target_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_app_void_update_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_contract_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_initiation_advice_file.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_initiation_advice_file_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link_address_handling_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_link_protection_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_primary_risk_taker.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_configuration_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_configuration_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_dcc_transaction_sum.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_location_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_location_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_receipt_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_transaction_sum.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_transaction_summary_fetch_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/payment_terminal_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/permission.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/persistable_currency_amount.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/persistable_currency_amount_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_fee_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/product_metered_tier_pricing.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/recurring_indicator.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/refund_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rendered_terminal_transaction_summary.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/resource_path.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/resource_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_address_format.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_address_format_field.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_currency.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/rest_language.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/role.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/role_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/server_error.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_additional_line_item_data.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_integration_payment_app_version.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_integration_subscription_app_version.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_recurring_order_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_recurring_order_update_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscriber_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_address_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_billing_interval_unit.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_product_pricing_option.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_product_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_product_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_suspension.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_suspension_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_suspension_initiator.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_suspension_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_suspension_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_update_addresses_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_version.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_version_item.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_version_item_price_strategy.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_subscription_weekday.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_tax_line.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/shopify_transaction_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_address.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_address_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_reference.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_reference_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/space_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscriber_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate_deleted.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate_deleting.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_affiliate_inactive.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_change_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_charge_processing_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_charge_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_charge_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_create_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_ledger_entry_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_metric_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_period_bill_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_component_reference_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_product_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension_action.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension_reason.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension_running.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_suspension_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/subscription_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tax_calculation.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tenant_database.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/terminal_receipt_fetch_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/terminal_receipt_format.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/token_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/tokenization_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_completion_behavior.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_completion_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_completion_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_environment_selection_strategy.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_group_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice_comment_active.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_invoice_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_line_item_version_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_pending.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_user_interface_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_void_mode.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/transaction_void_state.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/two_factor_authentication_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/user.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/user_type.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/web_app_confirmation_request.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_encryption_public_key.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_identity.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_listener_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_listener_entity.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_listener_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_url.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_url_create.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/models/webhook_url_update.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee/rest.py +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee.egg-info/dependency_links.txt +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee.egg-info/requires.txt +0 -0
- {wallee-5.1.0 → wallee-5.2.2}/wallee.egg-info/top_level.txt +0 -0
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2025 wallee AG
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: wallee
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.2.2
|
|
4
4
|
Summary: SDK that allows you to access wallee
|
|
5
5
|
Author: Wallee AG
|
|
6
6
|
License: Apache-2.0
|
|
@@ -21,6 +21,16 @@ Requires-Dist: python_dateutil>=2.8.2
|
|
|
21
21
|
Requires-Dist: setuptools>=68.0.0
|
|
22
22
|
Requires-Dist: urllib3>=2.0.7
|
|
23
23
|
Requires-Dist: cryptography>=2.0
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: keywords
|
|
29
|
+
Dynamic: license
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
33
|
+
Dynamic: summary
|
|
24
34
|
|
|
25
35
|
[](https://travis-ci.org/wallee-payment/python-sdk)
|
|
26
36
|
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from __future__ import absolute_import
|
|
4
4
|
|
|
5
5
|
from wallee.api.account_service_api import AccountServiceApi
|
|
6
|
-
from wallee.api.analytics_query_service_api import AnalyticsQueryServiceApi
|
|
7
6
|
from wallee.api.application_user_service_api import ApplicationUserServiceApi
|
|
8
7
|
from wallee.api.bank_account_service_api import BankAccountServiceApi
|
|
9
8
|
from wallee.api.bank_transaction_service_api import BankTransactionServiceApi
|
|
@@ -27,6 +26,10 @@ from wallee.api.debt_collector_service_api import DebtCollectorServiceApi
|
|
|
27
26
|
from wallee.api.delivery_indication_service_api import DeliveryIndicationServiceApi
|
|
28
27
|
from wallee.api.document_template_service_api import DocumentTemplateServiceApi
|
|
29
28
|
from wallee.api.document_template_type_service_api import DocumentTemplateTypeServiceApi
|
|
29
|
+
from wallee.api.dunning_case_level_service_api import DunningCaseLevelServiceApi
|
|
30
|
+
from wallee.api.dunning_case_service_api import DunningCaseServiceApi
|
|
31
|
+
from wallee.api.dunning_flow_level_service_api import DunningFlowLevelServiceApi
|
|
32
|
+
from wallee.api.dunning_flow_service_api import DunningFlowServiceApi
|
|
30
33
|
from wallee.api.external_transfer_bank_transaction_service_api import ExternalTransferBankTransactionServiceApi
|
|
31
34
|
from wallee.api.human_user_service_api import HumanUserServiceApi
|
|
32
35
|
from wallee.api.installment_payment_service_api import InstallmentPaymentServiceApi
|
|
@@ -141,12 +144,6 @@ from wallee.models.account_state import AccountState
|
|
|
141
144
|
from wallee.models.account_type import AccountType
|
|
142
145
|
from wallee.models.address import Address
|
|
143
146
|
from wallee.models.address_create import AddressCreate
|
|
144
|
-
from wallee.models.analytics_query import AnalyticsQuery
|
|
145
|
-
from wallee.models.analytics_query_execution import AnalyticsQueryExecution
|
|
146
|
-
from wallee.models.analytics_query_execution_state import AnalyticsQueryExecutionState
|
|
147
|
-
from wallee.models.analytics_query_result_batch import AnalyticsQueryResultBatch
|
|
148
|
-
from wallee.models.analytics_schema_column import AnalyticsSchemaColumn
|
|
149
|
-
from wallee.models.analytics_schema_table import AnalyticsSchemaTable
|
|
150
147
|
from wallee.models.authenticated_card_data_create import AuthenticatedCardDataCreate
|
|
151
148
|
from wallee.models.bank_account import BankAccount
|
|
152
149
|
from wallee.models.bank_account_environment import BankAccountEnvironment
|
|
@@ -157,18 +154,26 @@ from wallee.models.bank_transaction_flow_direction import BankTransactionFlowDir
|
|
|
157
154
|
from wallee.models.bank_transaction_source import BankTransactionSource
|
|
158
155
|
from wallee.models.bank_transaction_state import BankTransactionState
|
|
159
156
|
from wallee.models.bank_transaction_type import BankTransactionType
|
|
157
|
+
from wallee.models.billing_configuration import BillingConfiguration
|
|
158
|
+
from wallee.models.billing_cycle_model import BillingCycleModel
|
|
159
|
+
from wallee.models.billing_cycle_type import BillingCycleType
|
|
160
|
+
from wallee.models.billing_day_customization import BillingDayCustomization
|
|
160
161
|
from wallee.models.card_authentication_response import CardAuthenticationResponse
|
|
161
162
|
from wallee.models.card_authentication_version import CardAuthenticationVersion
|
|
162
163
|
from wallee.models.card_cryptogram import CardCryptogram
|
|
163
164
|
from wallee.models.card_cryptogram_create import CardCryptogramCreate
|
|
164
|
-
from wallee.models.card_cryptogram_type import CardCryptogramType
|
|
165
165
|
from wallee.models.cardholder_authentication import CardholderAuthentication
|
|
166
166
|
from wallee.models.cardholder_authentication_create import CardholderAuthenticationCreate
|
|
167
|
+
from wallee.models.charge import Charge
|
|
168
|
+
from wallee.models.charge_attempt import ChargeAttempt
|
|
167
169
|
from wallee.models.charge_attempt_environment import ChargeAttemptEnvironment
|
|
168
170
|
from wallee.models.charge_attempt_state import ChargeAttemptState
|
|
171
|
+
from wallee.models.charge_bank_transaction import ChargeBankTransaction
|
|
169
172
|
from wallee.models.charge_flow import ChargeFlow
|
|
173
|
+
from wallee.models.charge_flow_level import ChargeFlowLevel
|
|
170
174
|
from wallee.models.charge_flow_level_configuration import ChargeFlowLevelConfiguration
|
|
171
175
|
from wallee.models.charge_flow_level_configuration_type import ChargeFlowLevelConfigurationType
|
|
176
|
+
from wallee.models.charge_flow_level_payment_link import ChargeFlowLevelPaymentLink
|
|
172
177
|
from wallee.models.charge_flow_level_state import ChargeFlowLevelState
|
|
173
178
|
from wallee.models.charge_state import ChargeState
|
|
174
179
|
from wallee.models.charge_type import ChargeType
|
|
@@ -178,6 +183,7 @@ from wallee.models.completion_line_item import CompletionLineItem
|
|
|
178
183
|
from wallee.models.completion_line_item_create import CompletionLineItemCreate
|
|
179
184
|
from wallee.models.condition import Condition
|
|
180
185
|
from wallee.models.condition_type import ConditionType
|
|
186
|
+
from wallee.models.connector_invocation import ConnectorInvocation
|
|
181
187
|
from wallee.models.connector_invocation_stage import ConnectorInvocationStage
|
|
182
188
|
from wallee.models.creation_entity_state import CreationEntityState
|
|
183
189
|
from wallee.models.criteria_operator import CriteriaOperator
|
|
@@ -201,11 +207,24 @@ from wallee.models.debt_collector import DebtCollector
|
|
|
201
207
|
from wallee.models.debt_collector_condition import DebtCollectorCondition
|
|
202
208
|
from wallee.models.debt_collector_condition_type import DebtCollectorConditionType
|
|
203
209
|
from wallee.models.debt_collector_configuration import DebtCollectorConfiguration
|
|
210
|
+
from wallee.models.delivery_indication import DeliveryIndication
|
|
204
211
|
from wallee.models.delivery_indication_decision_reason import DeliveryIndicationDecisionReason
|
|
205
212
|
from wallee.models.delivery_indication_state import DeliveryIndicationState
|
|
213
|
+
from wallee.models.displayable_day_of_week import DisplayableDayOfWeek
|
|
214
|
+
from wallee.models.displayable_month import DisplayableMonth
|
|
206
215
|
from wallee.models.document_template import DocumentTemplate
|
|
207
216
|
from wallee.models.document_template_type import DocumentTemplateType
|
|
208
217
|
from wallee.models.document_template_type_group import DocumentTemplateTypeGroup
|
|
218
|
+
from wallee.models.dunning_case import DunningCase
|
|
219
|
+
from wallee.models.dunning_case_level import DunningCaseLevel
|
|
220
|
+
from wallee.models.dunning_case_level_state import DunningCaseLevelState
|
|
221
|
+
from wallee.models.dunning_case_state import DunningCaseState
|
|
222
|
+
from wallee.models.dunning_condition import DunningCondition
|
|
223
|
+
from wallee.models.dunning_condition_type import DunningConditionType
|
|
224
|
+
from wallee.models.dunning_flow import DunningFlow
|
|
225
|
+
from wallee.models.dunning_flow_level import DunningFlowLevel
|
|
226
|
+
from wallee.models.dunning_flow_level_processor import DunningFlowLevelProcessor
|
|
227
|
+
from wallee.models.dunning_flow_type import DunningFlowType
|
|
209
228
|
from wallee.models.entity_export_request import EntityExportRequest
|
|
210
229
|
from wallee.models.entity_query import EntityQuery
|
|
211
230
|
from wallee.models.entity_query_filter import EntityQueryFilter
|
|
@@ -223,17 +242,20 @@ from wallee.models.human_user import HumanUser
|
|
|
223
242
|
from wallee.models.installment_calculated_plan import InstallmentCalculatedPlan
|
|
224
243
|
from wallee.models.installment_calculated_slice import InstallmentCalculatedSlice
|
|
225
244
|
from wallee.models.installment_payment import InstallmentPayment
|
|
245
|
+
from wallee.models.installment_payment_slice import InstallmentPaymentSlice
|
|
226
246
|
from wallee.models.installment_payment_slice_state import InstallmentPaymentSliceState
|
|
227
247
|
from wallee.models.installment_payment_state import InstallmentPaymentState
|
|
228
248
|
from wallee.models.installment_plan_configuration import InstallmentPlanConfiguration
|
|
229
249
|
from wallee.models.installment_plan_slice_configuration import InstallmentPlanSliceConfiguration
|
|
230
250
|
from wallee.models.internal_transfer_bank_transaction import InternalTransferBankTransaction
|
|
251
|
+
from wallee.models.invoice_reconciliation_record import InvoiceReconciliationRecord
|
|
231
252
|
from wallee.models.invoice_reconciliation_record_invoice_link import InvoiceReconciliationRecordInvoiceLink
|
|
232
253
|
from wallee.models.invoice_reconciliation_record_rejection_status import InvoiceReconciliationRecordRejectionStatus
|
|
233
254
|
from wallee.models.invoice_reconciliation_record_state import InvoiceReconciliationRecordState
|
|
234
255
|
from wallee.models.invoice_reconciliation_record_type import InvoiceReconciliationRecordType
|
|
235
256
|
from wallee.models.invoice_reimbursement import InvoiceReimbursement
|
|
236
257
|
from wallee.models.invoice_reimbursement_state import InvoiceReimbursementState
|
|
258
|
+
from wallee.models.item import Item
|
|
237
259
|
from wallee.models.label import Label
|
|
238
260
|
from wallee.models.label_descriptor import LabelDescriptor
|
|
239
261
|
from wallee.models.label_descriptor_category import LabelDescriptorCategory
|
|
@@ -255,6 +277,7 @@ from wallee.models.manual_task_state import ManualTaskState
|
|
|
255
277
|
from wallee.models.manual_task_type import ManualTaskType
|
|
256
278
|
from wallee.models.metric_usage import MetricUsage
|
|
257
279
|
from wallee.models.one_click_payment_mode import OneClickPaymentMode
|
|
280
|
+
from wallee.models.pan_type import PanType
|
|
258
281
|
from wallee.models.payment_adjustment import PaymentAdjustment
|
|
259
282
|
from wallee.models.payment_adjustment_type import PaymentAdjustmentType
|
|
260
283
|
from wallee.models.payment_app_charge_attempt_target_state import PaymentAppChargeAttemptTargetState
|
|
@@ -311,6 +334,7 @@ from wallee.models.payment_terminal_state import PaymentTerminalState
|
|
|
311
334
|
from wallee.models.payment_terminal_transaction_sum import PaymentTerminalTransactionSum
|
|
312
335
|
from wallee.models.payment_terminal_transaction_summary import PaymentTerminalTransactionSummary
|
|
313
336
|
from wallee.models.payment_terminal_transaction_summary_fetch_request import PaymentTerminalTransactionSummaryFetchRequest
|
|
337
|
+
from wallee.models.payment_terminal_transaction_summary_reference import PaymentTerminalTransactionSummaryReference
|
|
314
338
|
from wallee.models.payment_terminal_type import PaymentTerminalType
|
|
315
339
|
from wallee.models.permission import Permission
|
|
316
340
|
from wallee.models.persistable_currency_amount import PersistableCurrencyAmount
|
|
@@ -327,8 +351,10 @@ from wallee.models.product_setup_fee import ProductSetupFee
|
|
|
327
351
|
from wallee.models.product_setup_fee_update import ProductSetupFeeUpdate
|
|
328
352
|
from wallee.models.recurring_indicator import RecurringIndicator
|
|
329
353
|
from wallee.models.refund import Refund
|
|
354
|
+
from wallee.models.refund_bank_transaction import RefundBankTransaction
|
|
330
355
|
from wallee.models.refund_comment import RefundComment
|
|
331
356
|
from wallee.models.refund_create import RefundCreate
|
|
357
|
+
from wallee.models.refund_recovery_bank_transaction import RefundRecoveryBankTransaction
|
|
332
358
|
from wallee.models.refund_state import RefundState
|
|
333
359
|
from wallee.models.refund_type import RefundType
|
|
334
360
|
from wallee.models.rendered_document import RenderedDocument
|
|
@@ -348,9 +374,9 @@ from wallee.models.sales_channel import SalesChannel
|
|
|
348
374
|
from wallee.models.scope import Scope
|
|
349
375
|
from wallee.models.server_error import ServerError
|
|
350
376
|
from wallee.models.shopify_additional_line_item_data import ShopifyAdditionalLineItemData
|
|
351
|
-
from wallee.models.shopify_integration import ShopifyIntegration
|
|
352
377
|
from wallee.models.shopify_integration_payment_app_version import ShopifyIntegrationPaymentAppVersion
|
|
353
378
|
from wallee.models.shopify_integration_subscription_app_version import ShopifyIntegrationSubscriptionAppVersion
|
|
379
|
+
from wallee.models.shopify_recurring_order import ShopifyRecurringOrder
|
|
354
380
|
from wallee.models.shopify_recurring_order_state import ShopifyRecurringOrderState
|
|
355
381
|
from wallee.models.shopify_recurring_order_update_request import ShopifyRecurringOrderUpdateRequest
|
|
356
382
|
from wallee.models.shopify_subscriber import ShopifySubscriber
|
|
@@ -361,9 +387,6 @@ from wallee.models.shopify_subscription import ShopifySubscription
|
|
|
361
387
|
from wallee.models.shopify_subscription_address_create import ShopifySubscriptionAddressCreate
|
|
362
388
|
from wallee.models.shopify_subscription_billing_interval_unit import ShopifySubscriptionBillingIntervalUnit
|
|
363
389
|
from wallee.models.shopify_subscription_creation_request import ShopifySubscriptionCreationRequest
|
|
364
|
-
from wallee.models.shopify_subscription_model_billing_configuration import ShopifySubscriptionModelBillingConfiguration
|
|
365
|
-
from wallee.models.shopify_subscription_model_item import ShopifySubscriptionModelItem
|
|
366
|
-
from wallee.models.shopify_subscription_model_tax_line import ShopifySubscriptionModelTaxLine
|
|
367
390
|
from wallee.models.shopify_subscription_product import ShopifySubscriptionProduct
|
|
368
391
|
from wallee.models.shopify_subscription_product_pricing_option import ShopifySubscriptionProductPricingOption
|
|
369
392
|
from wallee.models.shopify_subscription_product_state import ShopifySubscriptionProductState
|
|
@@ -381,7 +404,9 @@ from wallee.models.shopify_subscription_version_item_price_strategy import Shopi
|
|
|
381
404
|
from wallee.models.shopify_subscription_version_state import ShopifySubscriptionVersionState
|
|
382
405
|
from wallee.models.shopify_subscription_weekday import ShopifySubscriptionWeekday
|
|
383
406
|
from wallee.models.shopify_tax_line import ShopifyTaxLine
|
|
407
|
+
from wallee.models.shopify_transaction import ShopifyTransaction
|
|
384
408
|
from wallee.models.shopify_transaction_state import ShopifyTransactionState
|
|
409
|
+
from wallee.models.shopify_v1_integration import ShopifyV1Integration
|
|
385
410
|
from wallee.models.space import Space
|
|
386
411
|
from wallee.models.space_address import SpaceAddress
|
|
387
412
|
from wallee.models.space_address_create import SpaceAddressCreate
|
|
@@ -442,6 +467,7 @@ from wallee.models.tax import Tax
|
|
|
442
467
|
from wallee.models.tax_calculation import TaxCalculation
|
|
443
468
|
from wallee.models.tax_class import TaxClass
|
|
444
469
|
from wallee.models.tax_create import TaxCreate
|
|
470
|
+
from wallee.models.tax_line import TaxLine
|
|
445
471
|
from wallee.models.tenant_database import TenantDatabase
|
|
446
472
|
from wallee.models.terminal_receipt_fetch_request import TerminalReceiptFetchRequest
|
|
447
473
|
from wallee.models.terminal_receipt_format import TerminalReceiptFormat
|
|
@@ -453,8 +479,8 @@ from wallee.models.tokenization_mode import TokenizationMode
|
|
|
453
479
|
from wallee.models.tokenized_card_data import TokenizedCardData
|
|
454
480
|
from wallee.models.tokenized_card_data_create import TokenizedCardDataCreate
|
|
455
481
|
from wallee.models.transaction import Transaction
|
|
456
|
-
from wallee.models.transaction_aware_entity import TransactionAwareEntity
|
|
457
482
|
from wallee.models.transaction_comment import TransactionComment
|
|
483
|
+
from wallee.models.transaction_completion import TransactionCompletion
|
|
458
484
|
from wallee.models.transaction_completion_behavior import TransactionCompletionBehavior
|
|
459
485
|
from wallee.models.transaction_completion_mode import TransactionCompletionMode
|
|
460
486
|
from wallee.models.transaction_completion_request import TransactionCompletionRequest
|
|
@@ -462,13 +488,16 @@ from wallee.models.transaction_completion_state import TransactionCompletionStat
|
|
|
462
488
|
from wallee.models.transaction_environment_selection_strategy import TransactionEnvironmentSelectionStrategy
|
|
463
489
|
from wallee.models.transaction_group import TransactionGroup
|
|
464
490
|
from wallee.models.transaction_group_state import TransactionGroupState
|
|
491
|
+
from wallee.models.transaction_invoice import TransactionInvoice
|
|
465
492
|
from wallee.models.transaction_invoice_comment import TransactionInvoiceComment
|
|
466
493
|
from wallee.models.transaction_invoice_replacement import TransactionInvoiceReplacement
|
|
467
494
|
from wallee.models.transaction_invoice_state import TransactionInvoiceState
|
|
495
|
+
from wallee.models.transaction_line_item_version import TransactionLineItemVersion
|
|
468
496
|
from wallee.models.transaction_line_item_version_create import TransactionLineItemVersionCreate
|
|
469
497
|
from wallee.models.transaction_line_item_version_state import TransactionLineItemVersionState
|
|
470
498
|
from wallee.models.transaction_state import TransactionState
|
|
471
499
|
from wallee.models.transaction_user_interface_type import TransactionUserInterfaceType
|
|
500
|
+
from wallee.models.transaction_void import TransactionVoid
|
|
472
501
|
from wallee.models.transaction_void_mode import TransactionVoidMode
|
|
473
502
|
from wallee.models.transaction_void_state import TransactionVoidState
|
|
474
503
|
from wallee.models.two_factor_authentication_type import TwoFactorAuthenticationType
|
|
@@ -490,12 +519,6 @@ from wallee.models.application_user import ApplicationUser
|
|
|
490
519
|
from wallee.models.application_user_create import ApplicationUserCreate
|
|
491
520
|
from wallee.models.application_user_update import ApplicationUserUpdate
|
|
492
521
|
from wallee.models.authenticated_card_data import AuthenticatedCardData
|
|
493
|
-
from wallee.models.charge import Charge
|
|
494
|
-
from wallee.models.charge_attempt import ChargeAttempt
|
|
495
|
-
from wallee.models.charge_bank_transaction import ChargeBankTransaction
|
|
496
|
-
from wallee.models.charge_flow_level import ChargeFlowLevel
|
|
497
|
-
from wallee.models.charge_flow_level_payment_link import ChargeFlowLevelPaymentLink
|
|
498
|
-
from wallee.models.connector_invocation import ConnectorInvocation
|
|
499
522
|
from wallee.models.customer_active import CustomerActive
|
|
500
523
|
from wallee.models.customer_address_active import CustomerAddressActive
|
|
501
524
|
from wallee.models.customer_address_create import CustomerAddressCreate
|
|
@@ -504,23 +527,16 @@ from wallee.models.customer_comment_create import CustomerCommentCreate
|
|
|
504
527
|
from wallee.models.customer_create import CustomerCreate
|
|
505
528
|
from wallee.models.debt_collection_case_create import DebtCollectionCaseCreate
|
|
506
529
|
from wallee.models.debt_collection_case_update import DebtCollectionCaseUpdate
|
|
507
|
-
from wallee.models.delivery_indication import DeliveryIndication
|
|
508
530
|
from wallee.models.human_user_create import HumanUserCreate
|
|
509
531
|
from wallee.models.human_user_update import HumanUserUpdate
|
|
510
|
-
from wallee.models.installment_payment_slice import InstallmentPaymentSlice
|
|
511
|
-
from wallee.models.invoice_reconciliation_record import InvoiceReconciliationRecord
|
|
512
532
|
from wallee.models.invoice_reimbursement_with_refund_reference import InvoiceReimbursementWithRefundReference
|
|
513
533
|
from wallee.models.payment_link_active import PaymentLinkActive
|
|
514
534
|
from wallee.models.payment_link_create import PaymentLinkCreate
|
|
515
|
-
from wallee.models.refund_bank_transaction import RefundBankTransaction
|
|
516
535
|
from wallee.models.refund_comment_active import RefundCommentActive
|
|
517
536
|
from wallee.models.refund_comment_create import RefundCommentCreate
|
|
518
|
-
from wallee.models.refund_recovery_bank_transaction import RefundRecoveryBankTransaction
|
|
519
|
-
from wallee.models.shopify_recurring_order import ShopifyRecurringOrder
|
|
520
537
|
from wallee.models.shopify_subscription_address import ShopifySubscriptionAddress
|
|
521
538
|
from wallee.models.shopify_subscription_product_create import ShopifySubscriptionProductCreate
|
|
522
539
|
from wallee.models.shopify_subscription_product_update import ShopifySubscriptionProductUpdate
|
|
523
|
-
from wallee.models.shopify_transaction import ShopifyTransaction
|
|
524
540
|
from wallee.models.space_create import SpaceCreate
|
|
525
541
|
from wallee.models.space_update import SpaceUpdate
|
|
526
542
|
from wallee.models.subscriber_active import SubscriberActive
|
|
@@ -538,14 +554,10 @@ from wallee.models.token_create import TokenCreate
|
|
|
538
554
|
from wallee.models.token_update import TokenUpdate
|
|
539
555
|
from wallee.models.transaction_comment_active import TransactionCommentActive
|
|
540
556
|
from wallee.models.transaction_comment_create import TransactionCommentCreate
|
|
541
|
-
from wallee.models.transaction_completion import TransactionCompletion
|
|
542
557
|
from wallee.models.transaction_create import TransactionCreate
|
|
543
|
-
from wallee.models.transaction_invoice import TransactionInvoice
|
|
544
558
|
from wallee.models.transaction_invoice_comment_active import TransactionInvoiceCommentActive
|
|
545
559
|
from wallee.models.transaction_invoice_comment_create import TransactionInvoiceCommentCreate
|
|
546
|
-
from wallee.models.transaction_line_item_version import TransactionLineItemVersion
|
|
547
560
|
from wallee.models.transaction_pending import TransactionPending
|
|
548
|
-
from wallee.models.transaction_void import TransactionVoid
|
|
549
561
|
from wallee.models.webhook_listener_create import WebhookListenerCreate
|
|
550
562
|
from wallee.models.webhook_listener_update import WebhookListenerUpdate
|
|
551
563
|
from wallee.models.webhook_url_create import WebhookUrlCreate
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from __future__ import absolute_import
|
|
4
4
|
|
|
5
5
|
from .account_service_api import AccountServiceApi
|
|
6
|
-
from .analytics_query_service_api import AnalyticsQueryServiceApi
|
|
7
6
|
from .application_user_service_api import ApplicationUserServiceApi
|
|
8
7
|
from .bank_account_service_api import BankAccountServiceApi
|
|
9
8
|
from .bank_transaction_service_api import BankTransactionServiceApi
|
|
@@ -27,6 +26,10 @@ from .debt_collector_service_api import DebtCollectorServiceApi
|
|
|
27
26
|
from .delivery_indication_service_api import DeliveryIndicationServiceApi
|
|
28
27
|
from .document_template_service_api import DocumentTemplateServiceApi
|
|
29
28
|
from .document_template_type_service_api import DocumentTemplateTypeServiceApi
|
|
29
|
+
from .dunning_case_level_service_api import DunningCaseLevelServiceApi
|
|
30
|
+
from .dunning_case_service_api import DunningCaseServiceApi
|
|
31
|
+
from .dunning_flow_level_service_api import DunningFlowLevelServiceApi
|
|
32
|
+
from .dunning_flow_service_api import DunningFlowServiceApi
|
|
30
33
|
from .external_transfer_bank_transaction_service_api import ExternalTransferBankTransactionServiceApi
|
|
31
34
|
from .human_user_service_api import HumanUserServiceApi
|
|
32
35
|
from .installment_payment_service_api import InstallmentPaymentServiceApi
|
|
@@ -419,7 +419,7 @@ class ChargeFlowServiceApi:
|
|
|
419
419
|
body_params = None
|
|
420
420
|
# HTTP header `Accept`
|
|
421
421
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
422
|
-
['
|
|
422
|
+
['text/plain;charset=utf-8', 'application/json'])
|
|
423
423
|
|
|
424
424
|
# Authentication setting
|
|
425
425
|
auth_settings = []
|
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from __future__ import absolute_import
|
|
4
|
+
|
|
5
|
+
import six
|
|
6
|
+
import re
|
|
7
|
+
|
|
8
|
+
from wallee.api_client import ApiClient
|
|
9
|
+
|
|
10
|
+
class DunningCaseLevelServiceApi:
|
|
11
|
+
|
|
12
|
+
def __init__(self, configuration):
|
|
13
|
+
self.api_client = ApiClient(configuration=configuration)
|
|
14
|
+
|
|
15
|
+
def count(self, space_id, **kwargs):
|
|
16
|
+
"""Count
|
|
17
|
+
|
|
18
|
+
Counts the number of items in the database as restricted by the given filter.
|
|
19
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
20
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
21
|
+
|
|
22
|
+
>>> thread = api.count(space_id, async_req=True)
|
|
23
|
+
>>> result = thread.get()
|
|
24
|
+
|
|
25
|
+
:param async_req bool
|
|
26
|
+
:param int space_id: (required)
|
|
27
|
+
:param EntityQueryFilter filter: The filter which restricts the entities which are used to calculate the count.
|
|
28
|
+
:return: int
|
|
29
|
+
If the method is called asynchronously,
|
|
30
|
+
returns the request thread.
|
|
31
|
+
"""
|
|
32
|
+
kwargs['_return_http_data_only'] = True
|
|
33
|
+
|
|
34
|
+
kwargs['request_timeout'] = self.api_client.configuration.request_timeout
|
|
35
|
+
if kwargs.get('async_req'):
|
|
36
|
+
return self.count_with_http_info(space_id, **kwargs)
|
|
37
|
+
else:
|
|
38
|
+
(data) = self.count_with_http_info(space_id, **kwargs)
|
|
39
|
+
return data
|
|
40
|
+
|
|
41
|
+
def count_with_http_info(self, space_id, **kwargs):
|
|
42
|
+
"""Count
|
|
43
|
+
|
|
44
|
+
Counts the number of items in the database as restricted by the given filter.
|
|
45
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
46
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
47
|
+
|
|
48
|
+
>>> thread = api.count_with_http_info(space_id, async_req=True)
|
|
49
|
+
>>> result = thread.get()
|
|
50
|
+
|
|
51
|
+
:param async_req bool
|
|
52
|
+
:param int space_id: (required)
|
|
53
|
+
:param EntityQueryFilter filter: The filter which restricts the entities which are used to calculate the count.
|
|
54
|
+
:return: int
|
|
55
|
+
If the method is called asynchronously,
|
|
56
|
+
returns the request thread.
|
|
57
|
+
"""
|
|
58
|
+
|
|
59
|
+
all_params = ['space_id', 'filter']
|
|
60
|
+
all_params.append('async_req')
|
|
61
|
+
all_params.append('_return_http_data_only')
|
|
62
|
+
all_params.append('_preload_content')
|
|
63
|
+
all_params.append('request_timeout')
|
|
64
|
+
|
|
65
|
+
params = locals()
|
|
66
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
67
|
+
if key not in all_params:
|
|
68
|
+
raise TypeError(
|
|
69
|
+
"Got an unexpected keyword argument '%s'"
|
|
70
|
+
" to method count" % key
|
|
71
|
+
)
|
|
72
|
+
params[key] = val
|
|
73
|
+
del params['kwargs']
|
|
74
|
+
# verify the required parameter 'space_id' is set
|
|
75
|
+
if ('space_id' not in params or
|
|
76
|
+
params['space_id'] is None):
|
|
77
|
+
raise ValueError("Missing the required parameter `space_id` when calling `count`")
|
|
78
|
+
|
|
79
|
+
collection_formats = {}
|
|
80
|
+
|
|
81
|
+
path_params = {}
|
|
82
|
+
|
|
83
|
+
query_params = []
|
|
84
|
+
if 'space_id' in params:
|
|
85
|
+
query_params.append(('spaceId', params['space_id']))
|
|
86
|
+
|
|
87
|
+
header_params = {}
|
|
88
|
+
|
|
89
|
+
form_params = []
|
|
90
|
+
local_var_files = {}
|
|
91
|
+
|
|
92
|
+
body_params = None
|
|
93
|
+
if 'filter' in params:
|
|
94
|
+
body_params = params['filter']
|
|
95
|
+
# HTTP header `Accept`
|
|
96
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
97
|
+
['application/json;charset=utf-8'])
|
|
98
|
+
|
|
99
|
+
# HTTP header `Content-Type`
|
|
100
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type(
|
|
101
|
+
['application/json;charset=utf-8'])
|
|
102
|
+
|
|
103
|
+
# Authentication setting
|
|
104
|
+
auth_settings = []
|
|
105
|
+
|
|
106
|
+
return self.api_client.call_api(
|
|
107
|
+
'/dunning-case-level/count', 'POST',
|
|
108
|
+
path_params,
|
|
109
|
+
query_params,
|
|
110
|
+
header_params,
|
|
111
|
+
body=body_params,
|
|
112
|
+
post_params=form_params,
|
|
113
|
+
files=local_var_files,
|
|
114
|
+
response_type='int',
|
|
115
|
+
auth_settings=auth_settings,
|
|
116
|
+
async_req=params.get('async_req'),
|
|
117
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
118
|
+
_preload_content=params.get('_preload_content', True),
|
|
119
|
+
_request_timeout=params.get('request_timeout'),
|
|
120
|
+
collection_formats=collection_formats)
|
|
121
|
+
|
|
122
|
+
def read(self, space_id, id, **kwargs):
|
|
123
|
+
"""Read
|
|
124
|
+
|
|
125
|
+
Reads the entity with the given 'id' and returns it.
|
|
126
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
127
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
128
|
+
|
|
129
|
+
>>> thread = api.read(space_id, id, async_req=True)
|
|
130
|
+
>>> result = thread.get()
|
|
131
|
+
|
|
132
|
+
:param async_req bool
|
|
133
|
+
:param int space_id: (required)
|
|
134
|
+
:param int id: ID of the dunning case level to return. (required)
|
|
135
|
+
:return: DunningCaseLevel
|
|
136
|
+
If the method is called asynchronously,
|
|
137
|
+
returns the request thread.
|
|
138
|
+
"""
|
|
139
|
+
kwargs['_return_http_data_only'] = True
|
|
140
|
+
|
|
141
|
+
kwargs['request_timeout'] = self.api_client.configuration.request_timeout
|
|
142
|
+
if kwargs.get('async_req'):
|
|
143
|
+
return self.read_with_http_info(space_id, id, **kwargs)
|
|
144
|
+
else:
|
|
145
|
+
(data) = self.read_with_http_info(space_id, id, **kwargs)
|
|
146
|
+
return data
|
|
147
|
+
|
|
148
|
+
def read_with_http_info(self, space_id, id, **kwargs):
|
|
149
|
+
"""Read
|
|
150
|
+
|
|
151
|
+
Reads the entity with the given 'id' and returns it.
|
|
152
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
153
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
154
|
+
|
|
155
|
+
>>> thread = api.read_with_http_info(space_id, id, async_req=True)
|
|
156
|
+
>>> result = thread.get()
|
|
157
|
+
|
|
158
|
+
:param async_req bool
|
|
159
|
+
:param int space_id: (required)
|
|
160
|
+
:param int id: ID of the dunning case level to return. (required)
|
|
161
|
+
:return: DunningCaseLevel
|
|
162
|
+
If the method is called asynchronously,
|
|
163
|
+
returns the request thread.
|
|
164
|
+
"""
|
|
165
|
+
|
|
166
|
+
all_params = ['space_id', 'id']
|
|
167
|
+
all_params.append('async_req')
|
|
168
|
+
all_params.append('_return_http_data_only')
|
|
169
|
+
all_params.append('_preload_content')
|
|
170
|
+
all_params.append('request_timeout')
|
|
171
|
+
|
|
172
|
+
params = locals()
|
|
173
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
174
|
+
if key not in all_params:
|
|
175
|
+
raise TypeError(
|
|
176
|
+
"Got an unexpected keyword argument '%s'"
|
|
177
|
+
" to method read" % key
|
|
178
|
+
)
|
|
179
|
+
params[key] = val
|
|
180
|
+
del params['kwargs']
|
|
181
|
+
# verify the required parameter 'space_id' is set
|
|
182
|
+
if ('space_id' not in params or
|
|
183
|
+
params['space_id'] is None):
|
|
184
|
+
raise ValueError("Missing the required parameter `space_id` when calling `read`")
|
|
185
|
+
# verify the required parameter 'id' is set
|
|
186
|
+
if ('id' not in params or
|
|
187
|
+
params['id'] is None):
|
|
188
|
+
raise ValueError("Missing the required parameter `id` when calling `read`")
|
|
189
|
+
|
|
190
|
+
collection_formats = {}
|
|
191
|
+
|
|
192
|
+
path_params = {}
|
|
193
|
+
|
|
194
|
+
query_params = []
|
|
195
|
+
if 'space_id' in params:
|
|
196
|
+
query_params.append(('spaceId', params['space_id']))
|
|
197
|
+
if 'id' in params:
|
|
198
|
+
query_params.append(('id', params['id']))
|
|
199
|
+
|
|
200
|
+
header_params = {}
|
|
201
|
+
|
|
202
|
+
form_params = []
|
|
203
|
+
local_var_files = {}
|
|
204
|
+
|
|
205
|
+
body_params = None
|
|
206
|
+
# HTTP header `Accept`
|
|
207
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
208
|
+
['application/json;charset=utf-8'])
|
|
209
|
+
|
|
210
|
+
# HTTP header `Content-Type`
|
|
211
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type(
|
|
212
|
+
['*/*'])
|
|
213
|
+
|
|
214
|
+
# Authentication setting
|
|
215
|
+
auth_settings = []
|
|
216
|
+
|
|
217
|
+
return self.api_client.call_api(
|
|
218
|
+
'/dunning-case-level/read', 'GET',
|
|
219
|
+
path_params,
|
|
220
|
+
query_params,
|
|
221
|
+
header_params,
|
|
222
|
+
body=body_params,
|
|
223
|
+
post_params=form_params,
|
|
224
|
+
files=local_var_files,
|
|
225
|
+
response_type='DunningCaseLevel',
|
|
226
|
+
auth_settings=auth_settings,
|
|
227
|
+
async_req=params.get('async_req'),
|
|
228
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
229
|
+
_preload_content=params.get('_preload_content', True),
|
|
230
|
+
_request_timeout=params.get('request_timeout'),
|
|
231
|
+
collection_formats=collection_formats)
|
|
232
|
+
|
|
233
|
+
def search(self, space_id, query, **kwargs):
|
|
234
|
+
"""Search
|
|
235
|
+
|
|
236
|
+
Searches for the entities as specified by the given query.
|
|
237
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
238
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
239
|
+
|
|
240
|
+
>>> thread = api.search(space_id, query, async_req=True)
|
|
241
|
+
>>> result = thread.get()
|
|
242
|
+
|
|
243
|
+
:param async_req bool
|
|
244
|
+
:param int space_id: (required)
|
|
245
|
+
:param EntityQuery query: Query restricting the returned dunning case levels. (required)
|
|
246
|
+
:return: list[DunningCaseLevel]
|
|
247
|
+
If the method is called asynchronously,
|
|
248
|
+
returns the request thread.
|
|
249
|
+
"""
|
|
250
|
+
kwargs['_return_http_data_only'] = True
|
|
251
|
+
|
|
252
|
+
kwargs['request_timeout'] = self.api_client.configuration.request_timeout
|
|
253
|
+
if kwargs.get('async_req'):
|
|
254
|
+
return self.search_with_http_info(space_id, query, **kwargs)
|
|
255
|
+
else:
|
|
256
|
+
(data) = self.search_with_http_info(space_id, query, **kwargs)
|
|
257
|
+
return data
|
|
258
|
+
|
|
259
|
+
def search_with_http_info(self, space_id, query, **kwargs):
|
|
260
|
+
"""Search
|
|
261
|
+
|
|
262
|
+
Searches for the entities as specified by the given query.
|
|
263
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
264
|
+
asynchronous HTTP request, please pass async_req=True.
|
|
265
|
+
|
|
266
|
+
>>> thread = api.search_with_http_info(space_id, query, async_req=True)
|
|
267
|
+
>>> result = thread.get()
|
|
268
|
+
|
|
269
|
+
:param async_req bool
|
|
270
|
+
:param int space_id: (required)
|
|
271
|
+
:param EntityQuery query: Query restricting the returned dunning case levels. (required)
|
|
272
|
+
:return: list[DunningCaseLevel]
|
|
273
|
+
If the method is called asynchronously,
|
|
274
|
+
returns the request thread.
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
all_params = ['space_id', 'query']
|
|
278
|
+
all_params.append('async_req')
|
|
279
|
+
all_params.append('_return_http_data_only')
|
|
280
|
+
all_params.append('_preload_content')
|
|
281
|
+
all_params.append('request_timeout')
|
|
282
|
+
|
|
283
|
+
params = locals()
|
|
284
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
285
|
+
if key not in all_params:
|
|
286
|
+
raise TypeError(
|
|
287
|
+
"Got an unexpected keyword argument '%s'"
|
|
288
|
+
" to method search" % key
|
|
289
|
+
)
|
|
290
|
+
params[key] = val
|
|
291
|
+
del params['kwargs']
|
|
292
|
+
# verify the required parameter 'space_id' is set
|
|
293
|
+
if ('space_id' not in params or
|
|
294
|
+
params['space_id'] is None):
|
|
295
|
+
raise ValueError("Missing the required parameter `space_id` when calling `search`")
|
|
296
|
+
# verify the required parameter 'query' is set
|
|
297
|
+
if ('query' not in params or
|
|
298
|
+
params['query'] is None):
|
|
299
|
+
raise ValueError("Missing the required parameter `query` when calling `search`")
|
|
300
|
+
|
|
301
|
+
collection_formats = {}
|
|
302
|
+
|
|
303
|
+
path_params = {}
|
|
304
|
+
|
|
305
|
+
query_params = []
|
|
306
|
+
if 'space_id' in params:
|
|
307
|
+
query_params.append(('spaceId', params['space_id']))
|
|
308
|
+
|
|
309
|
+
header_params = {}
|
|
310
|
+
|
|
311
|
+
form_params = []
|
|
312
|
+
local_var_files = {}
|
|
313
|
+
|
|
314
|
+
body_params = None
|
|
315
|
+
if 'query' in params:
|
|
316
|
+
body_params = params['query']
|
|
317
|
+
# HTTP header `Accept`
|
|
318
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
319
|
+
['application/json;charset=utf-8'])
|
|
320
|
+
|
|
321
|
+
# HTTP header `Content-Type`
|
|
322
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type(
|
|
323
|
+
['application/json;charset=utf-8'])
|
|
324
|
+
|
|
325
|
+
# Authentication setting
|
|
326
|
+
auth_settings = []
|
|
327
|
+
|
|
328
|
+
return self.api_client.call_api(
|
|
329
|
+
'/dunning-case-level/search', 'POST',
|
|
330
|
+
path_params,
|
|
331
|
+
query_params,
|
|
332
|
+
header_params,
|
|
333
|
+
body=body_params,
|
|
334
|
+
post_params=form_params,
|
|
335
|
+
files=local_var_files,
|
|
336
|
+
response_type='list[DunningCaseLevel]',
|
|
337
|
+
auth_settings=auth_settings,
|
|
338
|
+
async_req=params.get('async_req'),
|
|
339
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
340
|
+
_preload_content=params.get('_preload_content', True),
|
|
341
|
+
_request_timeout=params.get('request_timeout'),
|
|
342
|
+
collection_formats=collection_formats)
|