wallee-ruby-sdk 2.0.1 → 2.2.3
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/wallee-ruby-sdk.rb +71 -9
- data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
- data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
- data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
- data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
- data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
- data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
- data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
- data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
- data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
- data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
- data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/permission_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
- data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +342 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/space_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
- data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +110 -114
- data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/token_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
- data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
- data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
- data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
- data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api_client.rb +2 -4
- data/lib/wallee-ruby-sdk/api_error.rb +0 -4
- data/lib/wallee-ruby-sdk/configuration.rb +0 -4
- data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_active.rb +330 -0
- data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/account.rb +46 -6
- data/lib/wallee-ruby-sdk/models/account_create.rb +25 -5
- data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/address.rb +236 -15
- data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
- data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_attempt.rb +27 -6
- data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
- data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
- data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
- data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
- data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
- data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → customer_address.rb} +42 -56
- data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
- data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
- data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
- data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
- data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
- data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
- data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
- data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_connector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_contract.rb +25 -5
- data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/wallee-ruby-sdk/models/payment_link.rb +40 -5
- data/lib/wallee-ruby-sdk/models/payment_link_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_link_create.rb +44 -5
- data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_link_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal.rb +17 -16
- data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +146 -15
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_contact_address.rb +396 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +27 -6
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
- data/lib/wallee-ruby-sdk/models/permission.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
- data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
- data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
- data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
- data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
- data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
- data/lib/wallee-ruby-sdk/models/role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/sales_channel.rb +215 -0
- data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
- data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/shopify_integration.rb +428 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_app_version.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_reference.rb → shopify_subscriber.rb} +41 -25
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +321 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_tax_line.rb +201 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_active.rb +361 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +371 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_state.rb → shopify_subscription_product_state.rb} +8 -11
- data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +303 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_transaction.rb} +64 -50
- data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/space.rb +46 -6
- data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_create.rb +25 -5
- data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
- data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/space_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
- data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscriber.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_create.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscription.rb +52 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +86 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
- data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product.rb +31 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +32 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +32 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +35 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
- data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
- data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
- data/lib/wallee-ruby-sdk/models/token.rb +55 -5
- data/lib/wallee-ruby-sdk/models/token_create.rb +59 -5
- data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
- data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction.rb +126 -6
- data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion.rb +25 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +29 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_create.rb +96 -6
- data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_pending.rb +61 -5
- data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
- data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +64 -5
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +68 -5
- data/lib/wallee-ruby-sdk/models/user.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +16 -5
- data/lib/wallee-ruby-sdk/version.rb +1 -5
- data/test/transaction_create_service_test.rb +2 -2
- data/test/transaction_payment_page_service_test.rb +3 -3
- data/wallee-ruby-sdk.gemspec +1 -5
- metadata +77 -11
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -33,8 +29,8 @@ module Wallee
|
|
|
33
29
|
# This operation returns all entities which are available.
|
|
34
30
|
# @param [Hash] opts the optional parameters
|
|
35
31
|
# @return [Array<DocumentTemplateType>]
|
|
36
|
-
def
|
|
37
|
-
data, _status_code, _headers =
|
|
32
|
+
def all(opts = {})
|
|
33
|
+
data, _status_code, _headers = all_with_http_info(opts)
|
|
38
34
|
return data
|
|
39
35
|
end
|
|
40
36
|
|
|
@@ -42,9 +38,9 @@ module Wallee
|
|
|
42
38
|
# This operation returns all entities which are available.
|
|
43
39
|
# @param [Hash] opts the optional parameters
|
|
44
40
|
# @return [Array<(Array<DocumentTemplateType>, Fixnum, Hash)>] Array<DocumentTemplateType> data, response status code and response headers
|
|
45
|
-
def
|
|
41
|
+
def all_with_http_info(opts = {})
|
|
46
42
|
if @api_client.config.debugging
|
|
47
|
-
@api_client.config.logger.debug "Calling API: DocumentTemplateTypeService.
|
|
43
|
+
@api_client.config.logger.debug "Calling API: DocumentTemplateTypeService.all ..."
|
|
48
44
|
end
|
|
49
45
|
# resource path
|
|
50
46
|
local_var_path = "/document-template-type/all".sub('{format}','json')
|
|
@@ -77,7 +73,7 @@ module Wallee
|
|
|
77
73
|
:auth_names => auth_names,
|
|
78
74
|
:return_type => 'Array<DocumentTemplateType>')
|
|
79
75
|
if @api_client.config.debugging
|
|
80
|
-
@api_client.config.logger.debug "API called: DocumentTemplateTypeService#
|
|
76
|
+
@api_client.config.logger.debug "API called: DocumentTemplateTypeService#all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
81
77
|
end
|
|
82
78
|
return data, status_code, headers
|
|
83
79
|
end
|
|
@@ -87,8 +83,8 @@ module Wallee
|
|
|
87
83
|
# @param id The id of the document template type which should be returned.
|
|
88
84
|
# @param [Hash] opts the optional parameters
|
|
89
85
|
# @return [DocumentTemplateType]
|
|
90
|
-
def
|
|
91
|
-
data, _status_code, _headers =
|
|
86
|
+
def read(id, opts = {})
|
|
87
|
+
data, _status_code, _headers = read_with_http_info(id, opts)
|
|
92
88
|
return data
|
|
93
89
|
end
|
|
94
90
|
|
|
@@ -97,12 +93,12 @@ module Wallee
|
|
|
97
93
|
# @param id The id of the document template type which should be returned.
|
|
98
94
|
# @param [Hash] opts the optional parameters
|
|
99
95
|
# @return [Array<(DocumentTemplateType, Fixnum, Hash)>] DocumentTemplateType data, response status code and response headers
|
|
100
|
-
def
|
|
96
|
+
def read_with_http_info(id, opts = {})
|
|
101
97
|
if @api_client.config.debugging
|
|
102
|
-
@api_client.config.logger.debug "Calling API: DocumentTemplateTypeService.
|
|
98
|
+
@api_client.config.logger.debug "Calling API: DocumentTemplateTypeService.read ..."
|
|
103
99
|
end
|
|
104
100
|
# verify the required parameter 'id' is set
|
|
105
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling DocumentTemplateTypeService.
|
|
101
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DocumentTemplateTypeService.read" if id.nil?
|
|
106
102
|
# resource path
|
|
107
103
|
local_var_path = "/document-template-type/read".sub('{format}','json')
|
|
108
104
|
|
|
@@ -135,7 +131,7 @@ module Wallee
|
|
|
135
131
|
:auth_names => auth_names,
|
|
136
132
|
:return_type => 'DocumentTemplateType')
|
|
137
133
|
if @api_client.config.debugging
|
|
138
|
-
@api_client.config.logger.debug "API called: DocumentTemplateTypeService#
|
|
134
|
+
@api_client.config.logger.debug "API called: DocumentTemplateTypeService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
139
135
|
end
|
|
140
136
|
return data, status_code, headers
|
|
141
137
|
end
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -34,8 +30,8 @@ module Wallee
|
|
|
34
30
|
# @param [Hash] opts the optional parameters
|
|
35
31
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
36
32
|
# @return [Integer]
|
|
37
|
-
def
|
|
38
|
-
data, _status_code, _headers =
|
|
33
|
+
def count(opts = {})
|
|
34
|
+
data, _status_code, _headers = count_with_http_info(opts)
|
|
39
35
|
return data
|
|
40
36
|
end
|
|
41
37
|
|
|
@@ -44,9 +40,9 @@ module Wallee
|
|
|
44
40
|
# @param [Hash] opts the optional parameters
|
|
45
41
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
46
42
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
47
|
-
def
|
|
43
|
+
def count_with_http_info(opts = {})
|
|
48
44
|
if @api_client.config.debugging
|
|
49
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
45
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.count ..."
|
|
50
46
|
end
|
|
51
47
|
# resource path
|
|
52
48
|
local_var_path = "/human-user/count".sub('{format}','json')
|
|
@@ -79,7 +75,7 @@ module Wallee
|
|
|
79
75
|
:auth_names => auth_names,
|
|
80
76
|
:return_type => 'Integer')
|
|
81
77
|
if @api_client.config.debugging
|
|
82
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
78
|
+
@api_client.config.logger.debug "API called: HumanUserService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
83
79
|
end
|
|
84
80
|
return data, status_code, headers
|
|
85
81
|
end
|
|
@@ -89,8 +85,8 @@ module Wallee
|
|
|
89
85
|
# @param entity The human user object with the properties which should be created.
|
|
90
86
|
# @param [Hash] opts the optional parameters
|
|
91
87
|
# @return [HumanUser]
|
|
92
|
-
def
|
|
93
|
-
data, _status_code, _headers =
|
|
88
|
+
def create(entity, opts = {})
|
|
89
|
+
data, _status_code, _headers = create_with_http_info(entity, opts)
|
|
94
90
|
return data
|
|
95
91
|
end
|
|
96
92
|
|
|
@@ -99,12 +95,12 @@ module Wallee
|
|
|
99
95
|
# @param entity The human user object with the properties which should be created.
|
|
100
96
|
# @param [Hash] opts the optional parameters
|
|
101
97
|
# @return [Array<(HumanUser, Fixnum, Hash)>] HumanUser data, response status code and response headers
|
|
102
|
-
def
|
|
98
|
+
def create_with_http_info(entity, opts = {})
|
|
103
99
|
if @api_client.config.debugging
|
|
104
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
100
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.create ..."
|
|
105
101
|
end
|
|
106
102
|
# verify the required parameter 'entity' is set
|
|
107
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling HumanUserService.
|
|
103
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling HumanUserService.create" if entity.nil?
|
|
108
104
|
# resource path
|
|
109
105
|
local_var_path = "/human-user/create".sub('{format}','json')
|
|
110
106
|
|
|
@@ -136,7 +132,7 @@ module Wallee
|
|
|
136
132
|
:auth_names => auth_names,
|
|
137
133
|
:return_type => 'HumanUser')
|
|
138
134
|
if @api_client.config.debugging
|
|
139
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
135
|
+
@api_client.config.logger.debug "API called: HumanUserService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
140
136
|
end
|
|
141
137
|
return data, status_code, headers
|
|
142
138
|
end
|
|
@@ -146,8 +142,8 @@ module Wallee
|
|
|
146
142
|
# @param id
|
|
147
143
|
# @param [Hash] opts the optional parameters
|
|
148
144
|
# @return [nil]
|
|
149
|
-
def
|
|
150
|
-
|
|
145
|
+
def delete(id, opts = {})
|
|
146
|
+
delete_with_http_info(id, opts)
|
|
151
147
|
return nil
|
|
152
148
|
end
|
|
153
149
|
|
|
@@ -156,12 +152,12 @@ module Wallee
|
|
|
156
152
|
# @param id
|
|
157
153
|
# @param [Hash] opts the optional parameters
|
|
158
154
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
159
|
-
def
|
|
155
|
+
def delete_with_http_info(id, opts = {})
|
|
160
156
|
if @api_client.config.debugging
|
|
161
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
157
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.delete ..."
|
|
162
158
|
end
|
|
163
159
|
# verify the required parameter 'id' is set
|
|
164
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling HumanUserService.
|
|
160
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling HumanUserService.delete" if id.nil?
|
|
165
161
|
# resource path
|
|
166
162
|
local_var_path = "/human-user/delete".sub('{format}','json')
|
|
167
163
|
|
|
@@ -192,7 +188,7 @@ module Wallee
|
|
|
192
188
|
:body => post_body,
|
|
193
189
|
:auth_names => auth_names)
|
|
194
190
|
if @api_client.config.debugging
|
|
195
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
191
|
+
@api_client.config.logger.debug "API called: HumanUserService#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
196
192
|
end
|
|
197
193
|
return data, status_code, headers
|
|
198
194
|
end
|
|
@@ -202,8 +198,8 @@ module Wallee
|
|
|
202
198
|
# @param request The request controls the entries which are exported.
|
|
203
199
|
# @param [Hash] opts the optional parameters
|
|
204
200
|
# @return [String]
|
|
205
|
-
def
|
|
206
|
-
data, _status_code, _headers =
|
|
201
|
+
def export(request, opts = {})
|
|
202
|
+
data, _status_code, _headers = export_with_http_info(request, opts)
|
|
207
203
|
return data
|
|
208
204
|
end
|
|
209
205
|
|
|
@@ -212,12 +208,12 @@ module Wallee
|
|
|
212
208
|
# @param request The request controls the entries which are exported.
|
|
213
209
|
# @param [Hash] opts the optional parameters
|
|
214
210
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
215
|
-
def
|
|
211
|
+
def export_with_http_info(request, opts = {})
|
|
216
212
|
if @api_client.config.debugging
|
|
217
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
213
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.export ..."
|
|
218
214
|
end
|
|
219
215
|
# verify the required parameter 'request' is set
|
|
220
|
-
fail ArgumentError, "Missing the required parameter 'request' when calling HumanUserService.
|
|
216
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling HumanUserService.export" if request.nil?
|
|
221
217
|
# resource path
|
|
222
218
|
local_var_path = "/human-user/export".sub('{format}','json')
|
|
223
219
|
|
|
@@ -249,7 +245,7 @@ module Wallee
|
|
|
249
245
|
:auth_names => auth_names,
|
|
250
246
|
:return_type => 'String')
|
|
251
247
|
if @api_client.config.debugging
|
|
252
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
248
|
+
@api_client.config.logger.debug "API called: HumanUserService#export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
253
249
|
end
|
|
254
250
|
return data, status_code, headers
|
|
255
251
|
end
|
|
@@ -259,8 +255,8 @@ module Wallee
|
|
|
259
255
|
# @param id The id of the human user which should be returned.
|
|
260
256
|
# @param [Hash] opts the optional parameters
|
|
261
257
|
# @return [HumanUser]
|
|
262
|
-
def
|
|
263
|
-
data, _status_code, _headers =
|
|
258
|
+
def read(id, opts = {})
|
|
259
|
+
data, _status_code, _headers = read_with_http_info(id, opts)
|
|
264
260
|
return data
|
|
265
261
|
end
|
|
266
262
|
|
|
@@ -269,12 +265,12 @@ module Wallee
|
|
|
269
265
|
# @param id The id of the human user which should be returned.
|
|
270
266
|
# @param [Hash] opts the optional parameters
|
|
271
267
|
# @return [Array<(HumanUser, Fixnum, Hash)>] HumanUser data, response status code and response headers
|
|
272
|
-
def
|
|
268
|
+
def read_with_http_info(id, opts = {})
|
|
273
269
|
if @api_client.config.debugging
|
|
274
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
270
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.read ..."
|
|
275
271
|
end
|
|
276
272
|
# verify the required parameter 'id' is set
|
|
277
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling HumanUserService.
|
|
273
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling HumanUserService.read" if id.nil?
|
|
278
274
|
# resource path
|
|
279
275
|
local_var_path = "/human-user/read".sub('{format}','json')
|
|
280
276
|
|
|
@@ -307,7 +303,7 @@ module Wallee
|
|
|
307
303
|
:auth_names => auth_names,
|
|
308
304
|
:return_type => 'HumanUser')
|
|
309
305
|
if @api_client.config.debugging
|
|
310
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
306
|
+
@api_client.config.logger.debug "API called: HumanUserService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
311
307
|
end
|
|
312
308
|
return data, status_code, headers
|
|
313
309
|
end
|
|
@@ -317,8 +313,8 @@ module Wallee
|
|
|
317
313
|
# @param query The query restricts the human users which are returned by the search.
|
|
318
314
|
# @param [Hash] opts the optional parameters
|
|
319
315
|
# @return [Array<HumanUser>]
|
|
320
|
-
def
|
|
321
|
-
data, _status_code, _headers =
|
|
316
|
+
def search(query, opts = {})
|
|
317
|
+
data, _status_code, _headers = search_with_http_info(query, opts)
|
|
322
318
|
return data
|
|
323
319
|
end
|
|
324
320
|
|
|
@@ -327,12 +323,12 @@ module Wallee
|
|
|
327
323
|
# @param query The query restricts the human users which are returned by the search.
|
|
328
324
|
# @param [Hash] opts the optional parameters
|
|
329
325
|
# @return [Array<(Array<HumanUser>, Fixnum, Hash)>] Array<HumanUser> data, response status code and response headers
|
|
330
|
-
def
|
|
326
|
+
def search_with_http_info(query, opts = {})
|
|
331
327
|
if @api_client.config.debugging
|
|
332
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
328
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.search ..."
|
|
333
329
|
end
|
|
334
330
|
# verify the required parameter 'query' is set
|
|
335
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling HumanUserService.
|
|
331
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling HumanUserService.search" if query.nil?
|
|
336
332
|
# resource path
|
|
337
333
|
local_var_path = "/human-user/search".sub('{format}','json')
|
|
338
334
|
|
|
@@ -364,7 +360,7 @@ module Wallee
|
|
|
364
360
|
:auth_names => auth_names,
|
|
365
361
|
:return_type => 'Array<HumanUser>')
|
|
366
362
|
if @api_client.config.debugging
|
|
367
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
363
|
+
@api_client.config.logger.debug "API called: HumanUserService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
368
364
|
end
|
|
369
365
|
return data, status_code, headers
|
|
370
366
|
end
|
|
@@ -374,8 +370,8 @@ module Wallee
|
|
|
374
370
|
# @param entity The object with all the properties which should be updated. The id and the version are required properties.
|
|
375
371
|
# @param [Hash] opts the optional parameters
|
|
376
372
|
# @return [HumanUser]
|
|
377
|
-
def
|
|
378
|
-
data, _status_code, _headers =
|
|
373
|
+
def update(entity, opts = {})
|
|
374
|
+
data, _status_code, _headers = update_with_http_info(entity, opts)
|
|
379
375
|
return data
|
|
380
376
|
end
|
|
381
377
|
|
|
@@ -384,12 +380,12 @@ module Wallee
|
|
|
384
380
|
# @param entity The object with all the properties which should be updated. The id and the version are required properties.
|
|
385
381
|
# @param [Hash] opts the optional parameters
|
|
386
382
|
# @return [Array<(HumanUser, Fixnum, Hash)>] HumanUser data, response status code and response headers
|
|
387
|
-
def
|
|
383
|
+
def update_with_http_info(entity, opts = {})
|
|
388
384
|
if @api_client.config.debugging
|
|
389
|
-
@api_client.config.logger.debug "Calling API: HumanUserService.
|
|
385
|
+
@api_client.config.logger.debug "Calling API: HumanUserService.update ..."
|
|
390
386
|
end
|
|
391
387
|
# verify the required parameter 'entity' is set
|
|
392
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling HumanUserService.
|
|
388
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling HumanUserService.update" if entity.nil?
|
|
393
389
|
# resource path
|
|
394
390
|
local_var_path = "/human-user/update".sub('{format}','json')
|
|
395
391
|
|
|
@@ -421,7 +417,7 @@ module Wallee
|
|
|
421
417
|
:auth_names => auth_names,
|
|
422
418
|
:return_type => 'HumanUser')
|
|
423
419
|
if @api_client.config.debugging
|
|
424
|
-
@api_client.config.logger.debug "API called: HumanUserService#
|
|
420
|
+
@api_client.config.logger.debug "API called: HumanUserService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
425
421
|
end
|
|
426
422
|
return data, status_code, headers
|
|
427
423
|
end
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -35,8 +31,8 @@ module Wallee
|
|
|
35
31
|
# @param filter The filter which restricts the installment payment which are used to calculate the count.
|
|
36
32
|
# @param [Hash] opts the optional parameters
|
|
37
33
|
# @return [Integer]
|
|
38
|
-
def
|
|
39
|
-
data, _status_code, _headers =
|
|
34
|
+
def count(space_id, filter, opts = {})
|
|
35
|
+
data, _status_code, _headers = count_with_http_info(space_id, filter, opts)
|
|
40
36
|
return data
|
|
41
37
|
end
|
|
42
38
|
|
|
@@ -46,14 +42,14 @@ module Wallee
|
|
|
46
42
|
# @param filter The filter which restricts the installment payment which are used to calculate the count.
|
|
47
43
|
# @param [Hash] opts the optional parameters
|
|
48
44
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
49
|
-
def
|
|
45
|
+
def count_with_http_info(space_id, filter, opts = {})
|
|
50
46
|
if @api_client.config.debugging
|
|
51
|
-
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.count ..."
|
|
52
48
|
end
|
|
53
49
|
# verify the required parameter 'space_id' is set
|
|
54
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.count" if space_id.nil?
|
|
55
51
|
# verify the required parameter 'filter' is set
|
|
56
|
-
fail ArgumentError, "Missing the required parameter 'filter' when calling InstallmentPaymentService.
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'filter' when calling InstallmentPaymentService.count" if filter.nil?
|
|
57
53
|
# resource path
|
|
58
54
|
local_var_path = "/installment-payment/count".sub('{format}','json')
|
|
59
55
|
|
|
@@ -86,7 +82,7 @@ module Wallee
|
|
|
86
82
|
:auth_names => auth_names,
|
|
87
83
|
:return_type => 'Integer')
|
|
88
84
|
if @api_client.config.debugging
|
|
89
|
-
@api_client.config.logger.debug "API called: InstallmentPaymentService#
|
|
85
|
+
@api_client.config.logger.debug "API called: InstallmentPaymentService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
90
86
|
end
|
|
91
87
|
return data, status_code, headers
|
|
92
88
|
end
|
|
@@ -98,8 +94,8 @@ module Wallee
|
|
|
98
94
|
# @param installment_plan_configuration The installment plan configuration ID which should be applied on the transaction.
|
|
99
95
|
# @param [Hash] opts the optional parameters
|
|
100
96
|
# @return [InstallmentPayment]
|
|
101
|
-
def
|
|
102
|
-
data, _status_code, _headers =
|
|
97
|
+
def create_installment_payment(space_id, transaction_id, installment_plan_configuration, opts = {})
|
|
98
|
+
data, _status_code, _headers = create_installment_payment_with_http_info(space_id, transaction_id, installment_plan_configuration, opts)
|
|
103
99
|
return data
|
|
104
100
|
end
|
|
105
101
|
|
|
@@ -110,16 +106,16 @@ module Wallee
|
|
|
110
106
|
# @param installment_plan_configuration The installment plan configuration ID which should be applied on the transaction.
|
|
111
107
|
# @param [Hash] opts the optional parameters
|
|
112
108
|
# @return [Array<(InstallmentPayment, Fixnum, Hash)>] InstallmentPayment data, response status code and response headers
|
|
113
|
-
def
|
|
109
|
+
def create_installment_payment_with_http_info(space_id, transaction_id, installment_plan_configuration, opts = {})
|
|
114
110
|
if @api_client.config.debugging
|
|
115
|
-
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.
|
|
111
|
+
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.create_installment_payment ..."
|
|
116
112
|
end
|
|
117
113
|
# verify the required parameter 'space_id' is set
|
|
118
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.
|
|
114
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.create_installment_payment" if space_id.nil?
|
|
119
115
|
# verify the required parameter 'transaction_id' is set
|
|
120
|
-
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling InstallmentPaymentService.
|
|
116
|
+
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling InstallmentPaymentService.create_installment_payment" if transaction_id.nil?
|
|
121
117
|
# verify the required parameter 'installment_plan_configuration' is set
|
|
122
|
-
fail ArgumentError, "Missing the required parameter 'installment_plan_configuration' when calling InstallmentPaymentService.
|
|
118
|
+
fail ArgumentError, "Missing the required parameter 'installment_plan_configuration' when calling InstallmentPaymentService.create_installment_payment" if installment_plan_configuration.nil?
|
|
123
119
|
# resource path
|
|
124
120
|
local_var_path = "/installment-payment/createInstallmentPayment".sub('{format}','json')
|
|
125
121
|
|
|
@@ -154,7 +150,7 @@ module Wallee
|
|
|
154
150
|
:auth_names => auth_names,
|
|
155
151
|
:return_type => 'InstallmentPayment')
|
|
156
152
|
if @api_client.config.debugging
|
|
157
|
-
@api_client.config.logger.debug "API called: InstallmentPaymentService#
|
|
153
|
+
@api_client.config.logger.debug "API called: InstallmentPaymentService#create_installment_payment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
158
154
|
end
|
|
159
155
|
return data, status_code, headers
|
|
160
156
|
end
|
|
@@ -165,8 +161,8 @@ module Wallee
|
|
|
165
161
|
# @param id The id of the installment payment which should be returned.
|
|
166
162
|
# @param [Hash] opts the optional parameters
|
|
167
163
|
# @return [InstallmentPayment]
|
|
168
|
-
def
|
|
169
|
-
data, _status_code, _headers =
|
|
164
|
+
def read(space_id, id, opts = {})
|
|
165
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
|
170
166
|
return data
|
|
171
167
|
end
|
|
172
168
|
|
|
@@ -176,14 +172,14 @@ module Wallee
|
|
|
176
172
|
# @param id The id of the installment payment which should be returned.
|
|
177
173
|
# @param [Hash] opts the optional parameters
|
|
178
174
|
# @return [Array<(InstallmentPayment, Fixnum, Hash)>] InstallmentPayment data, response status code and response headers
|
|
179
|
-
def
|
|
175
|
+
def read_with_http_info(space_id, id, opts = {})
|
|
180
176
|
if @api_client.config.debugging
|
|
181
|
-
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.
|
|
177
|
+
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.read ..."
|
|
182
178
|
end
|
|
183
179
|
# verify the required parameter 'space_id' is set
|
|
184
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.
|
|
180
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.read" if space_id.nil?
|
|
185
181
|
# verify the required parameter 'id' is set
|
|
186
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling InstallmentPaymentService.
|
|
182
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling InstallmentPaymentService.read" if id.nil?
|
|
187
183
|
# resource path
|
|
188
184
|
local_var_path = "/installment-payment/read".sub('{format}','json')
|
|
189
185
|
|
|
@@ -217,7 +213,7 @@ module Wallee
|
|
|
217
213
|
:auth_names => auth_names,
|
|
218
214
|
:return_type => 'InstallmentPayment')
|
|
219
215
|
if @api_client.config.debugging
|
|
220
|
-
@api_client.config.logger.debug "API called: InstallmentPaymentService#
|
|
216
|
+
@api_client.config.logger.debug "API called: InstallmentPaymentService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
221
217
|
end
|
|
222
218
|
return data, status_code, headers
|
|
223
219
|
end
|
|
@@ -228,8 +224,8 @@ module Wallee
|
|
|
228
224
|
# @param query The query restricts the installment payments which are returned by the search.
|
|
229
225
|
# @param [Hash] opts the optional parameters
|
|
230
226
|
# @return [Array<InstallmentPayment>]
|
|
231
|
-
def
|
|
232
|
-
data, _status_code, _headers =
|
|
227
|
+
def search(space_id, query, opts = {})
|
|
228
|
+
data, _status_code, _headers = search_with_http_info(space_id, query, opts)
|
|
233
229
|
return data
|
|
234
230
|
end
|
|
235
231
|
|
|
@@ -239,14 +235,14 @@ module Wallee
|
|
|
239
235
|
# @param query The query restricts the installment payments which are returned by the search.
|
|
240
236
|
# @param [Hash] opts the optional parameters
|
|
241
237
|
# @return [Array<(Array<InstallmentPayment>, Fixnum, Hash)>] Array<InstallmentPayment> data, response status code and response headers
|
|
242
|
-
def
|
|
238
|
+
def search_with_http_info(space_id, query, opts = {})
|
|
243
239
|
if @api_client.config.debugging
|
|
244
|
-
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.
|
|
240
|
+
@api_client.config.logger.debug "Calling API: InstallmentPaymentService.search ..."
|
|
245
241
|
end
|
|
246
242
|
# verify the required parameter 'space_id' is set
|
|
247
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.
|
|
243
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.search" if space_id.nil?
|
|
248
244
|
# verify the required parameter 'query' is set
|
|
249
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling InstallmentPaymentService.
|
|
245
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling InstallmentPaymentService.search" if query.nil?
|
|
250
246
|
# resource path
|
|
251
247
|
local_var_path = "/installment-payment/search".sub('{format}','json')
|
|
252
248
|
|
|
@@ -279,7 +275,7 @@ module Wallee
|
|
|
279
275
|
:auth_names => auth_names,
|
|
280
276
|
:return_type => 'Array<InstallmentPayment>')
|
|
281
277
|
if @api_client.config.debugging
|
|
282
|
-
@api_client.config.logger.debug "API called: InstallmentPaymentService#
|
|
278
|
+
@api_client.config.logger.debug "API called: InstallmentPaymentService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
283
279
|
end
|
|
284
280
|
return data, status_code, headers
|
|
285
281
|
end
|