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
|
|
@@ -35,8 +31,8 @@ module Wallee
|
|
|
35
31
|
# @param id The id of the transaction which should be returned.
|
|
36
32
|
# @param [Hash] opts the optional parameters
|
|
37
33
|
# @return [String]
|
|
38
|
-
def
|
|
39
|
-
data, _status_code, _headers =
|
|
34
|
+
def javascript_url(space_id, id, opts = {})
|
|
35
|
+
data, _status_code, _headers = javascript_url_with_http_info(space_id, id, opts)
|
|
40
36
|
return data
|
|
41
37
|
end
|
|
42
38
|
|
|
@@ -46,14 +42,14 @@ module Wallee
|
|
|
46
42
|
# @param id The id of the transaction which should be returned.
|
|
47
43
|
# @param [Hash] opts the optional parameters
|
|
48
44
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
49
|
-
def
|
|
45
|
+
def javascript_url_with_http_info(space_id, id, opts = {})
|
|
50
46
|
if @api_client.config.debugging
|
|
51
|
-
@api_client.config.logger.debug "Calling API: TransactionIframeService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionIframeService.javascript_url ..."
|
|
52
48
|
end
|
|
53
49
|
# verify the required parameter 'space_id' is set
|
|
54
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionIframeService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionIframeService.javascript_url" if space_id.nil?
|
|
55
51
|
# verify the required parameter 'id' is set
|
|
56
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionIframeService.
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionIframeService.javascript_url" if id.nil?
|
|
57
53
|
# resource path
|
|
58
54
|
local_var_path = "/transaction-iframe/javascript-url".sub('{format}','json')
|
|
59
55
|
|
|
@@ -87,7 +83,7 @@ module Wallee
|
|
|
87
83
|
:auth_names => auth_names,
|
|
88
84
|
:return_type => 'String')
|
|
89
85
|
if @api_client.config.debugging
|
|
90
|
-
@api_client.config.logger.debug "API called: TransactionIframeService#
|
|
86
|
+
@api_client.config.logger.debug "API called: TransactionIframeService#javascript_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
91
87
|
end
|
|
92
88
|
return data, status_code, headers
|
|
93
89
|
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 invoice_id
|
|
36
32
|
# @param [Hash] opts the optional parameters
|
|
37
33
|
# @return [Array<TransactionInvoiceComment>]
|
|
38
|
-
def
|
|
39
|
-
data, _status_code, _headers =
|
|
34
|
+
def all(space_id, invoice_id, opts = {})
|
|
35
|
+
data, _status_code, _headers = all_with_http_info(space_id, invoice_id, opts)
|
|
40
36
|
return data
|
|
41
37
|
end
|
|
42
38
|
|
|
@@ -46,14 +42,14 @@ module Wallee
|
|
|
46
42
|
# @param invoice_id
|
|
47
43
|
# @param [Hash] opts the optional parameters
|
|
48
44
|
# @return [Array<(Array<TransactionInvoiceComment>, Fixnum, Hash)>] Array<TransactionInvoiceComment> data, response status code and response headers
|
|
49
|
-
def
|
|
45
|
+
def all_with_http_info(space_id, invoice_id, opts = {})
|
|
50
46
|
if @api_client.config.debugging
|
|
51
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.all ..."
|
|
52
48
|
end
|
|
53
49
|
# verify the required parameter 'space_id' is set
|
|
54
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.all" if space_id.nil?
|
|
55
51
|
# verify the required parameter 'invoice_id' is set
|
|
56
|
-
fail ArgumentError, "Missing the required parameter 'invoice_id' when calling TransactionInvoiceCommentService.
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'invoice_id' when calling TransactionInvoiceCommentService.all" if invoice_id.nil?
|
|
57
53
|
# resource path
|
|
58
54
|
local_var_path = "/transaction-invoice-comment/all".sub('{format}','json')
|
|
59
55
|
|
|
@@ -87,7 +83,7 @@ module Wallee
|
|
|
87
83
|
:auth_names => auth_names,
|
|
88
84
|
:return_type => 'Array<TransactionInvoiceComment>')
|
|
89
85
|
if @api_client.config.debugging
|
|
90
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
86
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
91
87
|
end
|
|
92
88
|
return data, status_code, headers
|
|
93
89
|
end
|
|
@@ -98,8 +94,8 @@ module Wallee
|
|
|
98
94
|
# @param entity
|
|
99
95
|
# @param [Hash] opts the optional parameters
|
|
100
96
|
# @return [TransactionInvoiceComment]
|
|
101
|
-
def
|
|
102
|
-
data, _status_code, _headers =
|
|
97
|
+
def create(space_id, entity, opts = {})
|
|
98
|
+
data, _status_code, _headers = create_with_http_info(space_id, entity, opts)
|
|
103
99
|
return data
|
|
104
100
|
end
|
|
105
101
|
|
|
@@ -109,14 +105,14 @@ module Wallee
|
|
|
109
105
|
# @param entity
|
|
110
106
|
# @param [Hash] opts the optional parameters
|
|
111
107
|
# @return [Array<(TransactionInvoiceComment, Fixnum, Hash)>] TransactionInvoiceComment data, response status code and response headers
|
|
112
|
-
def
|
|
108
|
+
def create_with_http_info(space_id, entity, opts = {})
|
|
113
109
|
if @api_client.config.debugging
|
|
114
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
110
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.create ..."
|
|
115
111
|
end
|
|
116
112
|
# verify the required parameter 'space_id' is set
|
|
117
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
113
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.create" if space_id.nil?
|
|
118
114
|
# verify the required parameter 'entity' is set
|
|
119
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionInvoiceCommentService.
|
|
115
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionInvoiceCommentService.create" if entity.nil?
|
|
120
116
|
# resource path
|
|
121
117
|
local_var_path = "/transaction-invoice-comment/create".sub('{format}','json')
|
|
122
118
|
|
|
@@ -149,7 +145,7 @@ module Wallee
|
|
|
149
145
|
:auth_names => auth_names,
|
|
150
146
|
:return_type => 'TransactionInvoiceComment')
|
|
151
147
|
if @api_client.config.debugging
|
|
152
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
148
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
153
149
|
end
|
|
154
150
|
return data, status_code, headers
|
|
155
151
|
end
|
|
@@ -160,8 +156,8 @@ module Wallee
|
|
|
160
156
|
# @param id
|
|
161
157
|
# @param [Hash] opts the optional parameters
|
|
162
158
|
# @return [nil]
|
|
163
|
-
def
|
|
164
|
-
|
|
159
|
+
def delete(space_id, id, opts = {})
|
|
160
|
+
delete_with_http_info(space_id, id, opts)
|
|
165
161
|
return nil
|
|
166
162
|
end
|
|
167
163
|
|
|
@@ -171,14 +167,14 @@ module Wallee
|
|
|
171
167
|
# @param id
|
|
172
168
|
# @param [Hash] opts the optional parameters
|
|
173
169
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
174
|
-
def
|
|
170
|
+
def delete_with_http_info(space_id, id, opts = {})
|
|
175
171
|
if @api_client.config.debugging
|
|
176
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
172
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.delete ..."
|
|
177
173
|
end
|
|
178
174
|
# verify the required parameter 'space_id' is set
|
|
179
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
175
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.delete" if space_id.nil?
|
|
180
176
|
# verify the required parameter 'id' is set
|
|
181
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.
|
|
177
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.delete" if id.nil?
|
|
182
178
|
# resource path
|
|
183
179
|
local_var_path = "/transaction-invoice-comment/delete".sub('{format}','json')
|
|
184
180
|
|
|
@@ -211,7 +207,7 @@ module Wallee
|
|
|
211
207
|
:body => post_body,
|
|
212
208
|
:auth_names => auth_names)
|
|
213
209
|
if @api_client.config.debugging
|
|
214
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
210
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
215
211
|
end
|
|
216
212
|
return data, status_code, headers
|
|
217
213
|
end
|
|
@@ -222,8 +218,8 @@ module Wallee
|
|
|
222
218
|
# @param id
|
|
223
219
|
# @param [Hash] opts the optional parameters
|
|
224
220
|
# @return [nil]
|
|
225
|
-
def
|
|
226
|
-
|
|
221
|
+
def pin(space_id, id, opts = {})
|
|
222
|
+
pin_with_http_info(space_id, id, opts)
|
|
227
223
|
return nil
|
|
228
224
|
end
|
|
229
225
|
|
|
@@ -233,14 +229,14 @@ module Wallee
|
|
|
233
229
|
# @param id
|
|
234
230
|
# @param [Hash] opts the optional parameters
|
|
235
231
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
236
|
-
def
|
|
232
|
+
def pin_with_http_info(space_id, id, opts = {})
|
|
237
233
|
if @api_client.config.debugging
|
|
238
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
234
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.pin ..."
|
|
239
235
|
end
|
|
240
236
|
# verify the required parameter 'space_id' is set
|
|
241
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
237
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.pin" if space_id.nil?
|
|
242
238
|
# verify the required parameter 'id' is set
|
|
243
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.
|
|
239
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.pin" if id.nil?
|
|
244
240
|
# resource path
|
|
245
241
|
local_var_path = "/transaction-invoice-comment/pin".sub('{format}','json')
|
|
246
242
|
|
|
@@ -273,7 +269,7 @@ module Wallee
|
|
|
273
269
|
:body => post_body,
|
|
274
270
|
:auth_names => auth_names)
|
|
275
271
|
if @api_client.config.debugging
|
|
276
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
272
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#pin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
277
273
|
end
|
|
278
274
|
return data, status_code, headers
|
|
279
275
|
end
|
|
@@ -284,8 +280,8 @@ module Wallee
|
|
|
284
280
|
# @param id
|
|
285
281
|
# @param [Hash] opts the optional parameters
|
|
286
282
|
# @return [TransactionInvoiceComment]
|
|
287
|
-
def
|
|
288
|
-
data, _status_code, _headers =
|
|
283
|
+
def read(space_id, id, opts = {})
|
|
284
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
|
289
285
|
return data
|
|
290
286
|
end
|
|
291
287
|
|
|
@@ -295,14 +291,14 @@ module Wallee
|
|
|
295
291
|
# @param id
|
|
296
292
|
# @param [Hash] opts the optional parameters
|
|
297
293
|
# @return [Array<(TransactionInvoiceComment, Fixnum, Hash)>] TransactionInvoiceComment data, response status code and response headers
|
|
298
|
-
def
|
|
294
|
+
def read_with_http_info(space_id, id, opts = {})
|
|
299
295
|
if @api_client.config.debugging
|
|
300
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
296
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.read ..."
|
|
301
297
|
end
|
|
302
298
|
# verify the required parameter 'space_id' is set
|
|
303
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
299
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.read" if space_id.nil?
|
|
304
300
|
# verify the required parameter 'id' is set
|
|
305
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.
|
|
301
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.read" if id.nil?
|
|
306
302
|
# resource path
|
|
307
303
|
local_var_path = "/transaction-invoice-comment/read".sub('{format}','json')
|
|
308
304
|
|
|
@@ -336,7 +332,7 @@ module Wallee
|
|
|
336
332
|
:auth_names => auth_names,
|
|
337
333
|
:return_type => 'TransactionInvoiceComment')
|
|
338
334
|
if @api_client.config.debugging
|
|
339
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
335
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
340
336
|
end
|
|
341
337
|
return data, status_code, headers
|
|
342
338
|
end
|
|
@@ -347,8 +343,8 @@ module Wallee
|
|
|
347
343
|
# @param id
|
|
348
344
|
# @param [Hash] opts the optional parameters
|
|
349
345
|
# @return [nil]
|
|
350
|
-
def
|
|
351
|
-
|
|
346
|
+
def unpin(space_id, id, opts = {})
|
|
347
|
+
unpin_with_http_info(space_id, id, opts)
|
|
352
348
|
return nil
|
|
353
349
|
end
|
|
354
350
|
|
|
@@ -358,14 +354,14 @@ module Wallee
|
|
|
358
354
|
# @param id
|
|
359
355
|
# @param [Hash] opts the optional parameters
|
|
360
356
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
361
|
-
def
|
|
357
|
+
def unpin_with_http_info(space_id, id, opts = {})
|
|
362
358
|
if @api_client.config.debugging
|
|
363
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
359
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.unpin ..."
|
|
364
360
|
end
|
|
365
361
|
# verify the required parameter 'space_id' is set
|
|
366
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
362
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.unpin" if space_id.nil?
|
|
367
363
|
# verify the required parameter 'id' is set
|
|
368
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.
|
|
364
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceCommentService.unpin" if id.nil?
|
|
369
365
|
# resource path
|
|
370
366
|
local_var_path = "/transaction-invoice-comment/unpin".sub('{format}','json')
|
|
371
367
|
|
|
@@ -398,7 +394,7 @@ module Wallee
|
|
|
398
394
|
:body => post_body,
|
|
399
395
|
:auth_names => auth_names)
|
|
400
396
|
if @api_client.config.debugging
|
|
401
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
397
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#unpin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
402
398
|
end
|
|
403
399
|
return data, status_code, headers
|
|
404
400
|
end
|
|
@@ -409,8 +405,8 @@ module Wallee
|
|
|
409
405
|
# @param entity
|
|
410
406
|
# @param [Hash] opts the optional parameters
|
|
411
407
|
# @return [TransactionInvoiceComment]
|
|
412
|
-
def
|
|
413
|
-
data, _status_code, _headers =
|
|
408
|
+
def update(space_id, entity, opts = {})
|
|
409
|
+
data, _status_code, _headers = update_with_http_info(space_id, entity, opts)
|
|
414
410
|
return data
|
|
415
411
|
end
|
|
416
412
|
|
|
@@ -420,14 +416,14 @@ module Wallee
|
|
|
420
416
|
# @param entity
|
|
421
417
|
# @param [Hash] opts the optional parameters
|
|
422
418
|
# @return [Array<(TransactionInvoiceComment, Fixnum, Hash)>] TransactionInvoiceComment data, response status code and response headers
|
|
423
|
-
def
|
|
419
|
+
def update_with_http_info(space_id, entity, opts = {})
|
|
424
420
|
if @api_client.config.debugging
|
|
425
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.
|
|
421
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceCommentService.update ..."
|
|
426
422
|
end
|
|
427
423
|
# verify the required parameter 'space_id' is set
|
|
428
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.
|
|
424
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceCommentService.update" if space_id.nil?
|
|
429
425
|
# verify the required parameter 'entity' is set
|
|
430
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionInvoiceCommentService.
|
|
426
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionInvoiceCommentService.update" if entity.nil?
|
|
431
427
|
# resource path
|
|
432
428
|
local_var_path = "/transaction-invoice-comment/update".sub('{format}','json')
|
|
433
429
|
|
|
@@ -460,7 +456,7 @@ module Wallee
|
|
|
460
456
|
:auth_names => auth_names,
|
|
461
457
|
:return_type => 'TransactionInvoiceComment')
|
|
462
458
|
if @api_client.config.debugging
|
|
463
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#
|
|
459
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceCommentService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
464
460
|
end
|
|
465
461
|
return data, status_code, headers
|
|
466
462
|
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: TransactionInvoiceService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.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 TransactionInvoiceService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.count" if space_id.nil?
|
|
55
51
|
# resource path
|
|
56
52
|
local_var_path = "/transaction-invoice/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: TransactionInvoiceService#
|
|
83
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#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 invoice to get the document for.
|
|
96
92
|
# @param [Hash] opts the optional parameters
|
|
97
93
|
# @return [RenderedDocument]
|
|
98
|
-
def
|
|
99
|
-
data, _status_code, _headers =
|
|
94
|
+
def get_invoice_document(space_id, id, opts = {})
|
|
95
|
+
data, _status_code, _headers = get_invoice_document_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 invoice to get the document for.
|
|
107
103
|
# @param [Hash] opts the optional parameters
|
|
108
104
|
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
|
109
|
-
def
|
|
105
|
+
def get_invoice_document_with_http_info(space_id, id, opts = {})
|
|
110
106
|
if @api_client.config.debugging
|
|
111
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
107
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.get_invoice_document ..."
|
|
112
108
|
end
|
|
113
109
|
# verify the required parameter 'space_id' is set
|
|
114
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
110
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.get_invoice_document" if space_id.nil?
|
|
115
111
|
# verify the required parameter 'id' is set
|
|
116
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
112
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.get_invoice_document" if id.nil?
|
|
117
113
|
# resource path
|
|
118
114
|
local_var_path = "/transaction-invoice/getInvoiceDocument".sub('{format}','json')
|
|
119
115
|
|
|
@@ -147,7 +143,7 @@ module Wallee
|
|
|
147
143
|
:auth_names => auth_names,
|
|
148
144
|
:return_type => 'RenderedDocument')
|
|
149
145
|
if @api_client.config.debugging
|
|
150
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
146
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#get_invoice_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
151
147
|
end
|
|
152
148
|
return data, status_code, headers
|
|
153
149
|
end
|
|
@@ -159,8 +155,8 @@ module Wallee
|
|
|
159
155
|
# @param target_media_type_id The id of the target media type for which the invoice should be generated for.
|
|
160
156
|
# @param [Hash] opts the optional parameters
|
|
161
157
|
# @return [RenderedDocument]
|
|
162
|
-
def
|
|
163
|
-
data, _status_code, _headers =
|
|
158
|
+
def get_invoice_document_with_target_media_type(space_id, id, target_media_type_id, opts = {})
|
|
159
|
+
data, _status_code, _headers = get_invoice_document_with_target_media_type_with_http_info(space_id, id, target_media_type_id, opts)
|
|
164
160
|
return data
|
|
165
161
|
end
|
|
166
162
|
|
|
@@ -171,16 +167,16 @@ module Wallee
|
|
|
171
167
|
# @param target_media_type_id The id of the target media type for which the invoice should be generated for.
|
|
172
168
|
# @param [Hash] opts the optional parameters
|
|
173
169
|
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
|
174
|
-
def
|
|
170
|
+
def get_invoice_document_with_target_media_type_with_http_info(space_id, id, target_media_type_id, opts = {})
|
|
175
171
|
if @api_client.config.debugging
|
|
176
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
172
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.get_invoice_document_with_target_media_type ..."
|
|
177
173
|
end
|
|
178
174
|
# verify the required parameter 'space_id' is set
|
|
179
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
175
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.get_invoice_document_with_target_media_type" if space_id.nil?
|
|
180
176
|
# verify the required parameter 'id' is set
|
|
181
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
177
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.get_invoice_document_with_target_media_type" if id.nil?
|
|
182
178
|
# verify the required parameter 'target_media_type_id' is set
|
|
183
|
-
fail ArgumentError, "Missing the required parameter 'target_media_type_id' when calling TransactionInvoiceService.
|
|
179
|
+
fail ArgumentError, "Missing the required parameter 'target_media_type_id' when calling TransactionInvoiceService.get_invoice_document_with_target_media_type" if target_media_type_id.nil?
|
|
184
180
|
# resource path
|
|
185
181
|
local_var_path = "/transaction-invoice/getInvoiceDocumentWithTargetMediaType".sub('{format}','json')
|
|
186
182
|
|
|
@@ -215,7 +211,7 @@ module Wallee
|
|
|
215
211
|
:auth_names => auth_names,
|
|
216
212
|
:return_type => 'RenderedDocument')
|
|
217
213
|
if @api_client.config.debugging
|
|
218
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
214
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#get_invoice_document_with_target_media_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
219
215
|
end
|
|
220
216
|
return data, status_code, headers
|
|
221
217
|
end
|
|
@@ -226,8 +222,8 @@ module Wallee
|
|
|
226
222
|
# @param id The invoice which should be checked if a replacement is possible.
|
|
227
223
|
# @param [Hash] opts the optional parameters
|
|
228
224
|
# @return [BOOLEAN]
|
|
229
|
-
def
|
|
230
|
-
data, _status_code, _headers =
|
|
225
|
+
def is_replacement_possible(space_id, id, opts = {})
|
|
226
|
+
data, _status_code, _headers = is_replacement_possible_with_http_info(space_id, id, opts)
|
|
231
227
|
return data
|
|
232
228
|
end
|
|
233
229
|
|
|
@@ -237,14 +233,14 @@ module Wallee
|
|
|
237
233
|
# @param id The invoice which should be checked if a replacement is possible.
|
|
238
234
|
# @param [Hash] opts the optional parameters
|
|
239
235
|
# @return [Array<(BOOLEAN, Fixnum, Hash)>] BOOLEAN data, response status code and response headers
|
|
240
|
-
def
|
|
236
|
+
def is_replacement_possible_with_http_info(space_id, id, opts = {})
|
|
241
237
|
if @api_client.config.debugging
|
|
242
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
238
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.is_replacement_possible ..."
|
|
243
239
|
end
|
|
244
240
|
# verify the required parameter 'space_id' is set
|
|
245
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
241
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.is_replacement_possible" if space_id.nil?
|
|
246
242
|
# verify the required parameter 'id' is set
|
|
247
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
243
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.is_replacement_possible" if id.nil?
|
|
248
244
|
# resource path
|
|
249
245
|
local_var_path = "/transaction-invoice/isReplacementPossible".sub('{format}','json')
|
|
250
246
|
|
|
@@ -278,7 +274,7 @@ module Wallee
|
|
|
278
274
|
:auth_names => auth_names,
|
|
279
275
|
:return_type => 'BOOLEAN')
|
|
280
276
|
if @api_client.config.debugging
|
|
281
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
277
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#is_replacement_possible\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
282
278
|
end
|
|
283
279
|
return data, status_code, headers
|
|
284
280
|
end
|
|
@@ -289,8 +285,8 @@ module Wallee
|
|
|
289
285
|
# @param id The id of the transaction invoice which should be marked as derecognized.
|
|
290
286
|
# @param [Hash] opts the optional parameters
|
|
291
287
|
# @return [TransactionInvoice]
|
|
292
|
-
def
|
|
293
|
-
data, _status_code, _headers =
|
|
288
|
+
def mark_as_derecognized(space_id, id, opts = {})
|
|
289
|
+
data, _status_code, _headers = mark_as_derecognized_with_http_info(space_id, id, opts)
|
|
294
290
|
return data
|
|
295
291
|
end
|
|
296
292
|
|
|
@@ -300,14 +296,14 @@ module Wallee
|
|
|
300
296
|
# @param id The id of the transaction invoice which should be marked as derecognized.
|
|
301
297
|
# @param [Hash] opts the optional parameters
|
|
302
298
|
# @return [Array<(TransactionInvoice, Fixnum, Hash)>] TransactionInvoice data, response status code and response headers
|
|
303
|
-
def
|
|
299
|
+
def mark_as_derecognized_with_http_info(space_id, id, opts = {})
|
|
304
300
|
if @api_client.config.debugging
|
|
305
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
301
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.mark_as_derecognized ..."
|
|
306
302
|
end
|
|
307
303
|
# verify the required parameter 'space_id' is set
|
|
308
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
304
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.mark_as_derecognized" if space_id.nil?
|
|
309
305
|
# verify the required parameter 'id' is set
|
|
310
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
306
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.mark_as_derecognized" if id.nil?
|
|
311
307
|
# resource path
|
|
312
308
|
local_var_path = "/transaction-invoice/markAsDerecognized".sub('{format}','json')
|
|
313
309
|
|
|
@@ -341,7 +337,7 @@ module Wallee
|
|
|
341
337
|
:auth_names => auth_names,
|
|
342
338
|
:return_type => 'TransactionInvoice')
|
|
343
339
|
if @api_client.config.debugging
|
|
344
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
340
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#mark_as_derecognized\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
345
341
|
end
|
|
346
342
|
return data, status_code, headers
|
|
347
343
|
end
|
|
@@ -352,8 +348,8 @@ module Wallee
|
|
|
352
348
|
# @param id The id of the transaction invoice which should be marked as paid.
|
|
353
349
|
# @param [Hash] opts the optional parameters
|
|
354
350
|
# @return [TransactionInvoice]
|
|
355
|
-
def
|
|
356
|
-
data, _status_code, _headers =
|
|
351
|
+
def mark_as_paid(space_id, id, opts = {})
|
|
352
|
+
data, _status_code, _headers = mark_as_paid_with_http_info(space_id, id, opts)
|
|
357
353
|
return data
|
|
358
354
|
end
|
|
359
355
|
|
|
@@ -363,14 +359,14 @@ module Wallee
|
|
|
363
359
|
# @param id The id of the transaction invoice which should be marked as paid.
|
|
364
360
|
# @param [Hash] opts the optional parameters
|
|
365
361
|
# @return [Array<(TransactionInvoice, Fixnum, Hash)>] TransactionInvoice data, response status code and response headers
|
|
366
|
-
def
|
|
362
|
+
def mark_as_paid_with_http_info(space_id, id, opts = {})
|
|
367
363
|
if @api_client.config.debugging
|
|
368
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
364
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.mark_as_paid ..."
|
|
369
365
|
end
|
|
370
366
|
# verify the required parameter 'space_id' is set
|
|
371
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
367
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.mark_as_paid" if space_id.nil?
|
|
372
368
|
# verify the required parameter 'id' is set
|
|
373
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
369
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.mark_as_paid" if id.nil?
|
|
374
370
|
# resource path
|
|
375
371
|
local_var_path = "/transaction-invoice/markAsPaid".sub('{format}','json')
|
|
376
372
|
|
|
@@ -404,7 +400,7 @@ module Wallee
|
|
|
404
400
|
:auth_names => auth_names,
|
|
405
401
|
:return_type => 'TransactionInvoice')
|
|
406
402
|
if @api_client.config.debugging
|
|
407
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
403
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#mark_as_paid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
408
404
|
end
|
|
409
405
|
return data, status_code, headers
|
|
410
406
|
end
|
|
@@ -415,8 +411,8 @@ module Wallee
|
|
|
415
411
|
# @param id The id of the transaction invoices which should be returned.
|
|
416
412
|
# @param [Hash] opts the optional parameters
|
|
417
413
|
# @return [TransactionInvoice]
|
|
418
|
-
def
|
|
419
|
-
data, _status_code, _headers =
|
|
414
|
+
def read(space_id, id, opts = {})
|
|
415
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
|
420
416
|
return data
|
|
421
417
|
end
|
|
422
418
|
|
|
@@ -426,14 +422,14 @@ module Wallee
|
|
|
426
422
|
# @param id The id of the transaction invoices which should be returned.
|
|
427
423
|
# @param [Hash] opts the optional parameters
|
|
428
424
|
# @return [Array<(TransactionInvoice, Fixnum, Hash)>] TransactionInvoice data, response status code and response headers
|
|
429
|
-
def
|
|
425
|
+
def read_with_http_info(space_id, id, opts = {})
|
|
430
426
|
if @api_client.config.debugging
|
|
431
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
427
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.read ..."
|
|
432
428
|
end
|
|
433
429
|
# verify the required parameter 'space_id' is set
|
|
434
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
430
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.read" if space_id.nil?
|
|
435
431
|
# verify the required parameter 'id' is set
|
|
436
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
432
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.read" if id.nil?
|
|
437
433
|
# resource path
|
|
438
434
|
local_var_path = "/transaction-invoice/read".sub('{format}','json')
|
|
439
435
|
|
|
@@ -467,7 +463,7 @@ module Wallee
|
|
|
467
463
|
:auth_names => auth_names,
|
|
468
464
|
:return_type => 'TransactionInvoice')
|
|
469
465
|
if @api_client.config.debugging
|
|
470
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
466
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
471
467
|
end
|
|
472
468
|
return data, status_code, headers
|
|
473
469
|
end
|
|
@@ -479,8 +475,8 @@ module Wallee
|
|
|
479
475
|
# @param replacement
|
|
480
476
|
# @param [Hash] opts the optional parameters
|
|
481
477
|
# @return [TransactionInvoice]
|
|
482
|
-
def
|
|
483
|
-
data, _status_code, _headers =
|
|
478
|
+
def replace(space_id, id, replacement, opts = {})
|
|
479
|
+
data, _status_code, _headers = replace_with_http_info(space_id, id, replacement, opts)
|
|
484
480
|
return data
|
|
485
481
|
end
|
|
486
482
|
|
|
@@ -491,16 +487,16 @@ module Wallee
|
|
|
491
487
|
# @param replacement
|
|
492
488
|
# @param [Hash] opts the optional parameters
|
|
493
489
|
# @return [Array<(TransactionInvoice, Fixnum, Hash)>] TransactionInvoice data, response status code and response headers
|
|
494
|
-
def
|
|
490
|
+
def replace_with_http_info(space_id, id, replacement, opts = {})
|
|
495
491
|
if @api_client.config.debugging
|
|
496
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
492
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.replace ..."
|
|
497
493
|
end
|
|
498
494
|
# verify the required parameter 'space_id' is set
|
|
499
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
495
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.replace" if space_id.nil?
|
|
500
496
|
# verify the required parameter 'id' is set
|
|
501
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.
|
|
497
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionInvoiceService.replace" if id.nil?
|
|
502
498
|
# verify the required parameter 'replacement' is set
|
|
503
|
-
fail ArgumentError, "Missing the required parameter 'replacement' when calling TransactionInvoiceService.
|
|
499
|
+
fail ArgumentError, "Missing the required parameter 'replacement' when calling TransactionInvoiceService.replace" if replacement.nil?
|
|
504
500
|
# resource path
|
|
505
501
|
local_var_path = "/transaction-invoice/replace".sub('{format}','json')
|
|
506
502
|
|
|
@@ -534,7 +530,7 @@ module Wallee
|
|
|
534
530
|
:auth_names => auth_names,
|
|
535
531
|
:return_type => 'TransactionInvoice')
|
|
536
532
|
if @api_client.config.debugging
|
|
537
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
533
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#replace\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
538
534
|
end
|
|
539
535
|
return data, status_code, headers
|
|
540
536
|
end
|
|
@@ -545,8 +541,8 @@ module Wallee
|
|
|
545
541
|
# @param query The query restricts the transaction invoices which are returned by the search.
|
|
546
542
|
# @param [Hash] opts the optional parameters
|
|
547
543
|
# @return [Array<TransactionInvoice>]
|
|
548
|
-
def
|
|
549
|
-
data, _status_code, _headers =
|
|
544
|
+
def search(space_id, query, opts = {})
|
|
545
|
+
data, _status_code, _headers = search_with_http_info(space_id, query, opts)
|
|
550
546
|
return data
|
|
551
547
|
end
|
|
552
548
|
|
|
@@ -556,14 +552,14 @@ module Wallee
|
|
|
556
552
|
# @param query The query restricts the transaction invoices which are returned by the search.
|
|
557
553
|
# @param [Hash] opts the optional parameters
|
|
558
554
|
# @return [Array<(Array<TransactionInvoice>, Fixnum, Hash)>] Array<TransactionInvoice> data, response status code and response headers
|
|
559
|
-
def
|
|
555
|
+
def search_with_http_info(space_id, query, opts = {})
|
|
560
556
|
if @api_client.config.debugging
|
|
561
|
-
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.
|
|
557
|
+
@api_client.config.logger.debug "Calling API: TransactionInvoiceService.search ..."
|
|
562
558
|
end
|
|
563
559
|
# verify the required parameter 'space_id' is set
|
|
564
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.
|
|
560
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionInvoiceService.search" if space_id.nil?
|
|
565
561
|
# verify the required parameter 'query' is set
|
|
566
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionInvoiceService.
|
|
562
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionInvoiceService.search" if query.nil?
|
|
567
563
|
# resource path
|
|
568
564
|
local_var_path = "/transaction-invoice/search".sub('{format}','json')
|
|
569
565
|
|
|
@@ -596,7 +592,7 @@ module Wallee
|
|
|
596
592
|
:auth_names => auth_names,
|
|
597
593
|
:return_type => 'Array<TransactionInvoice>')
|
|
598
594
|
if @api_client.config.debugging
|
|
599
|
-
@api_client.config.logger.debug "API called: TransactionInvoiceService#
|
|
595
|
+
@api_client.config.logger.debug "API called: TransactionInvoiceService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
600
596
|
end
|
|
601
597
|
return data, status_code, headers
|
|
602
598
|
end
|