wallee-ruby-sdk 1.0.2 → 2.2.5
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 +101 -38
- data/lib/wallee-ruby-sdk.rb +252 -116
- data/lib/wallee-ruby-sdk/{services → api}/account_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/{services → api}/application_user_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/{services → api}/card_processing_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/charge_attempt_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services/email_template_service_api.rb → api/charge_bank_transaction_service_api.rb} +36 -40
- data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/{services → api}/charge_flow_level_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/{services → api}/charge_flow_service_api.rb +36 -40
- data/lib/wallee-ruby-sdk/{services → api}/condition_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/country_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/{services → api}/country_state_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → 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/{services/token_service_api.rb → api/customer_service_api.rb} +68 -72
- data/lib/wallee-ruby-sdk/{services → api}/debt_collection_case_service_api.rb +87 -91
- data/lib/wallee-ruby-sdk/{services → api}/debt_collector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/debt_collector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/delivery_indication_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/{services → api}/document_template_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/document_template_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/{services → api}/human_user_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/installment_payment_service_api.rb +29 -33
- data/lib/wallee-ruby-sdk/{services → api}/installment_payment_slice_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/{services → api}/installment_plan_calculation_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/{services → api}/installment_plan_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/{services → api}/installment_plan_slice_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/{services → api}/label_description_group_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/label_description_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/language_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/{services → api}/legal_organization_form_service_api.rb +17 -21
- data/lib/wallee-ruby-sdk/{services → api}/manual_task_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/mertic_usage_service_api.rb +8 -12
- data/lib/wallee-ruby-sdk/{services → api}/payment_connector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/payment_connector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → 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/{services → api}/payment_method_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → api}/payment_method_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/payment_processor_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/{services → 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/payment_terminal_till_service_api.rb +99 -0
- data/lib/wallee-ruby-sdk/{services → api}/permission_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/refund_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +464 -0
- data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/{services → api}/refund_service_api.rb +117 -53
- 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 +466 -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/shopify_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/{services → api}/space_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/{services → api}/static_value_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/{services → api}/subscriber_service_api.rb +44 -48
- data/lib/wallee-ruby-sdk/{services → api}/subscription_affiliate_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_charge_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/{services → api}/subscription_ledger_entry_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_usage_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/{services → api}/subscription_period_bill_service_api.rb +26 -30
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_group_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_fee_tier_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_metered_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_period_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_setup_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/subscription_service_api.rb +237 -107
- data/lib/wallee-ruby-sdk/{services → api}/subscription_suspension_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/{services → api}/subscription_version_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/token_service_api.rb +587 -0
- data/lib/wallee-ruby-sdk/{services → api}/token_version_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +464 -0
- data/lib/wallee-ruby-sdk/{services → api}/transaction_completion_service_api.rb +158 -38
- data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +464 -0
- data/lib/wallee-ruby-sdk/{services → api}/transaction_invoice_service_api.rb +180 -53
- 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 +86 -0
- data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/{services → api}/transaction_service_api.rb +149 -327
- data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
- data/lib/wallee-ruby-sdk/{services → api}/transaction_void_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/{services → api}/user_account_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/{services → api}/user_space_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/{services → api}/webhook_listener_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/{services → api}/webhook_url_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api_client.rb +9 -8
- data/lib/wallee-ruby-sdk/api_error.rb +0 -4
- data/lib/wallee-ruby-sdk/configuration.rb +2 -6
- data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +40 -14
- data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +31 -14
- 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 +5 -13
- data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +87 -15
- data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +35 -28
- data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_update.rb +320 -0
- data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +51 -15
- data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +51 -14
- data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +30 -14
- data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +5 -13
- data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +20 -13
- data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +35 -13
- data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +127 -17
- data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +43 -14
- data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +44 -13
- data/lib/wallee-ruby-sdk/models/account.rb +90 -13
- data/lib/wallee-ruby-sdk/models/account_create.rb +56 -14
- data/lib/wallee-ruby-sdk/models/account_state.rb +12 -20
- data/lib/wallee-ruby-sdk/models/account_type.rb +9 -17
- data/lib/wallee-ruby-sdk/models/account_update.rb +42 -15
- data/lib/wallee-ruby-sdk/models/address.rb +240 -22
- data/lib/wallee-ruby-sdk/models/address_create.rb +240 -22
- data/lib/wallee-ruby-sdk/models/application_user.rb +32 -14
- data/lib/wallee-ruby-sdk/models/application_user_create.rb +32 -14
- data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +31 -13
- data/lib/wallee-ruby-sdk/models/application_user_update.rb +33 -15
- data/lib/wallee-ruby-sdk/models/bank_account.rb +291 -0
- data/lib/wallee-ruby-sdk/models/bank_account_environment.rb +35 -0
- data/lib/wallee-ruby-sdk/models/bank_account_state.rb +37 -0
- data/lib/wallee-ruby-sdk/models/bank_account_type.rb +227 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction.rb +387 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
- data/lib/wallee-ruby-sdk/models/{attachment_resource.rb → bank_transaction_source.rb} +33 -28
- data/lib/wallee-ruby-sdk/models/bank_transaction_state.rb +35 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/charge.rb +16 -13
- data/lib/wallee-ruby-sdk/models/charge_attempt.rb +61 -13
- data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +8 -16
- data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
- data/lib/wallee-ruby-sdk/models/charge_flow.rb +5 -12
- data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +5 -12
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +20 -12
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +20 -15
- 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 +9 -17
- data/lib/wallee-ruby-sdk/models/charge_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/charge_type.rb +10 -17
- data/lib/wallee-ruby-sdk/models/client_error.rb +5 -12
- data/lib/wallee-ruby-sdk/models/client_error_type.rb +9 -17
- data/lib/wallee-ruby-sdk/models/completion_line_item.rb +226 -0
- data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +245 -0
- data/lib/wallee-ruby-sdk/models/condition.rb +20 -12
- data/lib/wallee-ruby-sdk/models/condition_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/connector_invocation.rb +5 -12
- data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +10 -18
- data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/criteria_operator.rb +18 -24
- data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +241 -0
- 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/customer_address.rb +261 -0
- 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 +9 -17
- data/lib/wallee-ruby-sdk/models/data_collection_type.rb +8 -16
- data/lib/wallee-ruby-sdk/models/database_translated_string.rb +5 -12
- data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +5 -12
- data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +20 -12
- data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +21 -13
- data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +5 -12
- data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +50 -12
- data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +13 -21
- data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +8 -16
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +29 -12
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collector.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +20 -12
- data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +20 -12
- data/lib/wallee-ruby-sdk/models/delivery_indication.rb +16 -13
- data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +7 -14
- data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +10 -18
- data/lib/wallee-ruby-sdk/models/document_template.rb +41 -13
- data/lib/wallee-ruby-sdk/models/document_template_type.rb +18 -15
- data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +203 -0
- data/lib/wallee-ruby-sdk/models/entity_export_request.rb +6 -13
- data/lib/wallee-ruby-sdk/models/entity_query.rb +5 -12
- data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +6 -13
- data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +9 -17
- data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +7 -14
- data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +8 -16
- data/lib/wallee-ruby-sdk/models/environment.rb +8 -16
- data/lib/wallee-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
- data/lib/wallee-ruby-sdk/models/failure_category.rb +11 -19
- data/lib/wallee-ruby-sdk/models/failure_reason.rb +7 -14
- data/lib/wallee-ruby-sdk/models/feature.rb +18 -15
- data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/wallee-ruby-sdk/models/gender.rb +8 -16
- data/lib/wallee-ruby-sdk/models/human_user.rb +107 -14
- data/lib/wallee-ruby-sdk/models/human_user_create.rb +86 -13
- data/lib/wallee-ruby-sdk/models/human_user_update.rb +88 -15
- data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +5 -12
- data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +5 -12
- data/lib/wallee-ruby-sdk/models/installment_payment.rb +5 -12
- data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +5 -12
- data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +13 -21
- data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +14 -22
- data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +20 -12
- data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +5 -12
- data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
- data/lib/wallee-ruby-sdk/models/label.rb +5 -12
- data/lib/wallee-ruby-sdk/models/label_descriptor.rb +7 -14
- data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +8 -16
- data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +7 -14
- data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +5 -12
- data/lib/wallee-ruby-sdk/models/line_item.rb +121 -14
- data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +35 -12
- data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +45 -14
- data/lib/wallee-ruby-sdk/models/line_item_create.rb +84 -19
- data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +20 -12
- data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +27 -15
- data/lib/wallee-ruby-sdk/models/line_item_type.rb +10 -18
- data/lib/wallee-ruby-sdk/models/localized_string.rb +5 -12
- data/lib/wallee-ruby-sdk/models/manual_task.rb +5 -12
- data/lib/wallee-ruby-sdk/models/manual_task_action.rb +6 -13
- data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +9 -17
- data/lib/wallee-ruby-sdk/models/manual_task_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/manual_task_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/metric_usage.rb +7 -14
- data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +9 -17
- data/lib/wallee-ruby-sdk/models/payment_adjustment.rb +231 -0
- data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/payment_connector.rb +8 -15
- data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +33 -13
- data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +5 -12
- data/lib/wallee-ruby-sdk/models/payment_contract.rb +29 -12
- data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +7 -14
- 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 +59 -27
- data/lib/wallee-ruby-sdk/models/payment_link_active.rb +37 -29
- data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
- data/lib/wallee-ruby-sdk/models/payment_link_create.rb +64 -28
- data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +8 -16
- data/lib/wallee-ruby-sdk/models/payment_link_update.rb +37 -29
- data/lib/wallee-ruby-sdk/models/payment_method.rb +8 -15
- data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +7 -14
- data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +22 -14
- data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +9 -17
- data/lib/wallee-ruby-sdk/models/payment_processor.rb +10 -17
- data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +20 -12
- data/lib/wallee-ruby-sdk/models/{email_template.rb → payment_terminal.rb} +51 -79
- data/lib/wallee-ruby-sdk/models/{space_address_setter.rb → payment_terminal_address.rb} +105 -27
- data/lib/wallee-ruby-sdk/models/{email_sender.rb → payment_terminal_configuration.rb} +34 -46
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +313 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +276 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +281 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/permission.rb +20 -17
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +5 -12
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +5 -12
- data/lib/wallee-ruby-sdk/models/product_fee_type.rb +9 -17
- data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +5 -12
- data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +5 -12
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +8 -16
- data/lib/wallee-ruby-sdk/models/product_period_fee.rb +16 -13
- data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +18 -15
- data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +5 -12
- data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/refund.rb +120 -13
- data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
- data/lib/wallee-ruby-sdk/models/refund_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/refund_create.rb +67 -21
- data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
- data/lib/wallee-ruby-sdk/models/refund_state.rb +12 -19
- data/lib/wallee-ruby-sdk/models/refund_type.rb +10 -18
- data/lib/wallee-ruby-sdk/models/rendered_document.rb +5 -12
- data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
- data/lib/wallee-ruby-sdk/models/resource_path.rb +29 -12
- data/lib/wallee-ruby-sdk/models/resource_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/rest_address_format.rb +5 -12
- data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +16 -24
- data/lib/wallee-ruby-sdk/models/rest_country.rb +5 -12
- data/lib/wallee-ruby-sdk/models/rest_country_state.rb +5 -12
- data/lib/wallee-ruby-sdk/models/rest_currency.rb +5 -12
- data/lib/wallee-ruby-sdk/models/rest_language.rb +5 -12
- data/lib/wallee-ruby-sdk/models/role.rb +16 -13
- data/lib/wallee-ruby-sdk/models/{email_template_type.rb → sales_channel.rb} +27 -70
- data/lib/wallee-ruby-sdk/models/scope.rb +61 -13
- data/lib/wallee-ruby-sdk/models/server_error.rb +5 -12
- data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration.rb +470 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_subscription_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/shopify_subscriber.rb +281 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +365 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +546 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +546 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +353 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +261 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/{entity_reference.rb → shopify_subscription_model_tax_line.rb} +27 -14
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +366 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_update.rb +351 -0
- 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_addresses_request.rb +211 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +233 -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/shopify_tax_line.rb +231 -0
- data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +301 -0
- data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/space.rb +91 -14
- data/lib/wallee-ruby-sdk/models/space_address.rb +120 -22
- data/lib/wallee-ruby-sdk/models/space_address_create.rb +120 -22
- data/lib/wallee-ruby-sdk/models/space_create.rb +52 -15
- data/lib/wallee-ruby-sdk/models/space_reference.rb +5 -12
- data/lib/wallee-ruby-sdk/models/space_reference_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/space_update.rb +53 -16
- data/lib/wallee-ruby-sdk/models/space_view.rb +29 -12
- data/lib/wallee-ruby-sdk/models/static_value.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscriber.rb +51 -13
- data/lib/wallee-ruby-sdk/models/subscriber_active.rb +53 -15
- data/lib/wallee-ruby-sdk/models/subscriber_create.rb +52 -14
- data/lib/wallee-ruby-sdk/models/subscriber_update.rb +53 -15
- data/lib/wallee-ruby-sdk/models/subscription.rb +76 -13
- data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +78 -13
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +92 -14
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +78 -13
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +78 -13
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +32 -15
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +32 -15
- data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +25 -15
- data/lib/wallee-ruby-sdk/models/subscription_charge.rb +79 -13
- data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +71 -15
- data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +8 -16
- data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +8 -16
- 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 +22 -17
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +40 -13
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +38 -17
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/subscription_metric.rb +5 -12
- data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +20 -12
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +24 -16
- data/lib/wallee-ruby-sdk/models/subscription_pending.rb +48 -25
- data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +5 -12
- data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +8 -16
- data/lib/wallee-ruby-sdk/models/subscription_product.rb +35 -12
- data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +22 -14
- data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +36 -13
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +5 -12
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +7 -14
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +20 -12
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +10 -18
- data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +38 -15
- data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +40 -13
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +5 -12
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +6 -13
- data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +31 -13
- data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +19 -16
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +5 -12
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +6 -13
- data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +11 -19
- data/lib/wallee-ruby-sdk/models/subscription_state.rb +14 -21
- data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +20 -12
- data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +8 -16
- data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +23 -15
- data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +9 -17
- data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +20 -12
- data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +8 -16
- data/lib/wallee-ruby-sdk/models/subscription_update.rb +33 -15
- data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/wallee-ruby-sdk/models/subscription_version.rb +18 -13
- data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +12 -20
- data/lib/wallee-ruby-sdk/models/tax.rb +29 -12
- data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/wallee-ruby-sdk/models/tax_class.rb +20 -12
- data/lib/wallee-ruby-sdk/models/tax_create.rb +35 -14
- data/lib/wallee-ruby-sdk/models/tenant_database.rb +20 -12
- data/lib/wallee-ruby-sdk/models/token.rb +59 -12
- data/lib/wallee-ruby-sdk/models/token_create.rb +64 -13
- data/lib/wallee-ruby-sdk/models/token_update.rb +37 -14
- data/lib/wallee-ruby-sdk/models/token_version.rb +78 -13
- data/lib/wallee-ruby-sdk/models/token_version_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/token_version_type.rb +7 -14
- data/lib/wallee-ruby-sdk/models/{tokenizationn_mode.rb → tokenization_mode.rb} +11 -18
- data/lib/wallee-ruby-sdk/models/transaction.rb +292 -17
- data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +5 -12
- data/lib/wallee-ruby-sdk/models/transaction_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/transaction_completion.rb +151 -13
- data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
- data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +9 -17
- data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +291 -0
- data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +11 -18
- data/lib/wallee-ruby-sdk/models/transaction_create.rb +162 -17
- data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +9 -16
- data/lib/wallee-ruby-sdk/models/transaction_group.rb +20 -12
- data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +9 -17
- data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +76 -14
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +62 -16
- data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +13 -21
- data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +6 -13
- data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +5 -12
- data/lib/wallee-ruby-sdk/models/transaction_pending.rb +129 -18
- data/lib/wallee-ruby-sdk/models/transaction_state.rb +16 -24
- data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +11 -17
- data/lib/wallee-ruby-sdk/models/transaction_void.rb +5 -12
- data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +8 -16
- data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +10 -18
- data/lib/wallee-ruby-sdk/models/{email_sender_type.rb → two_factor_authentication_type.rb} +19 -16
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +68 -12
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +73 -13
- data/lib/wallee-ruby-sdk/models/user.rb +5 -12
- data/lib/wallee-ruby-sdk/models/user_account_role.rb +5 -12
- data/lib/wallee-ruby-sdk/models/user_space_role.rb +5 -12
- data/lib/wallee-ruby-sdk/models/user_type.rb +11 -19
- data/lib/wallee-ruby-sdk/models/webhook_identity.rb +20 -12
- data/lib/wallee-ruby-sdk/models/webhook_listener.rb +20 -12
- data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +44 -41
- data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +6 -13
- data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +45 -15
- data/lib/wallee-ruby-sdk/models/webhook_url.rb +44 -12
- data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +44 -12
- data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +46 -14
- data/lib/wallee-ruby-sdk/version.rb +1 -5
- data/test/condition_type_service_test.rb +22 -0
- data/test/{transactioncreate.rb → transaction_create_service_test.rb} +2 -2
- data/test/transaction_payment_page_service_test.rb +91 -0
- data/wallee-ruby-sdk.gemspec +5 -8
- metadata +248 -96
- data/lib/wallee-ruby-sdk/services/email_sender_service_api.rb +0 -219
- data/lib/wallee-ruby-sdk/services/email_sender_type_service_api.rb +0 -143
- data/lib/wallee-ruby-sdk/services/email_template_type_service_api.rb +0 -143
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
Wallee API: 1.0.0
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -34,8 +30,8 @@ module Wallee
|
|
|
34
30
|
# @param [Hash] opts the optional parameters
|
|
35
31
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
36
32
|
# @return [Integer]
|
|
37
|
-
def
|
|
38
|
-
data, _status_code, _headers =
|
|
33
|
+
def count(opts = {})
|
|
34
|
+
data, _status_code, _headers = count_with_http_info(opts)
|
|
39
35
|
return data
|
|
40
36
|
end
|
|
41
37
|
|
|
@@ -44,9 +40,9 @@ module Wallee
|
|
|
44
40
|
# @param [Hash] opts the optional parameters
|
|
45
41
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
46
42
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
47
|
-
def
|
|
43
|
+
def count_with_http_info(opts = {})
|
|
48
44
|
if @api_client.config.debugging
|
|
49
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
45
|
+
@api_client.config.logger.debug "Calling API: AccountService.count ..."
|
|
50
46
|
end
|
|
51
47
|
# resource path
|
|
52
48
|
local_var_path = "/account/count".sub('{format}','json')
|
|
@@ -79,7 +75,7 @@ module Wallee
|
|
|
79
75
|
:auth_names => auth_names,
|
|
80
76
|
:return_type => 'Integer')
|
|
81
77
|
if @api_client.config.debugging
|
|
82
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
78
|
+
@api_client.config.logger.debug "API called: AccountService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
83
79
|
end
|
|
84
80
|
return data, status_code, headers
|
|
85
81
|
end
|
|
@@ -89,8 +85,8 @@ module Wallee
|
|
|
89
85
|
# @param entity The account object with the properties which should be created.
|
|
90
86
|
# @param [Hash] opts the optional parameters
|
|
91
87
|
# @return [Account]
|
|
92
|
-
def
|
|
93
|
-
data, _status_code, _headers =
|
|
88
|
+
def create(entity, opts = {})
|
|
89
|
+
data, _status_code, _headers = create_with_http_info(entity, opts)
|
|
94
90
|
return data
|
|
95
91
|
end
|
|
96
92
|
|
|
@@ -99,12 +95,12 @@ module Wallee
|
|
|
99
95
|
# @param entity The account object with the properties which should be created.
|
|
100
96
|
# @param [Hash] opts the optional parameters
|
|
101
97
|
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
|
|
102
|
-
def
|
|
98
|
+
def create_with_http_info(entity, opts = {})
|
|
103
99
|
if @api_client.config.debugging
|
|
104
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
100
|
+
@api_client.config.logger.debug "Calling API: AccountService.create ..."
|
|
105
101
|
end
|
|
106
102
|
# verify the required parameter 'entity' is set
|
|
107
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling AccountService.
|
|
103
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling AccountService.create" if entity.nil?
|
|
108
104
|
# resource path
|
|
109
105
|
local_var_path = "/account/create".sub('{format}','json')
|
|
110
106
|
|
|
@@ -136,7 +132,7 @@ module Wallee
|
|
|
136
132
|
:auth_names => auth_names,
|
|
137
133
|
:return_type => 'Account')
|
|
138
134
|
if @api_client.config.debugging
|
|
139
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
135
|
+
@api_client.config.logger.debug "API called: AccountService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
140
136
|
end
|
|
141
137
|
return data, status_code, headers
|
|
142
138
|
end
|
|
@@ -146,8 +142,8 @@ module Wallee
|
|
|
146
142
|
# @param id
|
|
147
143
|
# @param [Hash] opts the optional parameters
|
|
148
144
|
# @return [nil]
|
|
149
|
-
def
|
|
150
|
-
|
|
145
|
+
def delete(id, opts = {})
|
|
146
|
+
delete_with_http_info(id, opts)
|
|
151
147
|
return nil
|
|
152
148
|
end
|
|
153
149
|
|
|
@@ -156,12 +152,12 @@ module Wallee
|
|
|
156
152
|
# @param id
|
|
157
153
|
# @param [Hash] opts the optional parameters
|
|
158
154
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
159
|
-
def
|
|
155
|
+
def delete_with_http_info(id, opts = {})
|
|
160
156
|
if @api_client.config.debugging
|
|
161
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
157
|
+
@api_client.config.logger.debug "Calling API: AccountService.delete ..."
|
|
162
158
|
end
|
|
163
159
|
# verify the required parameter 'id' is set
|
|
164
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling AccountService.
|
|
160
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling AccountService.delete" if id.nil?
|
|
165
161
|
# resource path
|
|
166
162
|
local_var_path = "/account/delete".sub('{format}','json')
|
|
167
163
|
|
|
@@ -192,7 +188,7 @@ module Wallee
|
|
|
192
188
|
:body => post_body,
|
|
193
189
|
:auth_names => auth_names)
|
|
194
190
|
if @api_client.config.debugging
|
|
195
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
191
|
+
@api_client.config.logger.debug "API called: AccountService#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
196
192
|
end
|
|
197
193
|
return data, status_code, headers
|
|
198
194
|
end
|
|
@@ -202,8 +198,8 @@ module Wallee
|
|
|
202
198
|
# @param id The id of the account which should be returned.
|
|
203
199
|
# @param [Hash] opts the optional parameters
|
|
204
200
|
# @return [Account]
|
|
205
|
-
def
|
|
206
|
-
data, _status_code, _headers =
|
|
201
|
+
def read(id, opts = {})
|
|
202
|
+
data, _status_code, _headers = read_with_http_info(id, opts)
|
|
207
203
|
return data
|
|
208
204
|
end
|
|
209
205
|
|
|
@@ -212,12 +208,12 @@ module Wallee
|
|
|
212
208
|
# @param id The id of the account which should be returned.
|
|
213
209
|
# @param [Hash] opts the optional parameters
|
|
214
210
|
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
|
|
215
|
-
def
|
|
211
|
+
def read_with_http_info(id, opts = {})
|
|
216
212
|
if @api_client.config.debugging
|
|
217
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
213
|
+
@api_client.config.logger.debug "Calling API: AccountService.read ..."
|
|
218
214
|
end
|
|
219
215
|
# verify the required parameter 'id' is set
|
|
220
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling AccountService.
|
|
216
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling AccountService.read" if id.nil?
|
|
221
217
|
# resource path
|
|
222
218
|
local_var_path = "/account/read".sub('{format}','json')
|
|
223
219
|
|
|
@@ -250,7 +246,7 @@ module Wallee
|
|
|
250
246
|
:auth_names => auth_names,
|
|
251
247
|
:return_type => 'Account')
|
|
252
248
|
if @api_client.config.debugging
|
|
253
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
249
|
+
@api_client.config.logger.debug "API called: AccountService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
254
250
|
end
|
|
255
251
|
return data, status_code, headers
|
|
256
252
|
end
|
|
@@ -260,8 +256,8 @@ module Wallee
|
|
|
260
256
|
# @param query The query restricts the accounts which are returned by the search.
|
|
261
257
|
# @param [Hash] opts the optional parameters
|
|
262
258
|
# @return [Array<Account>]
|
|
263
|
-
def
|
|
264
|
-
data, _status_code, _headers =
|
|
259
|
+
def search(query, opts = {})
|
|
260
|
+
data, _status_code, _headers = search_with_http_info(query, opts)
|
|
265
261
|
return data
|
|
266
262
|
end
|
|
267
263
|
|
|
@@ -270,12 +266,12 @@ module Wallee
|
|
|
270
266
|
# @param query The query restricts the accounts which are returned by the search.
|
|
271
267
|
# @param [Hash] opts the optional parameters
|
|
272
268
|
# @return [Array<(Array<Account>, Fixnum, Hash)>] Array<Account> data, response status code and response headers
|
|
273
|
-
def
|
|
269
|
+
def search_with_http_info(query, opts = {})
|
|
274
270
|
if @api_client.config.debugging
|
|
275
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
271
|
+
@api_client.config.logger.debug "Calling API: AccountService.search ..."
|
|
276
272
|
end
|
|
277
273
|
# verify the required parameter 'query' is set
|
|
278
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling AccountService.
|
|
274
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling AccountService.search" if query.nil?
|
|
279
275
|
# resource path
|
|
280
276
|
local_var_path = "/account/search".sub('{format}','json')
|
|
281
277
|
|
|
@@ -307,7 +303,7 @@ module Wallee
|
|
|
307
303
|
:auth_names => auth_names,
|
|
308
304
|
:return_type => 'Array<Account>')
|
|
309
305
|
if @api_client.config.debugging
|
|
310
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
306
|
+
@api_client.config.logger.debug "API called: AccountService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
311
307
|
end
|
|
312
308
|
return data, status_code, headers
|
|
313
309
|
end
|
|
@@ -317,8 +313,8 @@ module Wallee
|
|
|
317
313
|
# @param entity The account object with all the properties which should be updated. The id and the version are required properties.
|
|
318
314
|
# @param [Hash] opts the optional parameters
|
|
319
315
|
# @return [Account]
|
|
320
|
-
def
|
|
321
|
-
data, _status_code, _headers =
|
|
316
|
+
def update(entity, opts = {})
|
|
317
|
+
data, _status_code, _headers = update_with_http_info(entity, opts)
|
|
322
318
|
return data
|
|
323
319
|
end
|
|
324
320
|
|
|
@@ -327,12 +323,12 @@ module Wallee
|
|
|
327
323
|
# @param entity The account object with all the properties which should be updated. The id and the version are required properties.
|
|
328
324
|
# @param [Hash] opts the optional parameters
|
|
329
325
|
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
|
|
330
|
-
def
|
|
326
|
+
def update_with_http_info(entity, opts = {})
|
|
331
327
|
if @api_client.config.debugging
|
|
332
|
-
@api_client.config.logger.debug "Calling API: AccountService.
|
|
328
|
+
@api_client.config.logger.debug "Calling API: AccountService.update ..."
|
|
333
329
|
end
|
|
334
330
|
# verify the required parameter 'entity' is set
|
|
335
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling AccountService.
|
|
331
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling AccountService.update" if entity.nil?
|
|
336
332
|
# resource path
|
|
337
333
|
local_var_path = "/account/update".sub('{format}','json')
|
|
338
334
|
|
|
@@ -364,7 +360,7 @@ module Wallee
|
|
|
364
360
|
:auth_names => auth_names,
|
|
365
361
|
:return_type => 'Account')
|
|
366
362
|
if @api_client.config.debugging
|
|
367
|
-
@api_client.config.logger.debug "API called: AccountService#
|
|
363
|
+
@api_client.config.logger.debug "API called: AccountService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
368
364
|
end
|
|
369
365
|
return data, status_code, headers
|
|
370
366
|
end
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
Wallee API: 1.0.0
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -34,8 +30,8 @@ module Wallee
|
|
|
34
30
|
# @param [Hash] opts the optional parameters
|
|
35
31
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
36
32
|
# @return [Integer]
|
|
37
|
-
def
|
|
38
|
-
data, _status_code, _headers =
|
|
33
|
+
def count(opts = {})
|
|
34
|
+
data, _status_code, _headers = count_with_http_info(opts)
|
|
39
35
|
return data
|
|
40
36
|
end
|
|
41
37
|
|
|
@@ -44,9 +40,9 @@ module Wallee
|
|
|
44
40
|
# @param [Hash] opts the optional parameters
|
|
45
41
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
46
42
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
47
|
-
def
|
|
43
|
+
def count_with_http_info(opts = {})
|
|
48
44
|
if @api_client.config.debugging
|
|
49
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
45
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.count ..."
|
|
50
46
|
end
|
|
51
47
|
# resource path
|
|
52
48
|
local_var_path = "/application-user/count".sub('{format}','json')
|
|
@@ -79,7 +75,7 @@ module Wallee
|
|
|
79
75
|
:auth_names => auth_names,
|
|
80
76
|
:return_type => 'Integer')
|
|
81
77
|
if @api_client.config.debugging
|
|
82
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
78
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
83
79
|
end
|
|
84
80
|
return data, status_code, headers
|
|
85
81
|
end
|
|
@@ -89,8 +85,8 @@ module Wallee
|
|
|
89
85
|
# @param entity The user object with the properties which should be created.
|
|
90
86
|
# @param [Hash] opts the optional parameters
|
|
91
87
|
# @return [ApplicationUserCreateWithMacKey]
|
|
92
|
-
def
|
|
93
|
-
data, _status_code, _headers =
|
|
88
|
+
def create(entity, opts = {})
|
|
89
|
+
data, _status_code, _headers = create_with_http_info(entity, opts)
|
|
94
90
|
return data
|
|
95
91
|
end
|
|
96
92
|
|
|
@@ -99,12 +95,12 @@ module Wallee
|
|
|
99
95
|
# @param entity The user object with the properties which should be created.
|
|
100
96
|
# @param [Hash] opts the optional parameters
|
|
101
97
|
# @return [Array<(ApplicationUserCreateWithMacKey, Fixnum, Hash)>] ApplicationUserCreateWithMacKey data, response status code and response headers
|
|
102
|
-
def
|
|
98
|
+
def create_with_http_info(entity, opts = {})
|
|
103
99
|
if @api_client.config.debugging
|
|
104
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
100
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.create ..."
|
|
105
101
|
end
|
|
106
102
|
# verify the required parameter 'entity' is set
|
|
107
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling ApplicationUserService.
|
|
103
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling ApplicationUserService.create" if entity.nil?
|
|
108
104
|
# resource path
|
|
109
105
|
local_var_path = "/application-user/create".sub('{format}','json')
|
|
110
106
|
|
|
@@ -136,7 +132,7 @@ module Wallee
|
|
|
136
132
|
:auth_names => auth_names,
|
|
137
133
|
:return_type => 'ApplicationUserCreateWithMacKey')
|
|
138
134
|
if @api_client.config.debugging
|
|
139
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
135
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
140
136
|
end
|
|
141
137
|
return data, status_code, headers
|
|
142
138
|
end
|
|
@@ -146,8 +142,8 @@ module Wallee
|
|
|
146
142
|
# @param id
|
|
147
143
|
# @param [Hash] opts the optional parameters
|
|
148
144
|
# @return [nil]
|
|
149
|
-
def
|
|
150
|
-
|
|
145
|
+
def delete(id, opts = {})
|
|
146
|
+
delete_with_http_info(id, opts)
|
|
151
147
|
return nil
|
|
152
148
|
end
|
|
153
149
|
|
|
@@ -156,12 +152,12 @@ module Wallee
|
|
|
156
152
|
# @param id
|
|
157
153
|
# @param [Hash] opts the optional parameters
|
|
158
154
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
159
|
-
def
|
|
155
|
+
def delete_with_http_info(id, opts = {})
|
|
160
156
|
if @api_client.config.debugging
|
|
161
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
157
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.delete ..."
|
|
162
158
|
end
|
|
163
159
|
# verify the required parameter 'id' is set
|
|
164
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling ApplicationUserService.
|
|
160
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ApplicationUserService.delete" if id.nil?
|
|
165
161
|
# resource path
|
|
166
162
|
local_var_path = "/application-user/delete".sub('{format}','json')
|
|
167
163
|
|
|
@@ -192,7 +188,7 @@ module Wallee
|
|
|
192
188
|
:body => post_body,
|
|
193
189
|
:auth_names => auth_names)
|
|
194
190
|
if @api_client.config.debugging
|
|
195
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
191
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
196
192
|
end
|
|
197
193
|
return data, status_code, headers
|
|
198
194
|
end
|
|
@@ -202,8 +198,8 @@ module Wallee
|
|
|
202
198
|
# @param id The id of the application user which should be returned.
|
|
203
199
|
# @param [Hash] opts the optional parameters
|
|
204
200
|
# @return [ApplicationUser]
|
|
205
|
-
def
|
|
206
|
-
data, _status_code, _headers =
|
|
201
|
+
def read(id, opts = {})
|
|
202
|
+
data, _status_code, _headers = read_with_http_info(id, opts)
|
|
207
203
|
return data
|
|
208
204
|
end
|
|
209
205
|
|
|
@@ -212,12 +208,12 @@ module Wallee
|
|
|
212
208
|
# @param id The id of the application user which should be returned.
|
|
213
209
|
# @param [Hash] opts the optional parameters
|
|
214
210
|
# @return [Array<(ApplicationUser, Fixnum, Hash)>] ApplicationUser data, response status code and response headers
|
|
215
|
-
def
|
|
211
|
+
def read_with_http_info(id, opts = {})
|
|
216
212
|
if @api_client.config.debugging
|
|
217
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
213
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.read ..."
|
|
218
214
|
end
|
|
219
215
|
# verify the required parameter 'id' is set
|
|
220
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling ApplicationUserService.
|
|
216
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ApplicationUserService.read" if id.nil?
|
|
221
217
|
# resource path
|
|
222
218
|
local_var_path = "/application-user/read".sub('{format}','json')
|
|
223
219
|
|
|
@@ -250,7 +246,7 @@ module Wallee
|
|
|
250
246
|
:auth_names => auth_names,
|
|
251
247
|
:return_type => 'ApplicationUser')
|
|
252
248
|
if @api_client.config.debugging
|
|
253
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
249
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
254
250
|
end
|
|
255
251
|
return data, status_code, headers
|
|
256
252
|
end
|
|
@@ -260,8 +256,8 @@ module Wallee
|
|
|
260
256
|
# @param query The query restricts the application users which are returned by the search.
|
|
261
257
|
# @param [Hash] opts the optional parameters
|
|
262
258
|
# @return [Array<ApplicationUser>]
|
|
263
|
-
def
|
|
264
|
-
data, _status_code, _headers =
|
|
259
|
+
def search(query, opts = {})
|
|
260
|
+
data, _status_code, _headers = search_with_http_info(query, opts)
|
|
265
261
|
return data
|
|
266
262
|
end
|
|
267
263
|
|
|
@@ -270,12 +266,12 @@ module Wallee
|
|
|
270
266
|
# @param query The query restricts the application users which are returned by the search.
|
|
271
267
|
# @param [Hash] opts the optional parameters
|
|
272
268
|
# @return [Array<(Array<ApplicationUser>, Fixnum, Hash)>] Array<ApplicationUser> data, response status code and response headers
|
|
273
|
-
def
|
|
269
|
+
def search_with_http_info(query, opts = {})
|
|
274
270
|
if @api_client.config.debugging
|
|
275
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
271
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.search ..."
|
|
276
272
|
end
|
|
277
273
|
# verify the required parameter 'query' is set
|
|
278
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling ApplicationUserService.
|
|
274
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling ApplicationUserService.search" if query.nil?
|
|
279
275
|
# resource path
|
|
280
276
|
local_var_path = "/application-user/search".sub('{format}','json')
|
|
281
277
|
|
|
@@ -307,7 +303,7 @@ module Wallee
|
|
|
307
303
|
:auth_names => auth_names,
|
|
308
304
|
:return_type => 'Array<ApplicationUser>')
|
|
309
305
|
if @api_client.config.debugging
|
|
310
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
306
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
311
307
|
end
|
|
312
308
|
return data, status_code, headers
|
|
313
309
|
end
|
|
@@ -317,8 +313,8 @@ module Wallee
|
|
|
317
313
|
# @param entity The application user entity with all the properties which should be updated. The id and the version are required properties.
|
|
318
314
|
# @param [Hash] opts the optional parameters
|
|
319
315
|
# @return [ApplicationUser]
|
|
320
|
-
def
|
|
321
|
-
data, _status_code, _headers =
|
|
316
|
+
def update(entity, opts = {})
|
|
317
|
+
data, _status_code, _headers = update_with_http_info(entity, opts)
|
|
322
318
|
return data
|
|
323
319
|
end
|
|
324
320
|
|
|
@@ -327,12 +323,12 @@ module Wallee
|
|
|
327
323
|
# @param entity The application user entity with all the properties which should be updated. The id and the version are required properties.
|
|
328
324
|
# @param [Hash] opts the optional parameters
|
|
329
325
|
# @return [Array<(ApplicationUser, Fixnum, Hash)>] ApplicationUser data, response status code and response headers
|
|
330
|
-
def
|
|
326
|
+
def update_with_http_info(entity, opts = {})
|
|
331
327
|
if @api_client.config.debugging
|
|
332
|
-
@api_client.config.logger.debug "Calling API: ApplicationUserService.
|
|
328
|
+
@api_client.config.logger.debug "Calling API: ApplicationUserService.update ..."
|
|
333
329
|
end
|
|
334
330
|
# verify the required parameter 'entity' is set
|
|
335
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling ApplicationUserService.
|
|
331
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling ApplicationUserService.update" if entity.nil?
|
|
336
332
|
# resource path
|
|
337
333
|
local_var_path = "/application-user/update".sub('{format}','json')
|
|
338
334
|
|
|
@@ -364,7 +360,7 @@ module Wallee
|
|
|
364
360
|
:auth_names => auth_names,
|
|
365
361
|
:return_type => 'ApplicationUser')
|
|
366
362
|
if @api_client.config.debugging
|
|
367
|
-
@api_client.config.logger.debug "API called: ApplicationUserService#
|
|
363
|
+
@api_client.config.logger.debug "API called: ApplicationUserService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
368
364
|
end
|
|
369
365
|
return data, status_code, headers
|
|
370
366
|
end
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
Wallee API: 1.0.0
|
|
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 card_data The card details as JSON in plain which should be used to authorize the payment.
|
|
38
34
|
# @param [Hash] opts the optional parameters
|
|
39
35
|
# @return [Transaction]
|
|
40
|
-
def
|
|
41
|
-
data, _status_code, _headers =
|
|
36
|
+
def process(space_id, transaction_id, payment_method_configuration_id, card_data, opts = {})
|
|
37
|
+
data, _status_code, _headers = process_with_http_info(space_id, transaction_id, payment_method_configuration_id, card_data, opts)
|
|
42
38
|
return data
|
|
43
39
|
end
|
|
44
40
|
|
|
@@ -50,18 +46,18 @@ module Wallee
|
|
|
50
46
|
# @param card_data The card details as JSON in plain which should be used to authorize the payment.
|
|
51
47
|
# @param [Hash] opts the optional parameters
|
|
52
48
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
53
|
-
def
|
|
49
|
+
def process_with_http_info(space_id, transaction_id, payment_method_configuration_id, card_data, opts = {})
|
|
54
50
|
if @api_client.config.debugging
|
|
55
|
-
@api_client.config.logger.debug "Calling API: CardProcessingService.
|
|
51
|
+
@api_client.config.logger.debug "Calling API: CardProcessingService.process ..."
|
|
56
52
|
end
|
|
57
53
|
# verify the required parameter 'space_id' is set
|
|
58
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling CardProcessingService.
|
|
54
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling CardProcessingService.process" if space_id.nil?
|
|
59
55
|
# verify the required parameter 'transaction_id' is set
|
|
60
|
-
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling CardProcessingService.
|
|
56
|
+
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling CardProcessingService.process" if transaction_id.nil?
|
|
61
57
|
# verify the required parameter 'payment_method_configuration_id' is set
|
|
62
|
-
fail ArgumentError, "Missing the required parameter 'payment_method_configuration_id' when calling CardProcessingService.
|
|
58
|
+
fail ArgumentError, "Missing the required parameter 'payment_method_configuration_id' when calling CardProcessingService.process" if payment_method_configuration_id.nil?
|
|
63
59
|
# verify the required parameter 'card_data' is set
|
|
64
|
-
fail ArgumentError, "Missing the required parameter 'card_data' when calling CardProcessingService.
|
|
60
|
+
fail ArgumentError, "Missing the required parameter 'card_data' when calling CardProcessingService.process" if card_data.nil?
|
|
65
61
|
# resource path
|
|
66
62
|
local_var_path = "/card-processing/process".sub('{format}','json')
|
|
67
63
|
|
|
@@ -96,44 +92,44 @@ module Wallee
|
|
|
96
92
|
:auth_names => auth_names,
|
|
97
93
|
:return_type => 'Transaction')
|
|
98
94
|
if @api_client.config.debugging
|
|
99
|
-
@api_client.config.logger.debug "API called: CardProcessingService#
|
|
95
|
+
@api_client.config.logger.debug "API called: CardProcessingService#process\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
100
96
|
end
|
|
101
97
|
return data, status_code, headers
|
|
102
98
|
end
|
|
103
99
|
|
|
104
100
|
# Process With 3-D Secure
|
|
105
|
-
# The process method will process the transaction with the given card details by
|
|
101
|
+
# The process method will process the transaction with the given card details by eventually using 3-D secure. The buyer has to be redirect to the URL returned by this method.
|
|
106
102
|
# @param space_id
|
|
107
103
|
# @param transaction_id The ID of the transaction which should be processed.
|
|
108
104
|
# @param payment_method_configuration_id The payment method configuration ID which is applied to the transaction.
|
|
109
105
|
# @param card_data The card details as JSON in plain which should be used to authorize the payment.
|
|
110
106
|
# @param [Hash] opts the optional parameters
|
|
111
107
|
# @return [String]
|
|
112
|
-
def
|
|
113
|
-
data, _status_code, _headers =
|
|
108
|
+
def process_with3_d_secure(space_id, transaction_id, payment_method_configuration_id, card_data, opts = {})
|
|
109
|
+
data, _status_code, _headers = process_with3_d_secure_with_http_info(space_id, transaction_id, payment_method_configuration_id, card_data, opts)
|
|
114
110
|
return data
|
|
115
111
|
end
|
|
116
112
|
|
|
117
113
|
# Process With 3-D Secure
|
|
118
|
-
# The process method will process the transaction with the given card details by
|
|
114
|
+
# The process method will process the transaction with the given card details by eventually using 3-D secure. The buyer has to be redirect to the URL returned by this method.
|
|
119
115
|
# @param space_id
|
|
120
116
|
# @param transaction_id The ID of the transaction which should be processed.
|
|
121
117
|
# @param payment_method_configuration_id The payment method configuration ID which is applied to the transaction.
|
|
122
118
|
# @param card_data The card details as JSON in plain which should be used to authorize the payment.
|
|
123
119
|
# @param [Hash] opts the optional parameters
|
|
124
120
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
125
|
-
def
|
|
121
|
+
def process_with3_d_secure_with_http_info(space_id, transaction_id, payment_method_configuration_id, card_data, opts = {})
|
|
126
122
|
if @api_client.config.debugging
|
|
127
|
-
@api_client.config.logger.debug "Calling API: CardProcessingService.
|
|
123
|
+
@api_client.config.logger.debug "Calling API: CardProcessingService.process_with3_d_secure ..."
|
|
128
124
|
end
|
|
129
125
|
# verify the required parameter 'space_id' is set
|
|
130
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling CardProcessingService.
|
|
126
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling CardProcessingService.process_with3_d_secure" if space_id.nil?
|
|
131
127
|
# verify the required parameter 'transaction_id' is set
|
|
132
|
-
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling CardProcessingService.
|
|
128
|
+
fail ArgumentError, "Missing the required parameter 'transaction_id' when calling CardProcessingService.process_with3_d_secure" if transaction_id.nil?
|
|
133
129
|
# verify the required parameter 'payment_method_configuration_id' is set
|
|
134
|
-
fail ArgumentError, "Missing the required parameter 'payment_method_configuration_id' when calling CardProcessingService.
|
|
130
|
+
fail ArgumentError, "Missing the required parameter 'payment_method_configuration_id' when calling CardProcessingService.process_with3_d_secure" if payment_method_configuration_id.nil?
|
|
135
131
|
# verify the required parameter 'card_data' is set
|
|
136
|
-
fail ArgumentError, "Missing the required parameter 'card_data' when calling CardProcessingService.
|
|
132
|
+
fail ArgumentError, "Missing the required parameter 'card_data' when calling CardProcessingService.process_with3_d_secure" if card_data.nil?
|
|
137
133
|
# resource path
|
|
138
134
|
local_var_path = "/card-processing/processWith3DSecure".sub('{format}','json')
|
|
139
135
|
|
|
@@ -168,7 +164,7 @@ module Wallee
|
|
|
168
164
|
:auth_names => auth_names,
|
|
169
165
|
:return_type => 'String')
|
|
170
166
|
if @api_client.config.debugging
|
|
171
|
-
@api_client.config.logger.debug "API called: CardProcessingService#
|
|
167
|
+
@api_client.config.logger.debug "API called: CardProcessingService#process_with3_d_secure\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
172
168
|
end
|
|
173
169
|
return data, status_code, headers
|
|
174
170
|
end
|