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
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
The wallee API allows an easy interaction with the wallee web service.
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
|
|
16
|
+
=end
|
|
17
|
+
|
|
18
|
+
require "uri"
|
|
19
|
+
|
|
20
|
+
module Wallee
|
|
21
|
+
class TransactionTerminalService
|
|
22
|
+
attr_accessor :api_client
|
|
23
|
+
|
|
24
|
+
def initialize(api_client = ApiClient.default)
|
|
25
|
+
@api_client = api_client
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# getTerminalReceipt
|
|
29
|
+
# Returns the PDF document for the requested terminal receipt with the given page width.
|
|
30
|
+
# @param space_id
|
|
31
|
+
# @param transaction_id The ID of the transaction to get the receipt for.
|
|
32
|
+
# @param type_id
|
|
33
|
+
# @param width
|
|
34
|
+
# @param [Hash] opts the optional parameters
|
|
35
|
+
# @return [RenderedTerminalReceipt]
|
|
36
|
+
def receipt(space_id, transaction_id, type_id, width, opts = {})
|
|
37
|
+
data, _status_code, _headers = receipt_with_http_info(space_id, transaction_id, type_id, width, opts)
|
|
38
|
+
return data
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
# getTerminalReceipt
|
|
42
|
+
# Returns the PDF document for the requested terminal receipt with the given page width.
|
|
43
|
+
# @param space_id
|
|
44
|
+
# @param transaction_id The ID of the transaction to get the receipt for.
|
|
45
|
+
# @param type_id
|
|
46
|
+
# @param width
|
|
47
|
+
# @param [Hash] opts the optional parameters
|
|
48
|
+
# @return [Array<(RenderedTerminalReceipt, Fixnum, Hash)>] RenderedTerminalReceipt data, response status code and response headers
|
|
49
|
+
def receipt_with_http_info(space_id, transaction_id, type_id, width, opts = {})
|
|
50
|
+
if @api_client.config.debugging
|
|
51
|
+
@api_client.config.logger.debug "Calling API: TransactionTerminalService.receipt ..."
|
|
52
|
+
end
|
|
53
|
+
# verify the required parameter 'space_id' is set
|
|
54
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionTerminalService.receipt" if space_id.nil?
|
|
55
|
+
# verify the required parameter 'transaction_id' is set
|
|
56
|
+
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling TransactionTerminalService.receipt" if transaction_id.nil?
|
|
57
|
+
# verify the required parameter 'type_id' is set
|
|
58
|
+
fail ArgumentError, "Missing the required parameter 'type_id' when calling TransactionTerminalService.receipt" if type_id.nil?
|
|
59
|
+
# verify the required parameter 'width' is set
|
|
60
|
+
fail ArgumentError, "Missing the required parameter 'width' when calling TransactionTerminalService.receipt" if width.nil?
|
|
61
|
+
# resource path
|
|
62
|
+
local_var_path = "/transaction-terminal/receipt".sub('{format}','json')
|
|
63
|
+
|
|
64
|
+
# query parameters
|
|
65
|
+
query_params = {}
|
|
66
|
+
query_params[:'spaceId'] = space_id
|
|
67
|
+
query_params[:'transactionId'] = transaction_id
|
|
68
|
+
query_params[:'typeId'] = type_id
|
|
69
|
+
query_params[:'width'] = width
|
|
70
|
+
|
|
71
|
+
# header parameters
|
|
72
|
+
header_params = {}
|
|
73
|
+
|
|
74
|
+
# HTTP header 'Accept' (if needed)
|
|
75
|
+
local_header_accept = ['application/json;charset=utf-8']
|
|
76
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
77
|
+
|
|
78
|
+
# HTTP header 'Content-Type'
|
|
79
|
+
local_header_content_type = ['*/*']
|
|
80
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
81
|
+
|
|
82
|
+
# form parameters
|
|
83
|
+
form_params = {}
|
|
84
|
+
|
|
85
|
+
# http body (model)
|
|
86
|
+
post_body = nil
|
|
87
|
+
auth_names = []
|
|
88
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
89
|
+
:header_params => header_params,
|
|
90
|
+
:query_params => query_params,
|
|
91
|
+
:form_params => form_params,
|
|
92
|
+
:body => post_body,
|
|
93
|
+
:auth_names => auth_names,
|
|
94
|
+
:return_type => 'RenderedTerminalReceipt')
|
|
95
|
+
if @api_client.config.debugging
|
|
96
|
+
@api_client.config.logger.debug "API called: TransactionTerminalService#receipt\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
97
|
+
end
|
|
98
|
+
return data, status_code, headers
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Create Till Connection Credentials
|
|
102
|
+
# This operation creates a set of credentials to use within the WebSocket.
|
|
103
|
+
# @param space_id
|
|
104
|
+
# @param transaction_id The ID of the transaction which is used to process with the terminal.
|
|
105
|
+
# @param terminal_id The ID of the terminal which should be used to process the transaction.
|
|
106
|
+
# @param [Hash] opts the optional parameters
|
|
107
|
+
# @option opts [String] :language The language in which the messages should be rendered in.
|
|
108
|
+
# @return [String]
|
|
109
|
+
def till_connection_credentials(space_id, transaction_id, terminal_id, opts = {})
|
|
110
|
+
data, _status_code, _headers = till_connection_credentials_with_http_info(space_id, transaction_id, terminal_id, opts)
|
|
111
|
+
return data
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
# Create Till Connection Credentials
|
|
115
|
+
# This operation creates a set of credentials to use within the WebSocket.
|
|
116
|
+
# @param space_id
|
|
117
|
+
# @param transaction_id The ID of the transaction which is used to process with the terminal.
|
|
118
|
+
# @param terminal_id The ID of the terminal which should be used to process the transaction.
|
|
119
|
+
# @param [Hash] opts the optional parameters
|
|
120
|
+
# @option opts [String] :language The language in which the messages should be rendered in.
|
|
121
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
122
|
+
def till_connection_credentials_with_http_info(space_id, transaction_id, terminal_id, opts = {})
|
|
123
|
+
if @api_client.config.debugging
|
|
124
|
+
@api_client.config.logger.debug "Calling API: TransactionTerminalService.till_connection_credentials ..."
|
|
125
|
+
end
|
|
126
|
+
# verify the required parameter 'space_id' is set
|
|
127
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionTerminalService.till_connection_credentials" if space_id.nil?
|
|
128
|
+
# verify the required parameter 'transaction_id' is set
|
|
129
|
+
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling TransactionTerminalService.till_connection_credentials" if transaction_id.nil?
|
|
130
|
+
# verify the required parameter 'terminal_id' is set
|
|
131
|
+
fail ArgumentError, "Missing the required parameter 'terminal_id' when calling TransactionTerminalService.till_connection_credentials" if terminal_id.nil?
|
|
132
|
+
# resource path
|
|
133
|
+
local_var_path = "/transaction-terminal/till-connection-credentials".sub('{format}','json')
|
|
134
|
+
|
|
135
|
+
# query parameters
|
|
136
|
+
query_params = {}
|
|
137
|
+
query_params[:'spaceId'] = space_id
|
|
138
|
+
query_params[:'transactionId'] = transaction_id
|
|
139
|
+
query_params[:'terminalId'] = terminal_id
|
|
140
|
+
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
|
141
|
+
|
|
142
|
+
# header parameters
|
|
143
|
+
header_params = {}
|
|
144
|
+
|
|
145
|
+
# HTTP header 'Accept' (if needed)
|
|
146
|
+
local_header_accept = []
|
|
147
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
148
|
+
|
|
149
|
+
# HTTP header 'Content-Type'
|
|
150
|
+
local_header_content_type = []
|
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
152
|
+
|
|
153
|
+
# form parameters
|
|
154
|
+
form_params = {}
|
|
155
|
+
|
|
156
|
+
# http body (model)
|
|
157
|
+
post_body = nil
|
|
158
|
+
auth_names = []
|
|
159
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
160
|
+
:header_params => header_params,
|
|
161
|
+
:query_params => query_params,
|
|
162
|
+
:form_params => form_params,
|
|
163
|
+
:body => post_body,
|
|
164
|
+
:auth_names => auth_names,
|
|
165
|
+
:return_type => 'String')
|
|
166
|
+
if @api_client.config.debugging
|
|
167
|
+
@api_client.config.logger.debug "API called: TransactionTerminalService#till_connection_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
168
|
+
end
|
|
169
|
+
return data, status_code, headers
|
|
170
|
+
end
|
|
171
|
+
end
|
|
172
|
+
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 [Hash] opts the optional parameters
|
|
36
32
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
37
33
|
# @return [Integer]
|
|
38
|
-
def
|
|
39
|
-
data, _status_code, _headers =
|
|
34
|
+
def count(space_id, opts = {})
|
|
35
|
+
data, _status_code, _headers = count_with_http_info(space_id, opts)
|
|
40
36
|
return data
|
|
41
37
|
end
|
|
42
38
|
|
|
@@ -46,12 +42,12 @@ module Wallee
|
|
|
46
42
|
# @param [Hash] opts the optional parameters
|
|
47
43
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
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, opts = {})
|
|
50
46
|
if @api_client.config.debugging
|
|
51
|
-
@api_client.config.logger.debug "Calling API: TransactionVoidService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionVoidService.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 TransactionVoidService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.count" if space_id.nil?
|
|
55
51
|
# resource path
|
|
56
52
|
local_var_path = "/transaction-void/count".sub('{format}','json')
|
|
57
53
|
|
|
@@ -84,7 +80,7 @@ module Wallee
|
|
|
84
80
|
:auth_names => auth_names,
|
|
85
81
|
:return_type => 'Integer')
|
|
86
82
|
if @api_client.config.debugging
|
|
87
|
-
@api_client.config.logger.debug "API called: TransactionVoidService#
|
|
83
|
+
@api_client.config.logger.debug "API called: TransactionVoidService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
88
84
|
end
|
|
89
85
|
return data, status_code, headers
|
|
90
86
|
end
|
|
@@ -95,8 +91,8 @@ module Wallee
|
|
|
95
91
|
# @param id The id of the transaction voids which should be returned.
|
|
96
92
|
# @param [Hash] opts the optional parameters
|
|
97
93
|
# @return [TransactionVoid]
|
|
98
|
-
def
|
|
99
|
-
data, _status_code, _headers =
|
|
94
|
+
def read(space_id, id, opts = {})
|
|
95
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
|
100
96
|
return data
|
|
101
97
|
end
|
|
102
98
|
|
|
@@ -106,14 +102,14 @@ module Wallee
|
|
|
106
102
|
# @param id The id of the transaction voids which should be returned.
|
|
107
103
|
# @param [Hash] opts the optional parameters
|
|
108
104
|
# @return [Array<(TransactionVoid, Fixnum, Hash)>] TransactionVoid data, response status code and response headers
|
|
109
|
-
def
|
|
105
|
+
def read_with_http_info(space_id, id, opts = {})
|
|
110
106
|
if @api_client.config.debugging
|
|
111
|
-
@api_client.config.logger.debug "Calling API: TransactionVoidService.
|
|
107
|
+
@api_client.config.logger.debug "Calling API: TransactionVoidService.read ..."
|
|
112
108
|
end
|
|
113
109
|
# verify the required parameter 'space_id' is set
|
|
114
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.
|
|
110
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.read" if space_id.nil?
|
|
115
111
|
# verify the required parameter 'id' is set
|
|
116
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.
|
|
112
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.read" if id.nil?
|
|
117
113
|
# resource path
|
|
118
114
|
local_var_path = "/transaction-void/read".sub('{format}','json')
|
|
119
115
|
|
|
@@ -147,7 +143,7 @@ module Wallee
|
|
|
147
143
|
:auth_names => auth_names,
|
|
148
144
|
:return_type => 'TransactionVoid')
|
|
149
145
|
if @api_client.config.debugging
|
|
150
|
-
@api_client.config.logger.debug "API called: TransactionVoidService#
|
|
146
|
+
@api_client.config.logger.debug "API called: TransactionVoidService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
151
147
|
end
|
|
152
148
|
return data, status_code, headers
|
|
153
149
|
end
|
|
@@ -158,8 +154,8 @@ module Wallee
|
|
|
158
154
|
# @param query The query restricts the transaction voids which are returned by the search.
|
|
159
155
|
# @param [Hash] opts the optional parameters
|
|
160
156
|
# @return [Array<TransactionVoid>]
|
|
161
|
-
def
|
|
162
|
-
data, _status_code, _headers =
|
|
157
|
+
def search(space_id, query, opts = {})
|
|
158
|
+
data, _status_code, _headers = search_with_http_info(space_id, query, opts)
|
|
163
159
|
return data
|
|
164
160
|
end
|
|
165
161
|
|
|
@@ -169,14 +165,14 @@ module Wallee
|
|
|
169
165
|
# @param query The query restricts the transaction voids which are returned by the search.
|
|
170
166
|
# @param [Hash] opts the optional parameters
|
|
171
167
|
# @return [Array<(Array<TransactionVoid>, Fixnum, Hash)>] Array<TransactionVoid> data, response status code and response headers
|
|
172
|
-
def
|
|
168
|
+
def search_with_http_info(space_id, query, opts = {})
|
|
173
169
|
if @api_client.config.debugging
|
|
174
|
-
@api_client.config.logger.debug "Calling API: TransactionVoidService.
|
|
170
|
+
@api_client.config.logger.debug "Calling API: TransactionVoidService.search ..."
|
|
175
171
|
end
|
|
176
172
|
# verify the required parameter 'space_id' is set
|
|
177
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.
|
|
173
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.search" if space_id.nil?
|
|
178
174
|
# verify the required parameter 'query' is set
|
|
179
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionVoidService.
|
|
175
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionVoidService.search" if query.nil?
|
|
180
176
|
# resource path
|
|
181
177
|
local_var_path = "/transaction-void/search".sub('{format}','json')
|
|
182
178
|
|
|
@@ -209,7 +205,7 @@ module Wallee
|
|
|
209
205
|
:auth_names => auth_names,
|
|
210
206
|
:return_type => 'Array<TransactionVoid>')
|
|
211
207
|
if @api_client.config.debugging
|
|
212
|
-
@api_client.config.logger.debug "API called: TransactionVoidService#
|
|
208
|
+
@api_client.config.logger.debug "API called: TransactionVoidService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
213
209
|
end
|
|
214
210
|
return data, status_code, headers
|
|
215
211
|
end
|
|
@@ -220,8 +216,8 @@ module Wallee
|
|
|
220
216
|
# @param id The id of the transaction which should be voided.
|
|
221
217
|
# @param [Hash] opts the optional parameters
|
|
222
218
|
# @return [TransactionVoid]
|
|
223
|
-
def
|
|
224
|
-
data, _status_code, _headers =
|
|
219
|
+
def void_offline(space_id, id, opts = {})
|
|
220
|
+
data, _status_code, _headers = void_offline_with_http_info(space_id, id, opts)
|
|
225
221
|
return data
|
|
226
222
|
end
|
|
227
223
|
|
|
@@ -231,14 +227,14 @@ module Wallee
|
|
|
231
227
|
# @param id The id of the transaction which should be voided.
|
|
232
228
|
# @param [Hash] opts the optional parameters
|
|
233
229
|
# @return [Array<(TransactionVoid, Fixnum, Hash)>] TransactionVoid data, response status code and response headers
|
|
234
|
-
def
|
|
230
|
+
def void_offline_with_http_info(space_id, id, opts = {})
|
|
235
231
|
if @api_client.config.debugging
|
|
236
|
-
@api_client.config.logger.debug "Calling API: TransactionVoidService.
|
|
232
|
+
@api_client.config.logger.debug "Calling API: TransactionVoidService.void_offline ..."
|
|
237
233
|
end
|
|
238
234
|
# verify the required parameter 'space_id' is set
|
|
239
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.
|
|
235
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.void_offline" if space_id.nil?
|
|
240
236
|
# verify the required parameter 'id' is set
|
|
241
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.
|
|
237
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.void_offline" if id.nil?
|
|
242
238
|
# resource path
|
|
243
239
|
local_var_path = "/transaction-void/voidOffline".sub('{format}','json')
|
|
244
240
|
|
|
@@ -272,7 +268,7 @@ module Wallee
|
|
|
272
268
|
:auth_names => auth_names,
|
|
273
269
|
:return_type => 'TransactionVoid')
|
|
274
270
|
if @api_client.config.debugging
|
|
275
|
-
@api_client.config.logger.debug "API called: TransactionVoidService#
|
|
271
|
+
@api_client.config.logger.debug "API called: TransactionVoidService#void_offline\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
276
272
|
end
|
|
277
273
|
return data, status_code, headers
|
|
278
274
|
end
|
|
@@ -283,8 +279,8 @@ module Wallee
|
|
|
283
279
|
# @param id The id of the transaction which should be voided.
|
|
284
280
|
# @param [Hash] opts the optional parameters
|
|
285
281
|
# @return [TransactionVoid]
|
|
286
|
-
def
|
|
287
|
-
data, _status_code, _headers =
|
|
282
|
+
def void_online(space_id, id, opts = {})
|
|
283
|
+
data, _status_code, _headers = void_online_with_http_info(space_id, id, opts)
|
|
288
284
|
return data
|
|
289
285
|
end
|
|
290
286
|
|
|
@@ -294,14 +290,14 @@ module Wallee
|
|
|
294
290
|
# @param id The id of the transaction which should be voided.
|
|
295
291
|
# @param [Hash] opts the optional parameters
|
|
296
292
|
# @return [Array<(TransactionVoid, Fixnum, Hash)>] TransactionVoid data, response status code and response headers
|
|
297
|
-
def
|
|
293
|
+
def void_online_with_http_info(space_id, id, opts = {})
|
|
298
294
|
if @api_client.config.debugging
|
|
299
|
-
@api_client.config.logger.debug "Calling API: TransactionVoidService.
|
|
295
|
+
@api_client.config.logger.debug "Calling API: TransactionVoidService.void_online ..."
|
|
300
296
|
end
|
|
301
297
|
# verify the required parameter 'space_id' is set
|
|
302
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.
|
|
298
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionVoidService.void_online" if space_id.nil?
|
|
303
299
|
# verify the required parameter 'id' is set
|
|
304
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.
|
|
300
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionVoidService.void_online" if id.nil?
|
|
305
301
|
# resource path
|
|
306
302
|
local_var_path = "/transaction-void/voidOnline".sub('{format}','json')
|
|
307
303
|
|
|
@@ -335,7 +331,7 @@ module Wallee
|
|
|
335
331
|
:auth_names => auth_names,
|
|
336
332
|
:return_type => 'TransactionVoid')
|
|
337
333
|
if @api_client.config.debugging
|
|
338
|
-
@api_client.config.logger.debug "API called: TransactionVoidService#
|
|
334
|
+
@api_client.config.logger.debug "API called: TransactionVoidService#void_online\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
339
335
|
end
|
|
340
336
|
return data, status_code, headers
|
|
341
337
|
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
|
|
@@ -37,8 +33,8 @@ module Wallee
|
|
|
37
33
|
# @param [Hash] opts the optional parameters
|
|
38
34
|
# @option opts [BOOLEAN] :applies_on_subaccount Whether the role applies only on subaccount.
|
|
39
35
|
# @return [UserAccountRole]
|
|
40
|
-
def
|
|
41
|
-
data, _status_code, _headers =
|
|
36
|
+
def add_role(user_id, account_id, role_id, opts = {})
|
|
37
|
+
data, _status_code, _headers = add_role_with_http_info(user_id, account_id, role_id, opts)
|
|
42
38
|
return data
|
|
43
39
|
end
|
|
44
40
|
|
|
@@ -50,16 +46,16 @@ module Wallee
|
|
|
50
46
|
# @param [Hash] opts the optional parameters
|
|
51
47
|
# @option opts [BOOLEAN] :applies_on_subaccount Whether the role applies only on subaccount.
|
|
52
48
|
# @return [Array<(UserAccountRole, Fixnum, Hash)>] UserAccountRole data, response status code and response headers
|
|
53
|
-
def
|
|
49
|
+
def add_role_with_http_info(user_id, account_id, role_id, opts = {})
|
|
54
50
|
if @api_client.config.debugging
|
|
55
|
-
@api_client.config.logger.debug "Calling API: UserAccountRoleService.
|
|
51
|
+
@api_client.config.logger.debug "Calling API: UserAccountRoleService.add_role ..."
|
|
56
52
|
end
|
|
57
53
|
# verify the required parameter 'user_id' is set
|
|
58
|
-
fail ArgumentError, "Missing the required parameter 'user_id' when calling UserAccountRoleService.
|
|
54
|
+
fail ArgumentError, "Missing the required parameter 'user_id' when calling UserAccountRoleService.add_role" if user_id.nil?
|
|
59
55
|
# verify the required parameter 'account_id' is set
|
|
60
|
-
fail ArgumentError, "Missing the required parameter 'account_id' when calling UserAccountRoleService.
|
|
56
|
+
fail ArgumentError, "Missing the required parameter 'account_id' when calling UserAccountRoleService.add_role" if account_id.nil?
|
|
61
57
|
# verify the required parameter 'role_id' is set
|
|
62
|
-
fail ArgumentError, "Missing the required parameter 'role_id' when calling UserAccountRoleService.
|
|
58
|
+
fail ArgumentError, "Missing the required parameter 'role_id' when calling UserAccountRoleService.add_role" if role_id.nil?
|
|
63
59
|
# resource path
|
|
64
60
|
local_var_path = "/user-account-role/addRole".sub('{format}','json')
|
|
65
61
|
|
|
@@ -95,7 +91,7 @@ module Wallee
|
|
|
95
91
|
:auth_names => auth_names,
|
|
96
92
|
:return_type => 'UserAccountRole')
|
|
97
93
|
if @api_client.config.debugging
|
|
98
|
-
@api_client.config.logger.debug "API called: UserAccountRoleService#
|
|
94
|
+
@api_client.config.logger.debug "API called: UserAccountRoleService#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
99
95
|
end
|
|
100
96
|
return data, status_code, headers
|
|
101
97
|
end
|
|
@@ -106,8 +102,8 @@ module Wallee
|
|
|
106
102
|
# @param account_id The account to which the role is mapped.
|
|
107
103
|
# @param [Hash] opts the optional parameters
|
|
108
104
|
# @return [Array<UserAccountRole>]
|
|
109
|
-
def
|
|
110
|
-
data, _status_code, _headers =
|
|
105
|
+
def list(user_id, account_id, opts = {})
|
|
106
|
+
data, _status_code, _headers = list_with_http_info(user_id, account_id, opts)
|
|
111
107
|
return data
|
|
112
108
|
end
|
|
113
109
|
|
|
@@ -117,14 +113,14 @@ module Wallee
|
|
|
117
113
|
# @param account_id The account to which the role is mapped.
|
|
118
114
|
# @param [Hash] opts the optional parameters
|
|
119
115
|
# @return [Array<(Array<UserAccountRole>, Fixnum, Hash)>] Array<UserAccountRole> data, response status code and response headers
|
|
120
|
-
def
|
|
116
|
+
def list_with_http_info(user_id, account_id, opts = {})
|
|
121
117
|
if @api_client.config.debugging
|
|
122
|
-
@api_client.config.logger.debug "Calling API: UserAccountRoleService.
|
|
118
|
+
@api_client.config.logger.debug "Calling API: UserAccountRoleService.list ..."
|
|
123
119
|
end
|
|
124
120
|
# verify the required parameter 'user_id' is set
|
|
125
|
-
fail ArgumentError, "Missing the required parameter 'user_id' when calling UserAccountRoleService.
|
|
121
|
+
fail ArgumentError, "Missing the required parameter 'user_id' when calling UserAccountRoleService.list" if user_id.nil?
|
|
126
122
|
# verify the required parameter 'account_id' is set
|
|
127
|
-
fail ArgumentError, "Missing the required parameter 'account_id' when calling UserAccountRoleService.
|
|
123
|
+
fail ArgumentError, "Missing the required parameter 'account_id' when calling UserAccountRoleService.list" if account_id.nil?
|
|
128
124
|
# resource path
|
|
129
125
|
local_var_path = "/user-account-role/list".sub('{format}','json')
|
|
130
126
|
|
|
@@ -158,7 +154,7 @@ module Wallee
|
|
|
158
154
|
:auth_names => auth_names,
|
|
159
155
|
:return_type => 'Array<UserAccountRole>')
|
|
160
156
|
if @api_client.config.debugging
|
|
161
|
-
@api_client.config.logger.debug "API called: UserAccountRoleService#
|
|
157
|
+
@api_client.config.logger.debug "API called: UserAccountRoleService#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
162
158
|
end
|
|
163
159
|
return data, status_code, headers
|
|
164
160
|
end
|
|
@@ -168,8 +164,8 @@ module Wallee
|
|
|
168
164
|
# @param id The id of user account role which should be removed
|
|
169
165
|
# @param [Hash] opts the optional parameters
|
|
170
166
|
# @return [nil]
|
|
171
|
-
def
|
|
172
|
-
|
|
167
|
+
def remove_role(id, opts = {})
|
|
168
|
+
remove_role_with_http_info(id, opts)
|
|
173
169
|
return nil
|
|
174
170
|
end
|
|
175
171
|
|
|
@@ -178,12 +174,12 @@ module Wallee
|
|
|
178
174
|
# @param id The id of user account role which should be removed
|
|
179
175
|
# @param [Hash] opts the optional parameters
|
|
180
176
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
181
|
-
def
|
|
177
|
+
def remove_role_with_http_info(id, opts = {})
|
|
182
178
|
if @api_client.config.debugging
|
|
183
|
-
@api_client.config.logger.debug "Calling API: UserAccountRoleService.
|
|
179
|
+
@api_client.config.logger.debug "Calling API: UserAccountRoleService.remove_role ..."
|
|
184
180
|
end
|
|
185
181
|
# verify the required parameter 'id' is set
|
|
186
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling UserAccountRoleService.
|
|
182
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling UserAccountRoleService.remove_role" if id.nil?
|
|
187
183
|
# resource path
|
|
188
184
|
local_var_path = "/user-account-role/removeRole".sub('{format}','json')
|
|
189
185
|
|
|
@@ -215,7 +211,7 @@ module Wallee
|
|
|
215
211
|
:body => post_body,
|
|
216
212
|
:auth_names => auth_names)
|
|
217
213
|
if @api_client.config.debugging
|
|
218
|
-
@api_client.config.logger.debug "API called: UserAccountRoleService#
|
|
214
|
+
@api_client.config.logger.debug "API called: UserAccountRoleService#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
219
215
|
end
|
|
220
216
|
return data, status_code, headers
|
|
221
217
|
end
|