wallee-ruby-sdk 2.0.1 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/wallee-ruby-sdk.rb +128 -11
- data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/bank_account_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
- data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/charge_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
- data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/currency_bank_account_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
- data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
- data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
- data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
- data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
- data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
- data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
- data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
- data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/payment_terminal_till_service_api.rb +170 -0
- data/lib/wallee-ruby-sdk/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 +49 -53
- data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
- data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +275 -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/api/space_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +44 -48
- data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
- data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +177 -114
- data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/token_service_api.rb +237 -52
- data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
- data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
- data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
- data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +161 -0
- data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/web_app_service_api.rb +200 -0
- data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api_client.rb +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 +36 -6
- data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +31 -20
- data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_update.rb +320 -0
- data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +27 -6
- data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +120 -6
- data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +40 -5
- data/lib/wallee-ruby-sdk/models/account.rb +76 -6
- data/lib/wallee-ruby-sdk/models/account_create.rb +36 -6
- data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/address.rb +236 -15
- data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
- data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/authenticated_card_data.rb +221 -0
- data/lib/wallee-ruby-sdk/models/authenticated_card_data_create.rb +358 -0
- 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/{payment_terminal_device_state.rb → bank_account_state.rb} +6 -11
- 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/bank_transaction_source.rb +215 -0
- 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/card_authentication_response.rb +38 -0
- data/lib/wallee-ruby-sdk/models/card_authentication_version.rb +35 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram.rb +201 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram_create.rb +211 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram_type.rb +34 -0
- data/lib/wallee-ruby-sdk/models/cardholder_authentication.rb +231 -0
- data/lib/wallee-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
- data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_attempt.rb +37 -6
- data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
- data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
- data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
- data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
- data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
- data/lib/wallee-ruby-sdk/models/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/{payment_terminal_reference.rb → customer_address.rb} +41 -45
- data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
- data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +2 -6
- data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +2 -6
- data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
- data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → external_transfer_bank_transaction.rb} +38 -62
- data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
- data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
- data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
- data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
- data/lib/wallee-ruby-sdk/models/label.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
- data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
- data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
- data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_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 +1 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +29 -6
- data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_contract.rb +2 -6
- data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/wallee-ruby-sdk/models/payment_link.rb +32 -21
- data/lib/wallee-ruby-sdk/models/payment_link_active.rb +31 -20
- data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
- data/lib/wallee-ruby-sdk/models/payment_link_create.rb +32 -21
- data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_link_update.rb +31 -20
- data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal.rb +27 -16
- data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +86 -15
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +12 -6
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +23 -22
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
- data/lib/wallee-ruby-sdk/models/permission.rb +15 -9
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/recurring_indicator.rb +37 -0
- data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
- data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
- data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
- data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
- data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
- data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +223 -0
- data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
- data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
- data/lib/wallee-ruby-sdk/models/role.rb +2 -6
- data/lib/wallee-ruby-sdk/models/role_state.rb +37 -0
- data/lib/wallee-ruby-sdk/models/sales_channel.rb +245 -0
- data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
- data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/shopify_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/{payment_terminal_device_model.rb → shopify_subscriber.rb} +50 -56
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_active.rb +241 -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 +375 -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 +363 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +271 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_tax_line.rb +201 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_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/{unencrypted_card_data_create.rb → shopify_subscription_suspension_create.rb} +38 -42
- 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 +463 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
- data/lib/wallee-ruby-sdk/models/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 +76 -6
- data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_create.rb +36 -6
- data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
- data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/space_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
- data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscriber.rb +47 -6
- data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_create.rb +47 -6
- data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscription.rb +62 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +59 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge.rb +65 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +65 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +15 -7
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +37 -7
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +30 -6
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
- data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product.rb +42 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +33 -7
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +33 -7
- data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +46 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +15 -9
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
- data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
- data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
- data/lib/wallee-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
- data/lib/wallee-ruby-sdk/models/terminal_receipt_format.rb +35 -0
- data/lib/wallee-ruby-sdk/models/token.rb +32 -6
- data/lib/wallee-ruby-sdk/models/token_create.rb +32 -6
- data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
- data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/{unencrypted_card_data.rb → tokenized_card_data.rb} +24 -38
- data/lib/wallee-ruby-sdk/models/tokenized_card_data_create.rb +348 -0
- data/lib/wallee-ruby-sdk/models/transaction.rb +257 -9
- data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
- data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +55 -6
- data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_create.rb +154 -6
- data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_pending.rb +120 -6
- data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
- data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
- data/lib/wallee-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
- data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url.rb +51 -6
- data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +40 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +40 -5
- data/lib/wallee-ruby-sdk/version.rb +1 -5
- data/test/condition_type_service_test.rb +22 -0
- data/test/transaction_create_service_test.rb +2 -2
- data/test/transaction_payment_page_service_test.rb +3 -3
- data/wallee-ruby-sdk.gemspec +4 -7
- metadata +161 -19
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -42,6 +38,9 @@ module Wallee
|
|
|
42
38
|
# The environment in which this transaction was successfully authorized.
|
|
43
39
|
attr_accessor :authorization_environment
|
|
44
40
|
|
|
41
|
+
# The sales channel through which the transaction was placed.
|
|
42
|
+
attr_accessor :authorization_sales_channel
|
|
43
|
+
|
|
45
44
|
# This is the time on which the transaction will be timed out when it is not at least authorized. The timeout time may change over time.
|
|
46
45
|
attr_accessor :authorization_timeout_on
|
|
47
46
|
|
|
@@ -63,6 +62,9 @@ module Wallee
|
|
|
63
62
|
#
|
|
64
63
|
attr_accessor :completed_on
|
|
65
64
|
|
|
65
|
+
# The completion behavior controls when the transaction is completed.
|
|
66
|
+
attr_accessor :completion_behavior
|
|
67
|
+
|
|
66
68
|
#
|
|
67
69
|
attr_accessor :completion_timeout_on
|
|
68
70
|
|
|
@@ -96,6 +98,9 @@ module Wallee
|
|
|
96
98
|
# The device session identifier links the transaction with the session identifier provided in the URL of the device data JavaScript. This allows to link the transaction with the collected device data of the buyer.
|
|
97
99
|
attr_accessor :device_session_identifier
|
|
98
100
|
|
|
101
|
+
# Flag indicating whether email sending is disabled for this particular transaction. Defaults to false.
|
|
102
|
+
attr_accessor :emails_disabled
|
|
103
|
+
|
|
99
104
|
# The transaction's end of life indicates the date from which on no operation can be carried out anymore.
|
|
100
105
|
attr_accessor :end_of_life
|
|
101
106
|
|
|
@@ -129,6 +134,9 @@ module Wallee
|
|
|
129
134
|
#
|
|
130
135
|
attr_accessor :invoice_merchant_reference
|
|
131
136
|
|
|
137
|
+
#
|
|
138
|
+
attr_accessor :java_enabled
|
|
139
|
+
|
|
132
140
|
#
|
|
133
141
|
attr_accessor :language
|
|
134
142
|
|
|
@@ -159,6 +167,15 @@ module Wallee
|
|
|
159
167
|
# The refunded amount is the total amount which has been refunded so far.
|
|
160
168
|
attr_accessor :refunded_amount
|
|
161
169
|
|
|
170
|
+
#
|
|
171
|
+
attr_accessor :screen_color_depth
|
|
172
|
+
|
|
173
|
+
#
|
|
174
|
+
attr_accessor :screen_height
|
|
175
|
+
|
|
176
|
+
#
|
|
177
|
+
attr_accessor :screen_width
|
|
178
|
+
|
|
162
179
|
#
|
|
163
180
|
attr_accessor :shipping_address
|
|
164
181
|
|
|
@@ -174,6 +191,9 @@ module Wallee
|
|
|
174
191
|
# The user will be redirected to success URL when the transaction could be authorized or completed. In case no success URL is specified a default success page will be displayed.
|
|
175
192
|
attr_accessor :success_url
|
|
176
193
|
|
|
194
|
+
# The terminal on which the payment was processed.
|
|
195
|
+
attr_accessor :terminal
|
|
196
|
+
|
|
177
197
|
# The time zone defines in which time zone the customer is located in. The time zone may affects how dates are formatted when interacting with the customer.
|
|
178
198
|
attr_accessor :time_zone
|
|
179
199
|
|
|
@@ -183,6 +203,12 @@ module Wallee
|
|
|
183
203
|
# The tokenization mode controls if and how the tokenization of payment information is applied to the transaction.
|
|
184
204
|
attr_accessor :tokenization_mode
|
|
185
205
|
|
|
206
|
+
# The total applied fees is the sum of all fees that have been applied so far.
|
|
207
|
+
attr_accessor :total_applied_fees
|
|
208
|
+
|
|
209
|
+
# The total settled amount is the total amount which has been settled so far.
|
|
210
|
+
attr_accessor :total_settled_amount
|
|
211
|
+
|
|
186
212
|
# The user agent header provides the exact string which contains the user agent of the buyer.
|
|
187
213
|
attr_accessor :user_agent_header
|
|
188
214
|
|
|
@@ -195,6 +221,12 @@ module Wallee
|
|
|
195
221
|
# The version number indicates the version of the entity. The version is incremented whenever the entity is changed.
|
|
196
222
|
attr_accessor :version
|
|
197
223
|
|
|
224
|
+
#
|
|
225
|
+
attr_accessor :window_height
|
|
226
|
+
|
|
227
|
+
#
|
|
228
|
+
attr_accessor :window_width
|
|
229
|
+
|
|
198
230
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
199
231
|
def self.attribute_map
|
|
200
232
|
{
|
|
@@ -204,6 +236,7 @@ module Wallee
|
|
|
204
236
|
:'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
|
|
205
237
|
:'authorization_amount' => :'authorizationAmount',
|
|
206
238
|
:'authorization_environment' => :'authorizationEnvironment',
|
|
239
|
+
:'authorization_sales_channel' => :'authorizationSalesChannel',
|
|
207
240
|
:'authorization_timeout_on' => :'authorizationTimeoutOn',
|
|
208
241
|
:'authorized_on' => :'authorizedOn',
|
|
209
242
|
:'auto_confirmation_enabled' => :'autoConfirmationEnabled',
|
|
@@ -211,6 +244,7 @@ module Wallee
|
|
|
211
244
|
:'charge_retry_enabled' => :'chargeRetryEnabled',
|
|
212
245
|
:'completed_amount' => :'completedAmount',
|
|
213
246
|
:'completed_on' => :'completedOn',
|
|
247
|
+
:'completion_behavior' => :'completionBehavior',
|
|
214
248
|
:'completion_timeout_on' => :'completionTimeoutOn',
|
|
215
249
|
:'confirmed_by' => :'confirmedBy',
|
|
216
250
|
:'confirmed_on' => :'confirmedOn',
|
|
@@ -222,6 +256,7 @@ module Wallee
|
|
|
222
256
|
:'customers_presence' => :'customersPresence',
|
|
223
257
|
:'delivery_decision_made_on' => :'deliveryDecisionMadeOn',
|
|
224
258
|
:'device_session_identifier' => :'deviceSessionIdentifier',
|
|
259
|
+
:'emails_disabled' => :'emailsDisabled',
|
|
225
260
|
:'end_of_life' => :'endOfLife',
|
|
226
261
|
:'environment' => :'environment',
|
|
227
262
|
:'environment_selection_strategy' => :'environmentSelectionStrategy',
|
|
@@ -233,6 +268,7 @@ module Wallee
|
|
|
233
268
|
:'internet_protocol_address' => :'internetProtocolAddress',
|
|
234
269
|
:'internet_protocol_address_country' => :'internetProtocolAddressCountry',
|
|
235
270
|
:'invoice_merchant_reference' => :'invoiceMerchantReference',
|
|
271
|
+
:'java_enabled' => :'javaEnabled',
|
|
236
272
|
:'language' => :'language',
|
|
237
273
|
:'line_items' => :'lineItems',
|
|
238
274
|
:'linked_space_id' => :'linkedSpaceId',
|
|
@@ -243,18 +279,26 @@ module Wallee
|
|
|
243
279
|
:'planned_purge_date' => :'plannedPurgeDate',
|
|
244
280
|
:'processing_on' => :'processingOn',
|
|
245
281
|
:'refunded_amount' => :'refundedAmount',
|
|
282
|
+
:'screen_color_depth' => :'screenColorDepth',
|
|
283
|
+
:'screen_height' => :'screenHeight',
|
|
284
|
+
:'screen_width' => :'screenWidth',
|
|
246
285
|
:'shipping_address' => :'shippingAddress',
|
|
247
286
|
:'shipping_method' => :'shippingMethod',
|
|
248
287
|
:'space_view_id' => :'spaceViewId',
|
|
249
288
|
:'state' => :'state',
|
|
250
289
|
:'success_url' => :'successUrl',
|
|
290
|
+
:'terminal' => :'terminal',
|
|
251
291
|
:'time_zone' => :'timeZone',
|
|
252
292
|
:'token' => :'token',
|
|
253
293
|
:'tokenization_mode' => :'tokenizationMode',
|
|
294
|
+
:'total_applied_fees' => :'totalAppliedFees',
|
|
295
|
+
:'total_settled_amount' => :'totalSettledAmount',
|
|
254
296
|
:'user_agent_header' => :'userAgentHeader',
|
|
255
297
|
:'user_failure_message' => :'userFailureMessage',
|
|
256
298
|
:'user_interface_type' => :'userInterfaceType',
|
|
257
|
-
:'version' => :'version'
|
|
299
|
+
:'version' => :'version',
|
|
300
|
+
:'window_height' => :'windowHeight',
|
|
301
|
+
:'window_width' => :'windowWidth'
|
|
258
302
|
}
|
|
259
303
|
end
|
|
260
304
|
|
|
@@ -267,6 +311,7 @@ module Wallee
|
|
|
267
311
|
:'allowed_payment_method_configurations' => :'Array<Integer>',
|
|
268
312
|
:'authorization_amount' => :'Float',
|
|
269
313
|
:'authorization_environment' => :'ChargeAttemptEnvironment',
|
|
314
|
+
:'authorization_sales_channel' => :'Integer',
|
|
270
315
|
:'authorization_timeout_on' => :'DateTime',
|
|
271
316
|
:'authorized_on' => :'DateTime',
|
|
272
317
|
:'auto_confirmation_enabled' => :'BOOLEAN',
|
|
@@ -274,6 +319,7 @@ module Wallee
|
|
|
274
319
|
:'charge_retry_enabled' => :'BOOLEAN',
|
|
275
320
|
:'completed_amount' => :'Float',
|
|
276
321
|
:'completed_on' => :'DateTime',
|
|
322
|
+
:'completion_behavior' => :'TransactionCompletionBehavior',
|
|
277
323
|
:'completion_timeout_on' => :'DateTime',
|
|
278
324
|
:'confirmed_by' => :'Integer',
|
|
279
325
|
:'confirmed_on' => :'DateTime',
|
|
@@ -285,6 +331,7 @@ module Wallee
|
|
|
285
331
|
:'customers_presence' => :'CustomersPresence',
|
|
286
332
|
:'delivery_decision_made_on' => :'DateTime',
|
|
287
333
|
:'device_session_identifier' => :'String',
|
|
334
|
+
:'emails_disabled' => :'BOOLEAN',
|
|
288
335
|
:'end_of_life' => :'DateTime',
|
|
289
336
|
:'environment' => :'Environment',
|
|
290
337
|
:'environment_selection_strategy' => :'TransactionEnvironmentSelectionStrategy',
|
|
@@ -296,6 +343,7 @@ module Wallee
|
|
|
296
343
|
:'internet_protocol_address' => :'String',
|
|
297
344
|
:'internet_protocol_address_country' => :'String',
|
|
298
345
|
:'invoice_merchant_reference' => :'String',
|
|
346
|
+
:'java_enabled' => :'BOOLEAN',
|
|
299
347
|
:'language' => :'String',
|
|
300
348
|
:'line_items' => :'Array<LineItem>',
|
|
301
349
|
:'linked_space_id' => :'Integer',
|
|
@@ -306,18 +354,26 @@ module Wallee
|
|
|
306
354
|
:'planned_purge_date' => :'DateTime',
|
|
307
355
|
:'processing_on' => :'DateTime',
|
|
308
356
|
:'refunded_amount' => :'Float',
|
|
357
|
+
:'screen_color_depth' => :'String',
|
|
358
|
+
:'screen_height' => :'String',
|
|
359
|
+
:'screen_width' => :'String',
|
|
309
360
|
:'shipping_address' => :'Address',
|
|
310
361
|
:'shipping_method' => :'String',
|
|
311
362
|
:'space_view_id' => :'Integer',
|
|
312
363
|
:'state' => :'TransactionState',
|
|
313
364
|
:'success_url' => :'String',
|
|
365
|
+
:'terminal' => :'PaymentTerminal',
|
|
314
366
|
:'time_zone' => :'String',
|
|
315
367
|
:'token' => :'Token',
|
|
316
368
|
:'tokenization_mode' => :'TokenizationMode',
|
|
369
|
+
:'total_applied_fees' => :'Float',
|
|
370
|
+
:'total_settled_amount' => :'Float',
|
|
317
371
|
:'user_agent_header' => :'String',
|
|
318
372
|
:'user_failure_message' => :'String',
|
|
319
373
|
:'user_interface_type' => :'TransactionUserInterfaceType',
|
|
320
|
-
:'version' => :'Integer'
|
|
374
|
+
:'version' => :'Integer',
|
|
375
|
+
:'window_height' => :'String',
|
|
376
|
+
:'window_width' => :'String'
|
|
321
377
|
}
|
|
322
378
|
end
|
|
323
379
|
|
|
@@ -357,6 +413,10 @@ module Wallee
|
|
|
357
413
|
self.authorization_environment = attributes[:'authorizationEnvironment']
|
|
358
414
|
end
|
|
359
415
|
|
|
416
|
+
if attributes.has_key?(:'authorizationSalesChannel')
|
|
417
|
+
self.authorization_sales_channel = attributes[:'authorizationSalesChannel']
|
|
418
|
+
end
|
|
419
|
+
|
|
360
420
|
if attributes.has_key?(:'authorizationTimeoutOn')
|
|
361
421
|
self.authorization_timeout_on = attributes[:'authorizationTimeoutOn']
|
|
362
422
|
end
|
|
@@ -385,6 +445,10 @@ module Wallee
|
|
|
385
445
|
self.completed_on = attributes[:'completedOn']
|
|
386
446
|
end
|
|
387
447
|
|
|
448
|
+
if attributes.has_key?(:'completionBehavior')
|
|
449
|
+
self.completion_behavior = attributes[:'completionBehavior']
|
|
450
|
+
end
|
|
451
|
+
|
|
388
452
|
if attributes.has_key?(:'completionTimeoutOn')
|
|
389
453
|
self.completion_timeout_on = attributes[:'completionTimeoutOn']
|
|
390
454
|
end
|
|
@@ -429,6 +493,10 @@ module Wallee
|
|
|
429
493
|
self.device_session_identifier = attributes[:'deviceSessionIdentifier']
|
|
430
494
|
end
|
|
431
495
|
|
|
496
|
+
if attributes.has_key?(:'emailsDisabled')
|
|
497
|
+
self.emails_disabled = attributes[:'emailsDisabled']
|
|
498
|
+
end
|
|
499
|
+
|
|
432
500
|
if attributes.has_key?(:'endOfLife')
|
|
433
501
|
self.end_of_life = attributes[:'endOfLife']
|
|
434
502
|
end
|
|
@@ -473,6 +541,10 @@ module Wallee
|
|
|
473
541
|
self.invoice_merchant_reference = attributes[:'invoiceMerchantReference']
|
|
474
542
|
end
|
|
475
543
|
|
|
544
|
+
if attributes.has_key?(:'javaEnabled')
|
|
545
|
+
self.java_enabled = attributes[:'javaEnabled']
|
|
546
|
+
end
|
|
547
|
+
|
|
476
548
|
if attributes.has_key?(:'language')
|
|
477
549
|
self.language = attributes[:'language']
|
|
478
550
|
end
|
|
@@ -517,6 +589,18 @@ module Wallee
|
|
|
517
589
|
self.refunded_amount = attributes[:'refundedAmount']
|
|
518
590
|
end
|
|
519
591
|
|
|
592
|
+
if attributes.has_key?(:'screenColorDepth')
|
|
593
|
+
self.screen_color_depth = attributes[:'screenColorDepth']
|
|
594
|
+
end
|
|
595
|
+
|
|
596
|
+
if attributes.has_key?(:'screenHeight')
|
|
597
|
+
self.screen_height = attributes[:'screenHeight']
|
|
598
|
+
end
|
|
599
|
+
|
|
600
|
+
if attributes.has_key?(:'screenWidth')
|
|
601
|
+
self.screen_width = attributes[:'screenWidth']
|
|
602
|
+
end
|
|
603
|
+
|
|
520
604
|
if attributes.has_key?(:'shippingAddress')
|
|
521
605
|
self.shipping_address = attributes[:'shippingAddress']
|
|
522
606
|
end
|
|
@@ -537,6 +621,10 @@ module Wallee
|
|
|
537
621
|
self.success_url = attributes[:'successUrl']
|
|
538
622
|
end
|
|
539
623
|
|
|
624
|
+
if attributes.has_key?(:'terminal')
|
|
625
|
+
self.terminal = attributes[:'terminal']
|
|
626
|
+
end
|
|
627
|
+
|
|
540
628
|
if attributes.has_key?(:'timeZone')
|
|
541
629
|
self.time_zone = attributes[:'timeZone']
|
|
542
630
|
end
|
|
@@ -549,6 +637,14 @@ module Wallee
|
|
|
549
637
|
self.tokenization_mode = attributes[:'tokenizationMode']
|
|
550
638
|
end
|
|
551
639
|
|
|
640
|
+
if attributes.has_key?(:'totalAppliedFees')
|
|
641
|
+
self.total_applied_fees = attributes[:'totalAppliedFees']
|
|
642
|
+
end
|
|
643
|
+
|
|
644
|
+
if attributes.has_key?(:'totalSettledAmount')
|
|
645
|
+
self.total_settled_amount = attributes[:'totalSettledAmount']
|
|
646
|
+
end
|
|
647
|
+
|
|
552
648
|
if attributes.has_key?(:'userAgentHeader')
|
|
553
649
|
self.user_agent_header = attributes[:'userAgentHeader']
|
|
554
650
|
end
|
|
@@ -564,21 +660,161 @@ module Wallee
|
|
|
564
660
|
if attributes.has_key?(:'version')
|
|
565
661
|
self.version = attributes[:'version']
|
|
566
662
|
end
|
|
663
|
+
|
|
664
|
+
if attributes.has_key?(:'windowHeight')
|
|
665
|
+
self.window_height = attributes[:'windowHeight']
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
if attributes.has_key?(:'windowWidth')
|
|
669
|
+
self.window_width = attributes[:'windowWidth']
|
|
670
|
+
end
|
|
567
671
|
end
|
|
568
672
|
|
|
569
673
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
570
674
|
# @return Array for valid properties with the reasons
|
|
571
675
|
def list_invalid_properties
|
|
572
676
|
invalid_properties = Array.new
|
|
677
|
+
if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
|
|
678
|
+
invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 254.')
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
|
|
682
|
+
invalid_properties.push('invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.')
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
|
|
686
|
+
invalid_properties.push('invalid value for "device_session_identifier", the character length must be great than or equal to 10.')
|
|
687
|
+
end
|
|
688
|
+
|
|
689
|
+
if !@failed_url.nil? && @failed_url.to_s.length > 1000
|
|
690
|
+
invalid_properties.push('invalid value for "failed_url", the character length must be smaller than or equal to 1000.')
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
if !@failed_url.nil? && @failed_url.to_s.length < 9
|
|
694
|
+
invalid_properties.push('invalid value for "failed_url", the character length must be great than or equal to 9.')
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
|
|
698
|
+
invalid_properties.push('invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.')
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
|
|
702
|
+
invalid_properties.push('invalid value for "merchant_reference", the character length must be smaller than or equal to 100.')
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
if !@shipping_method.nil? && @shipping_method.to_s.length > 200
|
|
706
|
+
invalid_properties.push('invalid value for "shipping_method", the character length must be smaller than or equal to 200.')
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
if !@success_url.nil? && @success_url.to_s.length > 1000
|
|
710
|
+
invalid_properties.push('invalid value for "success_url", the character length must be smaller than or equal to 1000.')
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
if !@success_url.nil? && @success_url.to_s.length < 9
|
|
714
|
+
invalid_properties.push('invalid value for "success_url", the character length must be great than or equal to 9.')
|
|
715
|
+
end
|
|
716
|
+
|
|
573
717
|
invalid_properties
|
|
574
718
|
end
|
|
575
719
|
|
|
576
720
|
# Check to see if the all the properties in the model are valid
|
|
577
721
|
# @return true if the model is valid
|
|
578
722
|
def valid?
|
|
723
|
+
return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
|
|
724
|
+
return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
|
|
725
|
+
return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
|
|
726
|
+
return false if !@failed_url.nil? && @failed_url.to_s.length > 1000
|
|
727
|
+
return false if !@failed_url.nil? && @failed_url.to_s.length < 9
|
|
728
|
+
return false if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
|
|
729
|
+
return false if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
|
|
730
|
+
return false if !@shipping_method.nil? && @shipping_method.to_s.length > 200
|
|
731
|
+
return false if !@success_url.nil? && @success_url.to_s.length > 1000
|
|
732
|
+
return false if !@success_url.nil? && @success_url.to_s.length < 9
|
|
579
733
|
true
|
|
580
734
|
end
|
|
581
735
|
|
|
736
|
+
# Custom attribute writer method with validation
|
|
737
|
+
# @param [Object] customer_email_address Value to be assigned
|
|
738
|
+
def customer_email_address=(customer_email_address)
|
|
739
|
+
if !customer_email_address.nil? && customer_email_address.to_s.length > 254
|
|
740
|
+
fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 254.'
|
|
741
|
+
end
|
|
742
|
+
|
|
743
|
+
@customer_email_address = customer_email_address
|
|
744
|
+
end
|
|
745
|
+
|
|
746
|
+
# Custom attribute writer method with validation
|
|
747
|
+
# @param [Object] device_session_identifier Value to be assigned
|
|
748
|
+
def device_session_identifier=(device_session_identifier)
|
|
749
|
+
if !device_session_identifier.nil? && device_session_identifier.to_s.length > 40
|
|
750
|
+
fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.'
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
if !device_session_identifier.nil? && device_session_identifier.to_s.length < 10
|
|
754
|
+
fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be great than or equal to 10.'
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
@device_session_identifier = device_session_identifier
|
|
758
|
+
end
|
|
759
|
+
|
|
760
|
+
# Custom attribute writer method with validation
|
|
761
|
+
# @param [Object] failed_url Value to be assigned
|
|
762
|
+
def failed_url=(failed_url)
|
|
763
|
+
if !failed_url.nil? && failed_url.to_s.length > 1000
|
|
764
|
+
fail ArgumentError, 'invalid value for "failed_url", the character length must be smaller than or equal to 1000.'
|
|
765
|
+
end
|
|
766
|
+
|
|
767
|
+
if !failed_url.nil? && failed_url.to_s.length < 9
|
|
768
|
+
fail ArgumentError, 'invalid value for "failed_url", the character length must be great than or equal to 9.'
|
|
769
|
+
end
|
|
770
|
+
|
|
771
|
+
@failed_url = failed_url
|
|
772
|
+
end
|
|
773
|
+
|
|
774
|
+
# Custom attribute writer method with validation
|
|
775
|
+
# @param [Object] invoice_merchant_reference Value to be assigned
|
|
776
|
+
def invoice_merchant_reference=(invoice_merchant_reference)
|
|
777
|
+
if !invoice_merchant_reference.nil? && invoice_merchant_reference.to_s.length > 100
|
|
778
|
+
fail ArgumentError, 'invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.'
|
|
779
|
+
end
|
|
780
|
+
|
|
781
|
+
@invoice_merchant_reference = invoice_merchant_reference
|
|
782
|
+
end
|
|
783
|
+
|
|
784
|
+
# Custom attribute writer method with validation
|
|
785
|
+
# @param [Object] merchant_reference Value to be assigned
|
|
786
|
+
def merchant_reference=(merchant_reference)
|
|
787
|
+
if !merchant_reference.nil? && merchant_reference.to_s.length > 100
|
|
788
|
+
fail ArgumentError, 'invalid value for "merchant_reference", the character length must be smaller than or equal to 100.'
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
@merchant_reference = merchant_reference
|
|
792
|
+
end
|
|
793
|
+
|
|
794
|
+
# Custom attribute writer method with validation
|
|
795
|
+
# @param [Object] shipping_method Value to be assigned
|
|
796
|
+
def shipping_method=(shipping_method)
|
|
797
|
+
if !shipping_method.nil? && shipping_method.to_s.length > 200
|
|
798
|
+
fail ArgumentError, 'invalid value for "shipping_method", the character length must be smaller than or equal to 200.'
|
|
799
|
+
end
|
|
800
|
+
|
|
801
|
+
@shipping_method = shipping_method
|
|
802
|
+
end
|
|
803
|
+
|
|
804
|
+
# Custom attribute writer method with validation
|
|
805
|
+
# @param [Object] success_url Value to be assigned
|
|
806
|
+
def success_url=(success_url)
|
|
807
|
+
if !success_url.nil? && success_url.to_s.length > 1000
|
|
808
|
+
fail ArgumentError, 'invalid value for "success_url", the character length must be smaller than or equal to 1000.'
|
|
809
|
+
end
|
|
810
|
+
|
|
811
|
+
if !success_url.nil? && success_url.to_s.length < 9
|
|
812
|
+
fail ArgumentError, 'invalid value for "success_url", the character length must be great than or equal to 9.'
|
|
813
|
+
end
|
|
814
|
+
|
|
815
|
+
@success_url = success_url
|
|
816
|
+
end
|
|
817
|
+
|
|
582
818
|
# Checks equality by comparing each attribute.
|
|
583
819
|
# @param [Object] Object to be compared
|
|
584
820
|
def ==(o)
|
|
@@ -590,6 +826,7 @@ module Wallee
|
|
|
590
826
|
allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
|
|
591
827
|
authorization_amount == o.authorization_amount &&
|
|
592
828
|
authorization_environment == o.authorization_environment &&
|
|
829
|
+
authorization_sales_channel == o.authorization_sales_channel &&
|
|
593
830
|
authorization_timeout_on == o.authorization_timeout_on &&
|
|
594
831
|
authorized_on == o.authorized_on &&
|
|
595
832
|
auto_confirmation_enabled == o.auto_confirmation_enabled &&
|
|
@@ -597,6 +834,7 @@ module Wallee
|
|
|
597
834
|
charge_retry_enabled == o.charge_retry_enabled &&
|
|
598
835
|
completed_amount == o.completed_amount &&
|
|
599
836
|
completed_on == o.completed_on &&
|
|
837
|
+
completion_behavior == o.completion_behavior &&
|
|
600
838
|
completion_timeout_on == o.completion_timeout_on &&
|
|
601
839
|
confirmed_by == o.confirmed_by &&
|
|
602
840
|
confirmed_on == o.confirmed_on &&
|
|
@@ -608,6 +846,7 @@ module Wallee
|
|
|
608
846
|
customers_presence == o.customers_presence &&
|
|
609
847
|
delivery_decision_made_on == o.delivery_decision_made_on &&
|
|
610
848
|
device_session_identifier == o.device_session_identifier &&
|
|
849
|
+
emails_disabled == o.emails_disabled &&
|
|
611
850
|
end_of_life == o.end_of_life &&
|
|
612
851
|
environment == o.environment &&
|
|
613
852
|
environment_selection_strategy == o.environment_selection_strategy &&
|
|
@@ -619,6 +858,7 @@ module Wallee
|
|
|
619
858
|
internet_protocol_address == o.internet_protocol_address &&
|
|
620
859
|
internet_protocol_address_country == o.internet_protocol_address_country &&
|
|
621
860
|
invoice_merchant_reference == o.invoice_merchant_reference &&
|
|
861
|
+
java_enabled == o.java_enabled &&
|
|
622
862
|
language == o.language &&
|
|
623
863
|
line_items == o.line_items &&
|
|
624
864
|
linked_space_id == o.linked_space_id &&
|
|
@@ -629,18 +869,26 @@ module Wallee
|
|
|
629
869
|
planned_purge_date == o.planned_purge_date &&
|
|
630
870
|
processing_on == o.processing_on &&
|
|
631
871
|
refunded_amount == o.refunded_amount &&
|
|
872
|
+
screen_color_depth == o.screen_color_depth &&
|
|
873
|
+
screen_height == o.screen_height &&
|
|
874
|
+
screen_width == o.screen_width &&
|
|
632
875
|
shipping_address == o.shipping_address &&
|
|
633
876
|
shipping_method == o.shipping_method &&
|
|
634
877
|
space_view_id == o.space_view_id &&
|
|
635
878
|
state == o.state &&
|
|
636
879
|
success_url == o.success_url &&
|
|
880
|
+
terminal == o.terminal &&
|
|
637
881
|
time_zone == o.time_zone &&
|
|
638
882
|
token == o.token &&
|
|
639
883
|
tokenization_mode == o.tokenization_mode &&
|
|
884
|
+
total_applied_fees == o.total_applied_fees &&
|
|
885
|
+
total_settled_amount == o.total_settled_amount &&
|
|
640
886
|
user_agent_header == o.user_agent_header &&
|
|
641
887
|
user_failure_message == o.user_failure_message &&
|
|
642
888
|
user_interface_type == o.user_interface_type &&
|
|
643
|
-
version == o.version
|
|
889
|
+
version == o.version &&
|
|
890
|
+
window_height == o.window_height &&
|
|
891
|
+
window_width == o.window_width
|
|
644
892
|
end
|
|
645
893
|
|
|
646
894
|
# @see the `==` method
|
|
@@ -652,7 +900,7 @@ module Wallee
|
|
|
652
900
|
# Calculates hash code according to all attributes.
|
|
653
901
|
# @return [Fixnum] Hash code
|
|
654
902
|
def hash
|
|
655
|
-
[accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_environment, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_amount, completed_on, completion_timeout_on, confirmed_by, confirmed_on, created_by, created_on, currency, customer_email_address, customer_id, customers_presence, delivery_decision_made_on, device_session_identifier, end_of_life, environment, environment_selection_strategy, failed_on, failed_url, failure_reason, group, id, internet_protocol_address, internet_protocol_address_country, invoice_merchant_reference, language, line_items, linked_space_id, merchant_reference, meta_data, parent, payment_connector_configuration, planned_purge_date, processing_on, refunded_amount, shipping_address, shipping_method, space_view_id, state, success_url, time_zone, token, tokenization_mode, user_agent_header, user_failure_message, user_interface_type, version].hash
|
|
903
|
+
[accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_environment, authorization_sales_channel, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_amount, completed_on, completion_behavior, completion_timeout_on, confirmed_by, confirmed_on, created_by, created_on, currency, customer_email_address, customer_id, customers_presence, delivery_decision_made_on, device_session_identifier, emails_disabled, end_of_life, environment, environment_selection_strategy, failed_on, failed_url, failure_reason, group, id, internet_protocol_address, internet_protocol_address_country, invoice_merchant_reference, java_enabled, language, line_items, linked_space_id, merchant_reference, meta_data, parent, payment_connector_configuration, planned_purge_date, processing_on, refunded_amount, screen_color_depth, screen_height, screen_width, shipping_address, shipping_method, space_view_id, state, success_url, terminal, time_zone, token, tokenization_mode, total_applied_fees, total_settled_amount, user_agent_header, user_failure_message, user_interface_type, version, window_height, window_width].hash
|
|
656
904
|
end
|
|
657
905
|
|
|
658
906
|
# Builds the object from hash
|
|
@@ -662,7 +910,7 @@ module Wallee
|
|
|
662
910
|
return nil unless attributes.is_a?(Hash)
|
|
663
911
|
self.class.swagger_types.each_pair do |key, type|
|
|
664
912
|
if type =~ /\AArray<(.*)>/i
|
|
665
|
-
# check to ensure the input is an array given that the
|
|
913
|
+
# check to ensure the input is an array given that the attribute
|
|
666
914
|
# is documented as an array but the input is not
|
|
667
915
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
668
916
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|