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
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
The wallee API allows an easy interaction with the wallee web service.
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
|
|
16
|
+
=end
|
|
17
|
+
|
|
18
|
+
require "uri"
|
|
19
|
+
|
|
20
|
+
module Wallee
|
|
21
|
+
class TransactionMobileSdkService
|
|
22
|
+
attr_accessor :api_client
|
|
23
|
+
|
|
24
|
+
def initialize(api_client = ApiClient.default)
|
|
25
|
+
@api_client = api_client
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# Build Mobile SDK URL
|
|
29
|
+
# This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
|
|
30
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
31
|
+
# @param [Hash] opts the optional parameters
|
|
32
|
+
# @return [String]
|
|
33
|
+
def payment_form_url(credentials, opts = {})
|
|
34
|
+
data, _status_code, _headers = payment_form_url_with_http_info(credentials, opts)
|
|
35
|
+
return data
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Build Mobile SDK URL
|
|
39
|
+
# This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
|
|
40
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
41
|
+
# @param [Hash] opts the optional parameters
|
|
42
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
43
|
+
def payment_form_url_with_http_info(credentials, opts = {})
|
|
44
|
+
if @api_client.config.debugging
|
|
45
|
+
@api_client.config.logger.debug "Calling API: TransactionMobileSdkService.payment_form_url ..."
|
|
46
|
+
end
|
|
47
|
+
# verify the required parameter 'credentials' is set
|
|
48
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionMobileSdkService.payment_form_url" if credentials.nil?
|
|
49
|
+
# resource path
|
|
50
|
+
local_var_path = "/transaction-mobile-sdk/payment-form-url".sub('{format}','json')
|
|
51
|
+
|
|
52
|
+
# query parameters
|
|
53
|
+
query_params = {}
|
|
54
|
+
query_params[:'credentials'] = credentials
|
|
55
|
+
|
|
56
|
+
# header parameters
|
|
57
|
+
header_params = {}
|
|
58
|
+
|
|
59
|
+
# HTTP header 'Accept' (if needed)
|
|
60
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
|
61
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
62
|
+
|
|
63
|
+
# HTTP header 'Content-Type'
|
|
64
|
+
local_header_content_type = []
|
|
65
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
66
|
+
|
|
67
|
+
# form parameters
|
|
68
|
+
form_params = {}
|
|
69
|
+
|
|
70
|
+
# http body (model)
|
|
71
|
+
post_body = nil
|
|
72
|
+
auth_names = []
|
|
73
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
74
|
+
:header_params => header_params,
|
|
75
|
+
:query_params => query_params,
|
|
76
|
+
:form_params => form_params,
|
|
77
|
+
:body => post_body,
|
|
78
|
+
:auth_names => auth_names,
|
|
79
|
+
:return_type => 'String')
|
|
80
|
+
if @api_client.config.debugging
|
|
81
|
+
@api_client.config.logger.debug "API called: TransactionMobileSdkService#payment_form_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
82
|
+
end
|
|
83
|
+
return data, status_code, headers
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
end
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
The wallee API allows an easy interaction with the wallee web service.
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
|
|
16
|
+
=end
|
|
17
|
+
|
|
18
|
+
require "uri"
|
|
19
|
+
|
|
20
|
+
module Wallee
|
|
21
|
+
class TransactionPaymentPageService
|
|
22
|
+
attr_accessor :api_client
|
|
23
|
+
|
|
24
|
+
def initialize(api_client = ApiClient.default)
|
|
25
|
+
@api_client = api_client
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# Build Payment Page URL
|
|
29
|
+
# This operation creates the URL to which the user should be redirected to when the payment page should be used.
|
|
30
|
+
# @param space_id
|
|
31
|
+
# @param id The id of the transaction which should be returned.
|
|
32
|
+
# @param [Hash] opts the optional parameters
|
|
33
|
+
# @return [String]
|
|
34
|
+
def payment_page_url(space_id, id, opts = {})
|
|
35
|
+
data, _status_code, _headers = payment_page_url_with_http_info(space_id, id, opts)
|
|
36
|
+
return data
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
# Build Payment Page URL
|
|
40
|
+
# This operation creates the URL to which the user should be redirected to when the payment page should be used.
|
|
41
|
+
# @param space_id
|
|
42
|
+
# @param id The id of the transaction which should be returned.
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
45
|
+
def payment_page_url_with_http_info(space_id, id, opts = {})
|
|
46
|
+
if @api_client.config.debugging
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionPaymentPageService.payment_page_url ..."
|
|
48
|
+
end
|
|
49
|
+
# verify the required parameter 'space_id' is set
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionPaymentPageService.payment_page_url" if space_id.nil?
|
|
51
|
+
# verify the required parameter 'id' is set
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionPaymentPageService.payment_page_url" if id.nil?
|
|
53
|
+
# resource path
|
|
54
|
+
local_var_path = "/transaction-payment-page/payment-page-url".sub('{format}','json')
|
|
55
|
+
|
|
56
|
+
# query parameters
|
|
57
|
+
query_params = {}
|
|
58
|
+
query_params[:'spaceId'] = space_id
|
|
59
|
+
query_params[:'id'] = id
|
|
60
|
+
|
|
61
|
+
# header parameters
|
|
62
|
+
header_params = {}
|
|
63
|
+
|
|
64
|
+
# HTTP header 'Accept' (if needed)
|
|
65
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
|
66
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
|
+
|
|
68
|
+
# HTTP header 'Content-Type'
|
|
69
|
+
local_header_content_type = []
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
|
+
|
|
72
|
+
# form parameters
|
|
73
|
+
form_params = {}
|
|
74
|
+
|
|
75
|
+
# http body (model)
|
|
76
|
+
post_body = nil
|
|
77
|
+
auth_names = []
|
|
78
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
79
|
+
:header_params => header_params,
|
|
80
|
+
:query_params => query_params,
|
|
81
|
+
:form_params => form_params,
|
|
82
|
+
:body => post_body,
|
|
83
|
+
:auth_names => auth_names,
|
|
84
|
+
:return_type => 'String')
|
|
85
|
+
if @api_client.config.debugging
|
|
86
|
+
@api_client.config.logger.debug "API called: TransactionPaymentPageService#payment_page_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
87
|
+
end
|
|
88
|
+
return data, status_code, headers
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
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
|
|
@@ -29,198 +25,14 @@ module Wallee
|
|
|
29
25
|
@api_client = api_client
|
|
30
26
|
end
|
|
31
27
|
|
|
32
|
-
# Build JavaScript URL
|
|
33
|
-
# This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
|
|
34
|
-
# @param space_id
|
|
35
|
-
# @param id The id of the transaction which should be returned.
|
|
36
|
-
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @return [String]
|
|
38
|
-
def transaction_service_build_java_script_url(space_id, id, opts = {})
|
|
39
|
-
data, _status_code, _headers = transaction_service_build_java_script_url_with_http_info(space_id, id, opts)
|
|
40
|
-
return data
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
# Build JavaScript URL
|
|
44
|
-
# This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
|
|
45
|
-
# @param space_id
|
|
46
|
-
# @param id The id of the transaction which should be returned.
|
|
47
|
-
# @param [Hash] opts the optional parameters
|
|
48
|
-
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
49
|
-
def transaction_service_build_java_script_url_with_http_info(space_id, id, opts = {})
|
|
50
|
-
if @api_client.config.debugging
|
|
51
|
-
@api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_java_script_url ..."
|
|
52
|
-
end
|
|
53
|
-
# verify the required parameter 'space_id' is set
|
|
54
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_build_java_script_url" if space_id.nil?
|
|
55
|
-
# verify the required parameter 'id' is set
|
|
56
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_build_java_script_url" if id.nil?
|
|
57
|
-
# resource path
|
|
58
|
-
local_var_path = "/transaction/buildJavaScriptUrl".sub('{format}','json')
|
|
59
|
-
|
|
60
|
-
# query parameters
|
|
61
|
-
query_params = {}
|
|
62
|
-
query_params[:'spaceId'] = space_id
|
|
63
|
-
query_params[:'id'] = id
|
|
64
|
-
|
|
65
|
-
# header parameters
|
|
66
|
-
header_params = {}
|
|
67
|
-
|
|
68
|
-
# HTTP header 'Accept' (if needed)
|
|
69
|
-
local_header_accept = []
|
|
70
|
-
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
71
|
-
|
|
72
|
-
# HTTP header 'Content-Type'
|
|
73
|
-
local_header_content_type = []
|
|
74
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
75
|
-
|
|
76
|
-
# form parameters
|
|
77
|
-
form_params = {}
|
|
78
|
-
|
|
79
|
-
# http body (model)
|
|
80
|
-
post_body = nil
|
|
81
|
-
auth_names = []
|
|
82
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
83
|
-
:header_params => header_params,
|
|
84
|
-
:query_params => query_params,
|
|
85
|
-
:form_params => form_params,
|
|
86
|
-
:body => post_body,
|
|
87
|
-
:auth_names => auth_names,
|
|
88
|
-
:return_type => 'String')
|
|
89
|
-
if @api_client.config.debugging
|
|
90
|
-
@api_client.config.logger.debug "API called: TransactionService#transaction_service_build_java_script_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
91
|
-
end
|
|
92
|
-
return data, status_code, headers
|
|
93
|
-
end
|
|
94
|
-
|
|
95
|
-
# Build Mobile SDK URL with Credentials
|
|
96
|
-
# This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
|
|
97
|
-
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
98
|
-
# @param [Hash] opts the optional parameters
|
|
99
|
-
# @return [String]
|
|
100
|
-
def transaction_service_build_mobile_sdk_url_with_credentials(credentials, opts = {})
|
|
101
|
-
data, _status_code, _headers = transaction_service_build_mobile_sdk_url_with_credentials_with_http_info(credentials, opts)
|
|
102
|
-
return data
|
|
103
|
-
end
|
|
104
|
-
|
|
105
|
-
# Build Mobile SDK URL with Credentials
|
|
106
|
-
# This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
|
|
107
|
-
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
108
|
-
# @param [Hash] opts the optional parameters
|
|
109
|
-
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
110
|
-
def transaction_service_build_mobile_sdk_url_with_credentials_with_http_info(credentials, opts = {})
|
|
111
|
-
if @api_client.config.debugging
|
|
112
|
-
@api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_mobile_sdk_url_with_credentials ..."
|
|
113
|
-
end
|
|
114
|
-
# verify the required parameter 'credentials' is set
|
|
115
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_build_mobile_sdk_url_with_credentials" if credentials.nil?
|
|
116
|
-
# resource path
|
|
117
|
-
local_var_path = "/transaction/buildMobileSdkUrlWithCredentials".sub('{format}','json')
|
|
118
|
-
|
|
119
|
-
# query parameters
|
|
120
|
-
query_params = {}
|
|
121
|
-
query_params[:'credentials'] = credentials
|
|
122
|
-
|
|
123
|
-
# header parameters
|
|
124
|
-
header_params = {}
|
|
125
|
-
|
|
126
|
-
# HTTP header 'Accept' (if needed)
|
|
127
|
-
local_header_accept = []
|
|
128
|
-
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
129
|
-
|
|
130
|
-
# HTTP header 'Content-Type'
|
|
131
|
-
local_header_content_type = []
|
|
132
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
133
|
-
|
|
134
|
-
# form parameters
|
|
135
|
-
form_params = {}
|
|
136
|
-
|
|
137
|
-
# http body (model)
|
|
138
|
-
post_body = nil
|
|
139
|
-
auth_names = []
|
|
140
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
141
|
-
:header_params => header_params,
|
|
142
|
-
:query_params => query_params,
|
|
143
|
-
:form_params => form_params,
|
|
144
|
-
:body => post_body,
|
|
145
|
-
:auth_names => auth_names,
|
|
146
|
-
:return_type => 'String')
|
|
147
|
-
if @api_client.config.debugging
|
|
148
|
-
@api_client.config.logger.debug "API called: TransactionService#transaction_service_build_mobile_sdk_url_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
149
|
-
end
|
|
150
|
-
return data, status_code, headers
|
|
151
|
-
end
|
|
152
|
-
|
|
153
|
-
# Build Payment Page URL
|
|
154
|
-
# This operation creates the URL to which the user should be redirected to when the payment page should be used.
|
|
155
|
-
# @param space_id
|
|
156
|
-
# @param id The id of the transaction which should be returned.
|
|
157
|
-
# @param [Hash] opts the optional parameters
|
|
158
|
-
# @return [String]
|
|
159
|
-
def transaction_service_build_payment_page_url(space_id, id, opts = {})
|
|
160
|
-
data, _status_code, _headers = transaction_service_build_payment_page_url_with_http_info(space_id, id, opts)
|
|
161
|
-
return data
|
|
162
|
-
end
|
|
163
|
-
|
|
164
|
-
# Build Payment Page URL
|
|
165
|
-
# This operation creates the URL to which the user should be redirected to when the payment page should be used.
|
|
166
|
-
# @param space_id
|
|
167
|
-
# @param id The id of the transaction which should be returned.
|
|
168
|
-
# @param [Hash] opts the optional parameters
|
|
169
|
-
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
170
|
-
def transaction_service_build_payment_page_url_with_http_info(space_id, id, opts = {})
|
|
171
|
-
if @api_client.config.debugging
|
|
172
|
-
@api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_payment_page_url ..."
|
|
173
|
-
end
|
|
174
|
-
# verify the required parameter 'space_id' is set
|
|
175
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_build_payment_page_url" if space_id.nil?
|
|
176
|
-
# verify the required parameter 'id' is set
|
|
177
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_build_payment_page_url" if id.nil?
|
|
178
|
-
# resource path
|
|
179
|
-
local_var_path = "/transaction/buildPaymentPageUrl".sub('{format}','json')
|
|
180
|
-
|
|
181
|
-
# query parameters
|
|
182
|
-
query_params = {}
|
|
183
|
-
query_params[:'spaceId'] = space_id
|
|
184
|
-
query_params[:'id'] = id
|
|
185
|
-
|
|
186
|
-
# header parameters
|
|
187
|
-
header_params = {}
|
|
188
|
-
|
|
189
|
-
# HTTP header 'Accept' (if needed)
|
|
190
|
-
local_header_accept = []
|
|
191
|
-
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
192
|
-
|
|
193
|
-
# HTTP header 'Content-Type'
|
|
194
|
-
local_header_content_type = []
|
|
195
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
196
|
-
|
|
197
|
-
# form parameters
|
|
198
|
-
form_params = {}
|
|
199
|
-
|
|
200
|
-
# http body (model)
|
|
201
|
-
post_body = nil
|
|
202
|
-
auth_names = []
|
|
203
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
204
|
-
:header_params => header_params,
|
|
205
|
-
:query_params => query_params,
|
|
206
|
-
:form_params => form_params,
|
|
207
|
-
:body => post_body,
|
|
208
|
-
:auth_names => auth_names,
|
|
209
|
-
:return_type => 'String')
|
|
210
|
-
if @api_client.config.debugging
|
|
211
|
-
@api_client.config.logger.debug "API called: TransactionService#transaction_service_build_payment_page_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
212
|
-
end
|
|
213
|
-
return data, status_code, headers
|
|
214
|
-
end
|
|
215
|
-
|
|
216
28
|
# Confirm
|
|
217
29
|
# The confirm operation marks the transaction as confirmed. Once the transaction is confirmed no more changes can be applied.
|
|
218
30
|
# @param space_id
|
|
219
31
|
# @param transaction_model The transaction JSON object to update and confirm.
|
|
220
32
|
# @param [Hash] opts the optional parameters
|
|
221
33
|
# @return [Transaction]
|
|
222
|
-
def
|
|
223
|
-
data, _status_code, _headers =
|
|
34
|
+
def confirm(space_id, transaction_model, opts = {})
|
|
35
|
+
data, _status_code, _headers = confirm_with_http_info(space_id, transaction_model, opts)
|
|
224
36
|
return data
|
|
225
37
|
end
|
|
226
38
|
|
|
@@ -230,14 +42,14 @@ module Wallee
|
|
|
230
42
|
# @param transaction_model The transaction JSON object to update and confirm.
|
|
231
43
|
# @param [Hash] opts the optional parameters
|
|
232
44
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
233
|
-
def
|
|
45
|
+
def confirm_with_http_info(space_id, transaction_model, opts = {})
|
|
234
46
|
if @api_client.config.debugging
|
|
235
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
47
|
+
@api_client.config.logger.debug "Calling API: TransactionService.confirm ..."
|
|
236
48
|
end
|
|
237
49
|
# verify the required parameter 'space_id' is set
|
|
238
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.confirm" if space_id.nil?
|
|
239
51
|
# verify the required parameter 'transaction_model' is set
|
|
240
|
-
fail ArgumentError, "Missing the required parameter 'transaction_model' when calling TransactionService.
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'transaction_model' when calling TransactionService.confirm" if transaction_model.nil?
|
|
241
53
|
# resource path
|
|
242
54
|
local_var_path = "/transaction/confirm".sub('{format}','json')
|
|
243
55
|
|
|
@@ -253,7 +65,7 @@ module Wallee
|
|
|
253
65
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
254
66
|
|
|
255
67
|
# HTTP header 'Content-Type'
|
|
256
|
-
local_header_content_type = []
|
|
68
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
|
257
69
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
258
70
|
|
|
259
71
|
# form parameters
|
|
@@ -270,7 +82,7 @@ module Wallee
|
|
|
270
82
|
:auth_names => auth_names,
|
|
271
83
|
:return_type => 'Transaction')
|
|
272
84
|
if @api_client.config.debugging
|
|
273
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
85
|
+
@api_client.config.logger.debug "API called: TransactionService#confirm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
274
86
|
end
|
|
275
87
|
return data, status_code, headers
|
|
276
88
|
end
|
|
@@ -281,8 +93,8 @@ module Wallee
|
|
|
281
93
|
# @param [Hash] opts the optional parameters
|
|
282
94
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
283
95
|
# @return [Integer]
|
|
284
|
-
def
|
|
285
|
-
data, _status_code, _headers =
|
|
96
|
+
def count(space_id, opts = {})
|
|
97
|
+
data, _status_code, _headers = count_with_http_info(space_id, opts)
|
|
286
98
|
return data
|
|
287
99
|
end
|
|
288
100
|
|
|
@@ -292,12 +104,12 @@ module Wallee
|
|
|
292
104
|
# @param [Hash] opts the optional parameters
|
|
293
105
|
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
|
294
106
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
295
|
-
def
|
|
107
|
+
def count_with_http_info(space_id, opts = {})
|
|
296
108
|
if @api_client.config.debugging
|
|
297
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
109
|
+
@api_client.config.logger.debug "Calling API: TransactionService.count ..."
|
|
298
110
|
end
|
|
299
111
|
# verify the required parameter 'space_id' is set
|
|
300
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
112
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.count" if space_id.nil?
|
|
301
113
|
# resource path
|
|
302
114
|
local_var_path = "/transaction/count".sub('{format}','json')
|
|
303
115
|
|
|
@@ -330,7 +142,7 @@ module Wallee
|
|
|
330
142
|
:auth_names => auth_names,
|
|
331
143
|
:return_type => 'Integer')
|
|
332
144
|
if @api_client.config.debugging
|
|
333
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
145
|
+
@api_client.config.logger.debug "API called: TransactionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
334
146
|
end
|
|
335
147
|
return data, status_code, headers
|
|
336
148
|
end
|
|
@@ -341,8 +153,8 @@ module Wallee
|
|
|
341
153
|
# @param transaction The transaction object which should be created.
|
|
342
154
|
# @param [Hash] opts the optional parameters
|
|
343
155
|
# @return [Transaction]
|
|
344
|
-
def
|
|
345
|
-
data, _status_code, _headers =
|
|
156
|
+
def create(space_id, transaction, opts = {})
|
|
157
|
+
data, _status_code, _headers = create_with_http_info(space_id, transaction, opts)
|
|
346
158
|
return data
|
|
347
159
|
end
|
|
348
160
|
|
|
@@ -352,14 +164,14 @@ module Wallee
|
|
|
352
164
|
# @param transaction The transaction object which should be created.
|
|
353
165
|
# @param [Hash] opts the optional parameters
|
|
354
166
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
355
|
-
def
|
|
167
|
+
def create_with_http_info(space_id, transaction, opts = {})
|
|
356
168
|
if @api_client.config.debugging
|
|
357
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
169
|
+
@api_client.config.logger.debug "Calling API: TransactionService.create ..."
|
|
358
170
|
end
|
|
359
171
|
# verify the required parameter 'space_id' is set
|
|
360
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
172
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create" if space_id.nil?
|
|
361
173
|
# verify the required parameter 'transaction' is set
|
|
362
|
-
fail ArgumentError, "Missing the required parameter 'transaction' when calling TransactionService.
|
|
174
|
+
fail ArgumentError, "Missing the required parameter 'transaction' when calling TransactionService.create" if transaction.nil?
|
|
363
175
|
# resource path
|
|
364
176
|
local_var_path = "/transaction/create".sub('{format}','json')
|
|
365
177
|
|
|
@@ -392,7 +204,7 @@ module Wallee
|
|
|
392
204
|
:auth_names => auth_names,
|
|
393
205
|
:return_type => 'Transaction')
|
|
394
206
|
if @api_client.config.debugging
|
|
395
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
207
|
+
@api_client.config.logger.debug "API called: TransactionService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
396
208
|
end
|
|
397
209
|
return data, status_code, headers
|
|
398
210
|
end
|
|
@@ -403,8 +215,8 @@ module Wallee
|
|
|
403
215
|
# @param id The id of the transaction which should be returned.
|
|
404
216
|
# @param [Hash] opts the optional parameters
|
|
405
217
|
# @return [String]
|
|
406
|
-
def
|
|
407
|
-
data, _status_code, _headers =
|
|
218
|
+
def create_transaction_credentials(space_id, id, opts = {})
|
|
219
|
+
data, _status_code, _headers = create_transaction_credentials_with_http_info(space_id, id, opts)
|
|
408
220
|
return data
|
|
409
221
|
end
|
|
410
222
|
|
|
@@ -414,14 +226,14 @@ module Wallee
|
|
|
414
226
|
# @param id The id of the transaction which should be returned.
|
|
415
227
|
# @param [Hash] opts the optional parameters
|
|
416
228
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
417
|
-
def
|
|
229
|
+
def create_transaction_credentials_with_http_info(space_id, id, opts = {})
|
|
418
230
|
if @api_client.config.debugging
|
|
419
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
231
|
+
@api_client.config.logger.debug "Calling API: TransactionService.create_transaction_credentials ..."
|
|
420
232
|
end
|
|
421
233
|
# verify the required parameter 'space_id' is set
|
|
422
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
234
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create_transaction_credentials" if space_id.nil?
|
|
423
235
|
# verify the required parameter 'id' is set
|
|
424
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
236
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.create_transaction_credentials" if id.nil?
|
|
425
237
|
# resource path
|
|
426
238
|
local_var_path = "/transaction/createTransactionCredentials".sub('{format}','json')
|
|
427
239
|
|
|
@@ -455,7 +267,7 @@ module Wallee
|
|
|
455
267
|
:auth_names => auth_names,
|
|
456
268
|
:return_type => 'String')
|
|
457
269
|
if @api_client.config.debugging
|
|
458
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
270
|
+
@api_client.config.logger.debug "API called: TransactionService#create_transaction_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
459
271
|
end
|
|
460
272
|
return data, status_code, headers
|
|
461
273
|
end
|
|
@@ -466,8 +278,8 @@ module Wallee
|
|
|
466
278
|
# @param token_id The token ID will be used to find the token which should be removed.
|
|
467
279
|
# @param [Hash] opts the optional parameters
|
|
468
280
|
# @return [nil]
|
|
469
|
-
def
|
|
470
|
-
|
|
281
|
+
def delete_one_click_token_with_credentials(credentials, token_id, opts = {})
|
|
282
|
+
delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts)
|
|
471
283
|
return nil
|
|
472
284
|
end
|
|
473
285
|
|
|
@@ -477,14 +289,14 @@ module Wallee
|
|
|
477
289
|
# @param token_id The token ID will be used to find the token which should be removed.
|
|
478
290
|
# @param [Hash] opts the optional parameters
|
|
479
291
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
480
|
-
def
|
|
292
|
+
def delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts = {})
|
|
481
293
|
if @api_client.config.debugging
|
|
482
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
294
|
+
@api_client.config.logger.debug "Calling API: TransactionService.delete_one_click_token_with_credentials ..."
|
|
483
295
|
end
|
|
484
296
|
# verify the required parameter 'credentials' is set
|
|
485
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.
|
|
297
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.delete_one_click_token_with_credentials" if credentials.nil?
|
|
486
298
|
# verify the required parameter 'token_id' is set
|
|
487
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.
|
|
299
|
+
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.delete_one_click_token_with_credentials" if token_id.nil?
|
|
488
300
|
# resource path
|
|
489
301
|
local_var_path = "/transaction/deleteOneClickTokenWithCredentials".sub('{format}','json')
|
|
490
302
|
|
|
@@ -517,7 +329,7 @@ module Wallee
|
|
|
517
329
|
:body => post_body,
|
|
518
330
|
:auth_names => auth_names)
|
|
519
331
|
if @api_client.config.debugging
|
|
520
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
332
|
+
@api_client.config.logger.debug "API called: TransactionService#delete_one_click_token_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
521
333
|
end
|
|
522
334
|
return data, status_code, headers
|
|
523
335
|
end
|
|
@@ -528,8 +340,8 @@ module Wallee
|
|
|
528
340
|
# @param request The request controls the entries which are exported.
|
|
529
341
|
# @param [Hash] opts the optional parameters
|
|
530
342
|
# @return [String]
|
|
531
|
-
def
|
|
532
|
-
data, _status_code, _headers =
|
|
343
|
+
def export(space_id, request, opts = {})
|
|
344
|
+
data, _status_code, _headers = export_with_http_info(space_id, request, opts)
|
|
533
345
|
return data
|
|
534
346
|
end
|
|
535
347
|
|
|
@@ -539,14 +351,14 @@ module Wallee
|
|
|
539
351
|
# @param request The request controls the entries which are exported.
|
|
540
352
|
# @param [Hash] opts the optional parameters
|
|
541
353
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
542
|
-
def
|
|
354
|
+
def export_with_http_info(space_id, request, opts = {})
|
|
543
355
|
if @api_client.config.debugging
|
|
544
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
356
|
+
@api_client.config.logger.debug "Calling API: TransactionService.export ..."
|
|
545
357
|
end
|
|
546
358
|
# verify the required parameter 'space_id' is set
|
|
547
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
359
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.export" if space_id.nil?
|
|
548
360
|
# verify the required parameter 'request' is set
|
|
549
|
-
fail ArgumentError, "Missing the required parameter 'request' when calling TransactionService.
|
|
361
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling TransactionService.export" if request.nil?
|
|
550
362
|
# resource path
|
|
551
363
|
local_var_path = "/transaction/export".sub('{format}','json')
|
|
552
364
|
|
|
@@ -579,7 +391,7 @@ module Wallee
|
|
|
579
391
|
:auth_names => auth_names,
|
|
580
392
|
:return_type => 'String')
|
|
581
393
|
if @api_client.config.debugging
|
|
582
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
394
|
+
@api_client.config.logger.debug "API called: TransactionService#export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
583
395
|
end
|
|
584
396
|
return data, status_code, headers
|
|
585
397
|
end
|
|
@@ -589,8 +401,8 @@ module Wallee
|
|
|
589
401
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
590
402
|
# @param [Hash] opts the optional parameters
|
|
591
403
|
# @return [Array<TokenVersion>]
|
|
592
|
-
def
|
|
593
|
-
data, _status_code, _headers =
|
|
404
|
+
def fetch_one_click_tokens_with_credentials(credentials, opts = {})
|
|
405
|
+
data, _status_code, _headers = fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts)
|
|
594
406
|
return data
|
|
595
407
|
end
|
|
596
408
|
|
|
@@ -599,12 +411,12 @@ module Wallee
|
|
|
599
411
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
600
412
|
# @param [Hash] opts the optional parameters
|
|
601
413
|
# @return [Array<(Array<TokenVersion>, Fixnum, Hash)>] Array<TokenVersion> data, response status code and response headers
|
|
602
|
-
def
|
|
414
|
+
def fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts = {})
|
|
603
415
|
if @api_client.config.debugging
|
|
604
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
416
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_one_click_tokens_with_credentials ..."
|
|
605
417
|
end
|
|
606
418
|
# verify the required parameter 'credentials' is set
|
|
607
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.
|
|
419
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_one_click_tokens_with_credentials" if credentials.nil?
|
|
608
420
|
# resource path
|
|
609
421
|
local_var_path = "/transaction/fetchOneClickTokensWithCredentials".sub('{format}','json')
|
|
610
422
|
|
|
@@ -637,7 +449,7 @@ module Wallee
|
|
|
637
449
|
:auth_names => auth_names,
|
|
638
450
|
:return_type => 'Array<TokenVersion>')
|
|
639
451
|
if @api_client.config.debugging
|
|
640
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
452
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_one_click_tokens_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
641
453
|
end
|
|
642
454
|
return data, status_code, headers
|
|
643
455
|
end
|
|
@@ -646,10 +458,11 @@ module Wallee
|
|
|
646
458
|
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
|
647
459
|
# @param space_id
|
|
648
460
|
# @param id The id of the transaction which should be returned.
|
|
461
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
|
649
462
|
# @param [Hash] opts the optional parameters
|
|
650
463
|
# @return [Array<PaymentMethodConfiguration>]
|
|
651
|
-
def
|
|
652
|
-
data, _status_code, _headers =
|
|
464
|
+
def fetch_payment_methods(space_id, id, integration_mode, opts = {})
|
|
465
|
+
data, _status_code, _headers = fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts)
|
|
653
466
|
return data
|
|
654
467
|
end
|
|
655
468
|
|
|
@@ -657,23 +470,27 @@ module Wallee
|
|
|
657
470
|
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
|
658
471
|
# @param space_id
|
|
659
472
|
# @param id The id of the transaction which should be returned.
|
|
473
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
|
660
474
|
# @param [Hash] opts the optional parameters
|
|
661
475
|
# @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
|
|
662
|
-
def
|
|
476
|
+
def fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts = {})
|
|
663
477
|
if @api_client.config.debugging
|
|
664
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
478
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods ..."
|
|
665
479
|
end
|
|
666
480
|
# verify the required parameter 'space_id' is set
|
|
667
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
481
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.fetch_payment_methods" if space_id.nil?
|
|
668
482
|
# verify the required parameter 'id' is set
|
|
669
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
483
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.fetch_payment_methods" if id.nil?
|
|
484
|
+
# verify the required parameter 'integration_mode' is set
|
|
485
|
+
fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods" if integration_mode.nil?
|
|
670
486
|
# resource path
|
|
671
|
-
local_var_path = "/transaction/
|
|
487
|
+
local_var_path = "/transaction/fetch-payment-methods".sub('{format}','json')
|
|
672
488
|
|
|
673
489
|
# query parameters
|
|
674
490
|
query_params = {}
|
|
675
491
|
query_params[:'spaceId'] = space_id
|
|
676
492
|
query_params[:'id'] = id
|
|
493
|
+
query_params[:'integrationMode'] = integration_mode
|
|
677
494
|
|
|
678
495
|
# header parameters
|
|
679
496
|
header_params = {}
|
|
@@ -700,7 +517,7 @@ module Wallee
|
|
|
700
517
|
:auth_names => auth_names,
|
|
701
518
|
:return_type => 'Array<PaymentMethodConfiguration>')
|
|
702
519
|
if @api_client.config.debugging
|
|
703
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
520
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
704
521
|
end
|
|
705
522
|
return data, status_code, headers
|
|
706
523
|
end
|
|
@@ -708,30 +525,35 @@ module Wallee
|
|
|
708
525
|
# Fetch Possible Payment Methods with Credentials
|
|
709
526
|
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
|
710
527
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
528
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
|
711
529
|
# @param [Hash] opts the optional parameters
|
|
712
530
|
# @return [Array<PaymentMethodConfiguration>]
|
|
713
|
-
def
|
|
714
|
-
data, _status_code, _headers =
|
|
531
|
+
def fetch_payment_methods_with_credentials(credentials, integration_mode, opts = {})
|
|
532
|
+
data, _status_code, _headers = fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts)
|
|
715
533
|
return data
|
|
716
534
|
end
|
|
717
535
|
|
|
718
536
|
# Fetch Possible Payment Methods with Credentials
|
|
719
537
|
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
|
720
538
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
539
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
|
721
540
|
# @param [Hash] opts the optional parameters
|
|
722
541
|
# @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
|
|
723
|
-
def
|
|
542
|
+
def fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts = {})
|
|
724
543
|
if @api_client.config.debugging
|
|
725
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
544
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods_with_credentials ..."
|
|
726
545
|
end
|
|
727
546
|
# verify the required parameter 'credentials' is set
|
|
728
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.
|
|
547
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_payment_methods_with_credentials" if credentials.nil?
|
|
548
|
+
# verify the required parameter 'integration_mode' is set
|
|
549
|
+
fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods_with_credentials" if integration_mode.nil?
|
|
729
550
|
# resource path
|
|
730
|
-
local_var_path = "/transaction/
|
|
551
|
+
local_var_path = "/transaction/fetch-payment-methods-with-credentials".sub('{format}','json')
|
|
731
552
|
|
|
732
553
|
# query parameters
|
|
733
554
|
query_params = {}
|
|
734
555
|
query_params[:'credentials'] = credentials
|
|
556
|
+
query_params[:'integrationMode'] = integration_mode
|
|
735
557
|
|
|
736
558
|
# header parameters
|
|
737
559
|
header_params = {}
|
|
@@ -758,7 +580,7 @@ module Wallee
|
|
|
758
580
|
:auth_names => auth_names,
|
|
759
581
|
:return_type => 'Array<PaymentMethodConfiguration>')
|
|
760
582
|
if @api_client.config.debugging
|
|
761
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
583
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
762
584
|
end
|
|
763
585
|
return data, status_code, headers
|
|
764
586
|
end
|
|
@@ -769,8 +591,8 @@ module Wallee
|
|
|
769
591
|
# @param id The id of the transaction to get the invoice document for.
|
|
770
592
|
# @param [Hash] opts the optional parameters
|
|
771
593
|
# @return [RenderedDocument]
|
|
772
|
-
def
|
|
773
|
-
data, _status_code, _headers =
|
|
594
|
+
def get_invoice_document(space_id, id, opts = {})
|
|
595
|
+
data, _status_code, _headers = get_invoice_document_with_http_info(space_id, id, opts)
|
|
774
596
|
return data
|
|
775
597
|
end
|
|
776
598
|
|
|
@@ -780,14 +602,14 @@ module Wallee
|
|
|
780
602
|
# @param id The id of the transaction to get the invoice document for.
|
|
781
603
|
# @param [Hash] opts the optional parameters
|
|
782
604
|
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
|
783
|
-
def
|
|
605
|
+
def get_invoice_document_with_http_info(space_id, id, opts = {})
|
|
784
606
|
if @api_client.config.debugging
|
|
785
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
607
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_invoice_document ..."
|
|
786
608
|
end
|
|
787
609
|
# verify the required parameter 'space_id' is set
|
|
788
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
610
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_invoice_document" if space_id.nil?
|
|
789
611
|
# verify the required parameter 'id' is set
|
|
790
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
612
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_invoice_document" if id.nil?
|
|
791
613
|
# resource path
|
|
792
614
|
local_var_path = "/transaction/getInvoiceDocument".sub('{format}','json')
|
|
793
615
|
|
|
@@ -821,7 +643,7 @@ module Wallee
|
|
|
821
643
|
:auth_names => auth_names,
|
|
822
644
|
:return_type => 'RenderedDocument')
|
|
823
645
|
if @api_client.config.debugging
|
|
824
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
646
|
+
@api_client.config.logger.debug "API called: TransactionService#get_invoice_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
825
647
|
end
|
|
826
648
|
return data, status_code, headers
|
|
827
649
|
end
|
|
@@ -832,8 +654,8 @@ module Wallee
|
|
|
832
654
|
# @param id The id of the transaction to get the latest line item version for.
|
|
833
655
|
# @param [Hash] opts the optional parameters
|
|
834
656
|
# @return [TransactionLineItemVersion]
|
|
835
|
-
def
|
|
836
|
-
data, _status_code, _headers =
|
|
657
|
+
def get_latest_transaction_line_item_version(space_id, id, opts = {})
|
|
658
|
+
data, _status_code, _headers = get_latest_transaction_line_item_version_with_http_info(space_id, id, opts)
|
|
837
659
|
return data
|
|
838
660
|
end
|
|
839
661
|
|
|
@@ -843,14 +665,14 @@ module Wallee
|
|
|
843
665
|
# @param id The id of the transaction to get the latest line item version for.
|
|
844
666
|
# @param [Hash] opts the optional parameters
|
|
845
667
|
# @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
|
|
846
|
-
def
|
|
668
|
+
def get_latest_transaction_line_item_version_with_http_info(space_id, id, opts = {})
|
|
847
669
|
if @api_client.config.debugging
|
|
848
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
670
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_latest_transaction_line_item_version ..."
|
|
849
671
|
end
|
|
850
672
|
# verify the required parameter 'space_id' is set
|
|
851
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
673
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_latest_transaction_line_item_version" if space_id.nil?
|
|
852
674
|
# verify the required parameter 'id' is set
|
|
853
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
675
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_latest_transaction_line_item_version" if id.nil?
|
|
854
676
|
# resource path
|
|
855
677
|
local_var_path = "/transaction/getLatestTransactionLineItemVersion".sub('{format}','json')
|
|
856
678
|
|
|
@@ -884,7 +706,7 @@ module Wallee
|
|
|
884
706
|
:auth_names => auth_names,
|
|
885
707
|
:return_type => 'TransactionLineItemVersion')
|
|
886
708
|
if @api_client.config.debugging
|
|
887
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
709
|
+
@api_client.config.logger.debug "API called: TransactionService#get_latest_transaction_line_item_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
888
710
|
end
|
|
889
711
|
return data, status_code, headers
|
|
890
712
|
end
|
|
@@ -895,8 +717,8 @@ module Wallee
|
|
|
895
717
|
# @param id The id of the transaction to get the packing slip for.
|
|
896
718
|
# @param [Hash] opts the optional parameters
|
|
897
719
|
# @return [RenderedDocument]
|
|
898
|
-
def
|
|
899
|
-
data, _status_code, _headers =
|
|
720
|
+
def get_packing_slip(space_id, id, opts = {})
|
|
721
|
+
data, _status_code, _headers = get_packing_slip_with_http_info(space_id, id, opts)
|
|
900
722
|
return data
|
|
901
723
|
end
|
|
902
724
|
|
|
@@ -906,14 +728,14 @@ module Wallee
|
|
|
906
728
|
# @param id The id of the transaction to get the packing slip for.
|
|
907
729
|
# @param [Hash] opts the optional parameters
|
|
908
730
|
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
|
909
|
-
def
|
|
731
|
+
def get_packing_slip_with_http_info(space_id, id, opts = {})
|
|
910
732
|
if @api_client.config.debugging
|
|
911
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
733
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_packing_slip ..."
|
|
912
734
|
end
|
|
913
735
|
# verify the required parameter 'space_id' is set
|
|
914
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
736
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_packing_slip" if space_id.nil?
|
|
915
737
|
# verify the required parameter 'id' is set
|
|
916
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
738
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_packing_slip" if id.nil?
|
|
917
739
|
# resource path
|
|
918
740
|
local_var_path = "/transaction/getPackingSlip".sub('{format}','json')
|
|
919
741
|
|
|
@@ -947,38 +769,38 @@ module Wallee
|
|
|
947
769
|
:auth_names => auth_names,
|
|
948
770
|
:return_type => 'RenderedDocument')
|
|
949
771
|
if @api_client.config.debugging
|
|
950
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
772
|
+
@api_client.config.logger.debug "API called: TransactionService#get_packing_slip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
951
773
|
end
|
|
952
774
|
return data, status_code, headers
|
|
953
775
|
end
|
|
954
776
|
|
|
955
777
|
# Process One-Click Token with Credentials
|
|
956
|
-
# This operation assigns the given token to the transaction and process it.
|
|
778
|
+
# This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
|
|
957
779
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
958
780
|
# @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
|
|
959
781
|
# @param [Hash] opts the optional parameters
|
|
960
|
-
# @return [
|
|
961
|
-
def
|
|
962
|
-
data, _status_code, _headers =
|
|
782
|
+
# @return [String]
|
|
783
|
+
def process_one_click_token_and_redirect_with_credentials(credentials, token_id, opts = {})
|
|
784
|
+
data, _status_code, _headers = process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts)
|
|
963
785
|
return data
|
|
964
786
|
end
|
|
965
787
|
|
|
966
788
|
# Process One-Click Token with Credentials
|
|
967
|
-
# This operation assigns the given token to the transaction and process it.
|
|
789
|
+
# This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
|
|
968
790
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
969
791
|
# @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
|
|
970
792
|
# @param [Hash] opts the optional parameters
|
|
971
|
-
# @return [Array<(
|
|
972
|
-
def
|
|
793
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
794
|
+
def process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts = {})
|
|
973
795
|
if @api_client.config.debugging
|
|
974
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
796
|
+
@api_client.config.logger.debug "Calling API: TransactionService.process_one_click_token_and_redirect_with_credentials ..."
|
|
975
797
|
end
|
|
976
798
|
# verify the required parameter 'credentials' is set
|
|
977
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.
|
|
799
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if credentials.nil?
|
|
978
800
|
# verify the required parameter 'token_id' is set
|
|
979
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.
|
|
801
|
+
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if token_id.nil?
|
|
980
802
|
# resource path
|
|
981
|
-
local_var_path = "/transaction/
|
|
803
|
+
local_var_path = "/transaction/processOneClickTokenAndRedirectWithCredentials".sub('{format}','json')
|
|
982
804
|
|
|
983
805
|
# query parameters
|
|
984
806
|
query_params = {}
|
|
@@ -1008,9 +830,9 @@ module Wallee
|
|
|
1008
830
|
:form_params => form_params,
|
|
1009
831
|
:body => post_body,
|
|
1010
832
|
:auth_names => auth_names,
|
|
1011
|
-
:return_type => '
|
|
833
|
+
:return_type => 'String')
|
|
1012
834
|
if @api_client.config.debugging
|
|
1013
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
835
|
+
@api_client.config.logger.debug "API called: TransactionService#process_one_click_token_and_redirect_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1014
836
|
end
|
|
1015
837
|
return data, status_code, headers
|
|
1016
838
|
end
|
|
@@ -1021,8 +843,8 @@ module Wallee
|
|
|
1021
843
|
# @param id The id of the transaction which should be processed.
|
|
1022
844
|
# @param [Hash] opts the optional parameters
|
|
1023
845
|
# @return [Transaction]
|
|
1024
|
-
def
|
|
1025
|
-
data, _status_code, _headers =
|
|
846
|
+
def process_without_user_interaction(space_id, id, opts = {})
|
|
847
|
+
data, _status_code, _headers = process_without_user_interaction_with_http_info(space_id, id, opts)
|
|
1026
848
|
return data
|
|
1027
849
|
end
|
|
1028
850
|
|
|
@@ -1032,14 +854,14 @@ module Wallee
|
|
|
1032
854
|
# @param id The id of the transaction which should be processed.
|
|
1033
855
|
# @param [Hash] opts the optional parameters
|
|
1034
856
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
1035
|
-
def
|
|
857
|
+
def process_without_user_interaction_with_http_info(space_id, id, opts = {})
|
|
1036
858
|
if @api_client.config.debugging
|
|
1037
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
859
|
+
@api_client.config.logger.debug "Calling API: TransactionService.process_without_user_interaction ..."
|
|
1038
860
|
end
|
|
1039
861
|
# verify the required parameter 'space_id' is set
|
|
1040
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
862
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.process_without_user_interaction" if space_id.nil?
|
|
1041
863
|
# verify the required parameter 'id' is set
|
|
1042
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
864
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.process_without_user_interaction" if id.nil?
|
|
1043
865
|
# resource path
|
|
1044
866
|
local_var_path = "/transaction/processWithoutUserInteraction".sub('{format}','json')
|
|
1045
867
|
|
|
@@ -1073,7 +895,7 @@ module Wallee
|
|
|
1073
895
|
:auth_names => auth_names,
|
|
1074
896
|
:return_type => 'Transaction')
|
|
1075
897
|
if @api_client.config.debugging
|
|
1076
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
898
|
+
@api_client.config.logger.debug "API called: TransactionService#process_without_user_interaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1077
899
|
end
|
|
1078
900
|
return data, status_code, headers
|
|
1079
901
|
end
|
|
@@ -1084,8 +906,8 @@ module Wallee
|
|
|
1084
906
|
# @param id The id of the transaction which should be returned.
|
|
1085
907
|
# @param [Hash] opts the optional parameters
|
|
1086
908
|
# @return [Transaction]
|
|
1087
|
-
def
|
|
1088
|
-
data, _status_code, _headers =
|
|
909
|
+
def read(space_id, id, opts = {})
|
|
910
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
|
1089
911
|
return data
|
|
1090
912
|
end
|
|
1091
913
|
|
|
@@ -1095,14 +917,14 @@ module Wallee
|
|
|
1095
917
|
# @param id The id of the transaction which should be returned.
|
|
1096
918
|
# @param [Hash] opts the optional parameters
|
|
1097
919
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
1098
|
-
def
|
|
920
|
+
def read_with_http_info(space_id, id, opts = {})
|
|
1099
921
|
if @api_client.config.debugging
|
|
1100
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
922
|
+
@api_client.config.logger.debug "Calling API: TransactionService.read ..."
|
|
1101
923
|
end
|
|
1102
924
|
# verify the required parameter 'space_id' is set
|
|
1103
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
925
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.read" if space_id.nil?
|
|
1104
926
|
# verify the required parameter 'id' is set
|
|
1105
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.
|
|
927
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.read" if id.nil?
|
|
1106
928
|
# resource path
|
|
1107
929
|
local_var_path = "/transaction/read".sub('{format}','json')
|
|
1108
930
|
|
|
@@ -1136,7 +958,7 @@ module Wallee
|
|
|
1136
958
|
:auth_names => auth_names,
|
|
1137
959
|
:return_type => 'Transaction')
|
|
1138
960
|
if @api_client.config.debugging
|
|
1139
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
961
|
+
@api_client.config.logger.debug "API called: TransactionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1140
962
|
end
|
|
1141
963
|
return data, status_code, headers
|
|
1142
964
|
end
|
|
@@ -1146,8 +968,8 @@ module Wallee
|
|
|
1146
968
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
1147
969
|
# @param [Hash] opts the optional parameters
|
|
1148
970
|
# @return [Transaction]
|
|
1149
|
-
def
|
|
1150
|
-
data, _status_code, _headers =
|
|
971
|
+
def read_with_credentials(credentials, opts = {})
|
|
972
|
+
data, _status_code, _headers = read_with_credentials_with_http_info(credentials, opts)
|
|
1151
973
|
return data
|
|
1152
974
|
end
|
|
1153
975
|
|
|
@@ -1156,12 +978,12 @@ module Wallee
|
|
|
1156
978
|
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
|
1157
979
|
# @param [Hash] opts the optional parameters
|
|
1158
980
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
1159
|
-
def
|
|
981
|
+
def read_with_credentials_with_http_info(credentials, opts = {})
|
|
1160
982
|
if @api_client.config.debugging
|
|
1161
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
983
|
+
@api_client.config.logger.debug "Calling API: TransactionService.read_with_credentials ..."
|
|
1162
984
|
end
|
|
1163
985
|
# verify the required parameter 'credentials' is set
|
|
1164
|
-
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.
|
|
986
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.read_with_credentials" if credentials.nil?
|
|
1165
987
|
# resource path
|
|
1166
988
|
local_var_path = "/transaction/readWithCredentials".sub('{format}','json')
|
|
1167
989
|
|
|
@@ -1194,7 +1016,7 @@ module Wallee
|
|
|
1194
1016
|
:auth_names => auth_names,
|
|
1195
1017
|
:return_type => 'Transaction')
|
|
1196
1018
|
if @api_client.config.debugging
|
|
1197
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
1019
|
+
@api_client.config.logger.debug "API called: TransactionService#read_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1198
1020
|
end
|
|
1199
1021
|
return data, status_code, headers
|
|
1200
1022
|
end
|
|
@@ -1205,8 +1027,8 @@ module Wallee
|
|
|
1205
1027
|
# @param query The query restricts the transactions which are returned by the search.
|
|
1206
1028
|
# @param [Hash] opts the optional parameters
|
|
1207
1029
|
# @return [Array<Transaction>]
|
|
1208
|
-
def
|
|
1209
|
-
data, _status_code, _headers =
|
|
1030
|
+
def search(space_id, query, opts = {})
|
|
1031
|
+
data, _status_code, _headers = search_with_http_info(space_id, query, opts)
|
|
1210
1032
|
return data
|
|
1211
1033
|
end
|
|
1212
1034
|
|
|
@@ -1216,14 +1038,14 @@ module Wallee
|
|
|
1216
1038
|
# @param query The query restricts the transactions which are returned by the search.
|
|
1217
1039
|
# @param [Hash] opts the optional parameters
|
|
1218
1040
|
# @return [Array<(Array<Transaction>, Fixnum, Hash)>] Array<Transaction> data, response status code and response headers
|
|
1219
|
-
def
|
|
1041
|
+
def search_with_http_info(space_id, query, opts = {})
|
|
1220
1042
|
if @api_client.config.debugging
|
|
1221
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
1043
|
+
@api_client.config.logger.debug "Calling API: TransactionService.search ..."
|
|
1222
1044
|
end
|
|
1223
1045
|
# verify the required parameter 'space_id' is set
|
|
1224
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
1046
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.search" if space_id.nil?
|
|
1225
1047
|
# verify the required parameter 'query' is set
|
|
1226
|
-
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionService.
|
|
1048
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionService.search" if query.nil?
|
|
1227
1049
|
# resource path
|
|
1228
1050
|
local_var_path = "/transaction/search".sub('{format}','json')
|
|
1229
1051
|
|
|
@@ -1256,7 +1078,7 @@ module Wallee
|
|
|
1256
1078
|
:auth_names => auth_names,
|
|
1257
1079
|
:return_type => 'Array<Transaction>')
|
|
1258
1080
|
if @api_client.config.debugging
|
|
1259
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
1081
|
+
@api_client.config.logger.debug "API called: TransactionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1260
1082
|
end
|
|
1261
1083
|
return data, status_code, headers
|
|
1262
1084
|
end
|
|
@@ -1267,8 +1089,8 @@ module Wallee
|
|
|
1267
1089
|
# @param entity The transaction object with the properties which should be updated.
|
|
1268
1090
|
# @param [Hash] opts the optional parameters
|
|
1269
1091
|
# @return [Transaction]
|
|
1270
|
-
def
|
|
1271
|
-
data, _status_code, _headers =
|
|
1092
|
+
def update(space_id, entity, opts = {})
|
|
1093
|
+
data, _status_code, _headers = update_with_http_info(space_id, entity, opts)
|
|
1272
1094
|
return data
|
|
1273
1095
|
end
|
|
1274
1096
|
|
|
@@ -1278,14 +1100,14 @@ module Wallee
|
|
|
1278
1100
|
# @param entity The transaction object with the properties which should be updated.
|
|
1279
1101
|
# @param [Hash] opts the optional parameters
|
|
1280
1102
|
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
|
1281
|
-
def
|
|
1103
|
+
def update_with_http_info(space_id, entity, opts = {})
|
|
1282
1104
|
if @api_client.config.debugging
|
|
1283
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
1105
|
+
@api_client.config.logger.debug "Calling API: TransactionService.update ..."
|
|
1284
1106
|
end
|
|
1285
1107
|
# verify the required parameter 'space_id' is set
|
|
1286
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
1108
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.update" if space_id.nil?
|
|
1287
1109
|
# verify the required parameter 'entity' is set
|
|
1288
|
-
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionService.
|
|
1110
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionService.update" if entity.nil?
|
|
1289
1111
|
# resource path
|
|
1290
1112
|
local_var_path = "/transaction/update".sub('{format}','json')
|
|
1291
1113
|
|
|
@@ -1318,7 +1140,7 @@ module Wallee
|
|
|
1318
1140
|
:auth_names => auth_names,
|
|
1319
1141
|
:return_type => 'Transaction')
|
|
1320
1142
|
if @api_client.config.debugging
|
|
1321
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
1143
|
+
@api_client.config.logger.debug "API called: TransactionService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1322
1144
|
end
|
|
1323
1145
|
return data, status_code, headers
|
|
1324
1146
|
end
|
|
@@ -1329,8 +1151,8 @@ module Wallee
|
|
|
1329
1151
|
# @param update_request
|
|
1330
1152
|
# @param [Hash] opts the optional parameters
|
|
1331
1153
|
# @return [TransactionLineItemVersion]
|
|
1332
|
-
def
|
|
1333
|
-
data, _status_code, _headers =
|
|
1154
|
+
def update_transaction_line_items(space_id, update_request, opts = {})
|
|
1155
|
+
data, _status_code, _headers = update_transaction_line_items_with_http_info(space_id, update_request, opts)
|
|
1334
1156
|
return data
|
|
1335
1157
|
end
|
|
1336
1158
|
|
|
@@ -1340,14 +1162,14 @@ module Wallee
|
|
|
1340
1162
|
# @param update_request
|
|
1341
1163
|
# @param [Hash] opts the optional parameters
|
|
1342
1164
|
# @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
|
|
1343
|
-
def
|
|
1165
|
+
def update_transaction_line_items_with_http_info(space_id, update_request, opts = {})
|
|
1344
1166
|
if @api_client.config.debugging
|
|
1345
|
-
@api_client.config.logger.debug "Calling API: TransactionService.
|
|
1167
|
+
@api_client.config.logger.debug "Calling API: TransactionService.update_transaction_line_items ..."
|
|
1346
1168
|
end
|
|
1347
1169
|
# verify the required parameter 'space_id' is set
|
|
1348
|
-
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.
|
|
1170
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.update_transaction_line_items" if space_id.nil?
|
|
1349
1171
|
# verify the required parameter 'update_request' is set
|
|
1350
|
-
fail ArgumentError, "Missing the required parameter 'update_request' when calling TransactionService.
|
|
1172
|
+
fail ArgumentError, "Missing the required parameter 'update_request' when calling TransactionService.update_transaction_line_items" if update_request.nil?
|
|
1351
1173
|
# resource path
|
|
1352
1174
|
local_var_path = "/transaction/updateTransactionLineItems".sub('{format}','json')
|
|
1353
1175
|
|
|
@@ -1363,7 +1185,7 @@ module Wallee
|
|
|
1363
1185
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
1364
1186
|
|
|
1365
1187
|
# HTTP header 'Content-Type'
|
|
1366
|
-
local_header_content_type = []
|
|
1188
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
|
1367
1189
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
1368
1190
|
|
|
1369
1191
|
# form parameters
|
|
@@ -1380,7 +1202,7 @@ module Wallee
|
|
|
1380
1202
|
:auth_names => auth_names,
|
|
1381
1203
|
:return_type => 'TransactionLineItemVersion')
|
|
1382
1204
|
if @api_client.config.debugging
|
|
1383
|
-
@api_client.config.logger.debug "API called: TransactionService#
|
|
1205
|
+
@api_client.config.logger.debug "API called: TransactionService#update_transaction_line_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1384
1206
|
end
|
|
1385
1207
|
return data, status_code, headers
|
|
1386
1208
|
end
|