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
|
|
@@ -31,13 +27,13 @@ module Wallee
|
|
|
31
27
|
attr_accessor :version
|
|
32
28
|
|
|
33
29
|
#
|
|
34
|
-
attr_accessor :
|
|
30
|
+
attr_accessor :affiliate
|
|
35
31
|
|
|
36
32
|
#
|
|
37
|
-
attr_accessor :
|
|
33
|
+
attr_accessor :description
|
|
38
34
|
|
|
39
35
|
#
|
|
40
|
-
attr_accessor :
|
|
36
|
+
attr_accessor :planned_termination_date
|
|
41
37
|
|
|
42
38
|
#
|
|
43
39
|
attr_accessor :reference
|
|
@@ -53,9 +49,9 @@ module Wallee
|
|
|
53
49
|
{
|
|
54
50
|
:'id' => :'id',
|
|
55
51
|
:'version' => :'version',
|
|
52
|
+
:'affiliate' => :'affiliate',
|
|
56
53
|
:'description' => :'description',
|
|
57
54
|
:'planned_termination_date' => :'plannedTerminationDate',
|
|
58
|
-
:'affiliate' => :'affiliate',
|
|
59
55
|
:'reference' => :'reference',
|
|
60
56
|
:'subscriber' => :'subscriber',
|
|
61
57
|
:'token' => :'token'
|
|
@@ -67,9 +63,9 @@ module Wallee
|
|
|
67
63
|
{
|
|
68
64
|
:'id' => :'Integer',
|
|
69
65
|
:'version' => :'Integer',
|
|
66
|
+
:'affiliate' => :'Integer',
|
|
70
67
|
:'description' => :'String',
|
|
71
68
|
:'planned_termination_date' => :'DateTime',
|
|
72
|
-
:'affiliate' => :'Integer',
|
|
73
69
|
:'reference' => :'String',
|
|
74
70
|
:'subscriber' => :'Integer',
|
|
75
71
|
:'token' => :'Integer'
|
|
@@ -92,6 +88,10 @@ module Wallee
|
|
|
92
88
|
self.version = attributes[:'version']
|
|
93
89
|
end
|
|
94
90
|
|
|
91
|
+
if attributes.has_key?(:'affiliate')
|
|
92
|
+
self.affiliate = attributes[:'affiliate']
|
|
93
|
+
end
|
|
94
|
+
|
|
95
95
|
if attributes.has_key?(:'description')
|
|
96
96
|
self.description = attributes[:'description']
|
|
97
97
|
end
|
|
@@ -100,10 +100,6 @@ module Wallee
|
|
|
100
100
|
self.planned_termination_date = attributes[:'plannedTerminationDate']
|
|
101
101
|
end
|
|
102
102
|
|
|
103
|
-
if attributes.has_key?(:'affiliate')
|
|
104
|
-
self.affiliate = attributes[:'affiliate']
|
|
105
|
-
end
|
|
106
|
-
|
|
107
103
|
if attributes.has_key?(:'reference')
|
|
108
104
|
self.reference = attributes[:'reference']
|
|
109
105
|
end
|
|
@@ -129,6 +125,14 @@ module Wallee
|
|
|
129
125
|
invalid_properties.push('invalid value for "version", version cannot be nil.')
|
|
130
126
|
end
|
|
131
127
|
|
|
128
|
+
if !@description.nil? && @description.to_s.length > 200
|
|
129
|
+
invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 200.')
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
if !@reference.nil? && @reference.to_s.length > 100
|
|
133
|
+
invalid_properties.push('invalid value for "reference", the character length must be smaller than or equal to 100.')
|
|
134
|
+
end
|
|
135
|
+
|
|
132
136
|
invalid_properties
|
|
133
137
|
end
|
|
134
138
|
|
|
@@ -137,9 +141,31 @@ module Wallee
|
|
|
137
141
|
def valid?
|
|
138
142
|
return false if @id.nil?
|
|
139
143
|
return false if @version.nil?
|
|
144
|
+
return false if !@description.nil? && @description.to_s.length > 200
|
|
145
|
+
return false if !@reference.nil? && @reference.to_s.length > 100
|
|
140
146
|
true
|
|
141
147
|
end
|
|
142
148
|
|
|
149
|
+
# Custom attribute writer method with validation
|
|
150
|
+
# @param [Object] description Value to be assigned
|
|
151
|
+
def description=(description)
|
|
152
|
+
if !description.nil? && description.to_s.length > 200
|
|
153
|
+
fail ArgumentError, 'invalid value for "description", the character length must be smaller than or equal to 200.'
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
@description = description
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Custom attribute writer method with validation
|
|
160
|
+
# @param [Object] reference Value to be assigned
|
|
161
|
+
def reference=(reference)
|
|
162
|
+
if !reference.nil? && reference.to_s.length > 100
|
|
163
|
+
fail ArgumentError, 'invalid value for "reference", the character length must be smaller than or equal to 100.'
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
@reference = reference
|
|
167
|
+
end
|
|
168
|
+
|
|
143
169
|
# Checks equality by comparing each attribute.
|
|
144
170
|
# @param [Object] Object to be compared
|
|
145
171
|
def ==(o)
|
|
@@ -147,9 +173,9 @@ module Wallee
|
|
|
147
173
|
self.class == o.class &&
|
|
148
174
|
id == o.id &&
|
|
149
175
|
version == o.version &&
|
|
176
|
+
affiliate == o.affiliate &&
|
|
150
177
|
description == o.description &&
|
|
151
178
|
planned_termination_date == o.planned_termination_date &&
|
|
152
|
-
affiliate == o.affiliate &&
|
|
153
179
|
reference == o.reference &&
|
|
154
180
|
subscriber == o.subscriber &&
|
|
155
181
|
token == o.token
|
|
@@ -164,7 +190,7 @@ module Wallee
|
|
|
164
190
|
# Calculates hash code according to all attributes.
|
|
165
191
|
# @return [Fixnum] Hash code
|
|
166
192
|
def hash
|
|
167
|
-
[id, version, description, planned_termination_date,
|
|
193
|
+
[id, version, affiliate, description, planned_termination_date, reference, subscriber, token].hash
|
|
168
194
|
end
|
|
169
195
|
|
|
170
196
|
# Builds the object from hash
|
|
@@ -174,7 +200,7 @@ module Wallee
|
|
|
174
200
|
return nil unless attributes.is_a?(Hash)
|
|
175
201
|
self.class.swagger_types.each_pair do |key, type|
|
|
176
202
|
if type =~ /\AArray<(.*)>/i
|
|
177
|
-
# check to ensure the input is an array given that the
|
|
203
|
+
# check to ensure the input is an array given that the attribute
|
|
178
204
|
# is documented as an array but the input is not
|
|
179
205
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
180
206
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
@@ -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
|
|
@@ -194,7 +190,7 @@ module Wallee
|
|
|
194
190
|
return nil unless attributes.is_a?(Hash)
|
|
195
191
|
self.class.swagger_types.each_pair do |key, type|
|
|
196
192
|
if type =~ /\AArray<(.*)>/i
|
|
197
|
-
# check to ensure the input is an array given that the
|
|
193
|
+
# check to ensure the input is an array given that the attribute
|
|
198
194
|
# is documented as an array but the input is not
|
|
199
195
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
200
196
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
@@ -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
|
|
@@ -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 planned purge date indicates when the entity is permanently removed. When the date is null the entity is not planned to be removed.
|
|
43
39
|
attr_accessor :planned_purge_date
|
|
44
40
|
|
|
41
|
+
# Marks the product as locked. Meaning that customer can not change away from this product or change to this product later on.
|
|
42
|
+
attr_accessor :product_locked
|
|
43
|
+
|
|
45
44
|
# The product reference identifies the product for external systems. This field may contain the product's SKU.
|
|
46
45
|
attr_accessor :reference
|
|
47
46
|
|
|
@@ -66,6 +65,7 @@ module Wallee
|
|
|
66
65
|
:'linked_space_id' => :'linkedSpaceId',
|
|
67
66
|
:'name' => :'name',
|
|
68
67
|
:'planned_purge_date' => :'plannedPurgeDate',
|
|
68
|
+
:'product_locked' => :'productLocked',
|
|
69
69
|
:'reference' => :'reference',
|
|
70
70
|
:'sort_order' => :'sortOrder',
|
|
71
71
|
:'space_id' => :'spaceId',
|
|
@@ -83,6 +83,7 @@ module Wallee
|
|
|
83
83
|
:'linked_space_id' => :'Integer',
|
|
84
84
|
:'name' => :'String',
|
|
85
85
|
:'planned_purge_date' => :'DateTime',
|
|
86
|
+
:'product_locked' => :'BOOLEAN',
|
|
86
87
|
:'reference' => :'String',
|
|
87
88
|
:'sort_order' => :'Integer',
|
|
88
89
|
:'space_id' => :'Integer',
|
|
@@ -125,6 +126,10 @@ module Wallee
|
|
|
125
126
|
self.planned_purge_date = attributes[:'plannedPurgeDate']
|
|
126
127
|
end
|
|
127
128
|
|
|
129
|
+
if attributes.has_key?(:'productLocked')
|
|
130
|
+
self.product_locked = attributes[:'productLocked']
|
|
131
|
+
end
|
|
132
|
+
|
|
128
133
|
if attributes.has_key?(:'reference')
|
|
129
134
|
self.reference = attributes[:'reference']
|
|
130
135
|
end
|
|
@@ -150,15 +155,45 @@ module Wallee
|
|
|
150
155
|
# @return Array for valid properties with the reasons
|
|
151
156
|
def list_invalid_properties
|
|
152
157
|
invalid_properties = Array.new
|
|
158
|
+
if !@name.nil? && @name.to_s.length > 100
|
|
159
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
if !@reference.nil? && @reference.to_s.length > 100
|
|
163
|
+
invalid_properties.push('invalid value for "reference", the character length must be smaller than or equal to 100.')
|
|
164
|
+
end
|
|
165
|
+
|
|
153
166
|
invalid_properties
|
|
154
167
|
end
|
|
155
168
|
|
|
156
169
|
# Check to see if the all the properties in the model are valid
|
|
157
170
|
# @return true if the model is valid
|
|
158
171
|
def valid?
|
|
172
|
+
return false if !@name.nil? && @name.to_s.length > 100
|
|
173
|
+
return false if !@reference.nil? && @reference.to_s.length > 100
|
|
159
174
|
true
|
|
160
175
|
end
|
|
161
176
|
|
|
177
|
+
# Custom attribute writer method with validation
|
|
178
|
+
# @param [Object] name Value to be assigned
|
|
179
|
+
def name=(name)
|
|
180
|
+
if !name.nil? && name.to_s.length > 100
|
|
181
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
@name = name
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
# Custom attribute writer method with validation
|
|
188
|
+
# @param [Object] reference Value to be assigned
|
|
189
|
+
def reference=(reference)
|
|
190
|
+
if !reference.nil? && reference.to_s.length > 100
|
|
191
|
+
fail ArgumentError, 'invalid value for "reference", the character length must be smaller than or equal to 100.'
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
@reference = reference
|
|
195
|
+
end
|
|
196
|
+
|
|
162
197
|
# Checks equality by comparing each attribute.
|
|
163
198
|
# @param [Object] Object to be compared
|
|
164
199
|
def ==(o)
|
|
@@ -170,6 +205,7 @@ module Wallee
|
|
|
170
205
|
linked_space_id == o.linked_space_id &&
|
|
171
206
|
name == o.name &&
|
|
172
207
|
planned_purge_date == o.planned_purge_date &&
|
|
208
|
+
product_locked == o.product_locked &&
|
|
173
209
|
reference == o.reference &&
|
|
174
210
|
sort_order == o.sort_order &&
|
|
175
211
|
space_id == o.space_id &&
|
|
@@ -186,7 +222,7 @@ module Wallee
|
|
|
186
222
|
# Calculates hash code according to all attributes.
|
|
187
223
|
# @return [Fixnum] Hash code
|
|
188
224
|
def hash
|
|
189
|
-
[allowed_payment_method_configurations, failed_payment_suspension_period, id, linked_space_id, name, planned_purge_date, reference, sort_order, space_id, state, version].hash
|
|
225
|
+
[allowed_payment_method_configurations, failed_payment_suspension_period, id, linked_space_id, name, planned_purge_date, product_locked, reference, sort_order, space_id, state, version].hash
|
|
190
226
|
end
|
|
191
227
|
|
|
192
228
|
# Builds the object from hash
|
|
@@ -196,7 +232,7 @@ module Wallee
|
|
|
196
232
|
return nil unless attributes.is_a?(Hash)
|
|
197
233
|
self.class.swagger_types.each_pair do |key, type|
|
|
198
234
|
if type =~ /\AArray<(.*)>/i
|
|
199
|
-
# check to ensure the input is an array given that the
|
|
235
|
+
# check to ensure the input is an array given that the attribute
|
|
200
236
|
# is documented as an array but the input is not
|
|
201
237
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
202
238
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
@@ -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
|
|
@@ -33,6 +29,9 @@ module Wallee
|
|
|
33
29
|
# The product name is used internally to identify the configuration in administrative interfaces. For example it is used within search fields and hence it should be distinct and descriptive.
|
|
34
30
|
attr_accessor :name
|
|
35
31
|
|
|
32
|
+
# Marks the product as locked. Meaning that customer can not change away from this product or change to this product later on.
|
|
33
|
+
attr_accessor :product_locked
|
|
34
|
+
|
|
36
35
|
# The sort order controls in which order the product is listed. The sort order is used to order the products in ascending order.
|
|
37
36
|
attr_accessor :sort_order
|
|
38
37
|
|
|
@@ -51,6 +50,7 @@ module Wallee
|
|
|
51
50
|
:'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
|
|
52
51
|
:'failed_payment_suspension_period' => :'failedPaymentSuspensionPeriod',
|
|
53
52
|
:'name' => :'name',
|
|
53
|
+
:'product_locked' => :'productLocked',
|
|
54
54
|
:'sort_order' => :'sortOrder',
|
|
55
55
|
:'state' => :'state',
|
|
56
56
|
:'id' => :'id',
|
|
@@ -64,6 +64,7 @@ module Wallee
|
|
|
64
64
|
:'allowed_payment_method_configurations' => :'Array<Integer>',
|
|
65
65
|
:'failed_payment_suspension_period' => :'String',
|
|
66
66
|
:'name' => :'String',
|
|
67
|
+
:'product_locked' => :'BOOLEAN',
|
|
67
68
|
:'sort_order' => :'Integer',
|
|
68
69
|
:'state' => :'SubscriptionProductState',
|
|
69
70
|
:'id' => :'Integer',
|
|
@@ -93,6 +94,10 @@ module Wallee
|
|
|
93
94
|
self.name = attributes[:'name']
|
|
94
95
|
end
|
|
95
96
|
|
|
97
|
+
if attributes.has_key?(:'productLocked')
|
|
98
|
+
self.product_locked = attributes[:'productLocked']
|
|
99
|
+
end
|
|
100
|
+
|
|
96
101
|
if attributes.has_key?(:'sortOrder')
|
|
97
102
|
self.sort_order = attributes[:'sortOrder']
|
|
98
103
|
end
|
|
@@ -114,6 +119,10 @@ module Wallee
|
|
|
114
119
|
# @return Array for valid properties with the reasons
|
|
115
120
|
def list_invalid_properties
|
|
116
121
|
invalid_properties = Array.new
|
|
122
|
+
if !@name.nil? && @name.to_s.length > 100
|
|
123
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
|
|
124
|
+
end
|
|
125
|
+
|
|
117
126
|
if @id.nil?
|
|
118
127
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
|
119
128
|
end
|
|
@@ -128,11 +137,22 @@ module Wallee
|
|
|
128
137
|
# Check to see if the all the properties in the model are valid
|
|
129
138
|
# @return true if the model is valid
|
|
130
139
|
def valid?
|
|
140
|
+
return false if !@name.nil? && @name.to_s.length > 100
|
|
131
141
|
return false if @id.nil?
|
|
132
142
|
return false if @version.nil?
|
|
133
143
|
true
|
|
134
144
|
end
|
|
135
145
|
|
|
146
|
+
# Custom attribute writer method with validation
|
|
147
|
+
# @param [Object] name Value to be assigned
|
|
148
|
+
def name=(name)
|
|
149
|
+
if !name.nil? && name.to_s.length > 100
|
|
150
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
@name = name
|
|
154
|
+
end
|
|
155
|
+
|
|
136
156
|
# Checks equality by comparing each attribute.
|
|
137
157
|
# @param [Object] Object to be compared
|
|
138
158
|
def ==(o)
|
|
@@ -141,6 +161,7 @@ module Wallee
|
|
|
141
161
|
allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
|
|
142
162
|
failed_payment_suspension_period == o.failed_payment_suspension_period &&
|
|
143
163
|
name == o.name &&
|
|
164
|
+
product_locked == o.product_locked &&
|
|
144
165
|
sort_order == o.sort_order &&
|
|
145
166
|
state == o.state &&
|
|
146
167
|
id == o.id &&
|
|
@@ -156,7 +177,7 @@ module Wallee
|
|
|
156
177
|
# Calculates hash code according to all attributes.
|
|
157
178
|
# @return [Fixnum] Hash code
|
|
158
179
|
def hash
|
|
159
|
-
[allowed_payment_method_configurations, failed_payment_suspension_period, name, sort_order, state, id, version].hash
|
|
180
|
+
[allowed_payment_method_configurations, failed_payment_suspension_period, name, product_locked, sort_order, state, id, version].hash
|
|
160
181
|
end
|
|
161
182
|
|
|
162
183
|
# Builds the object from hash
|
|
@@ -166,7 +187,7 @@ module Wallee
|
|
|
166
187
|
return nil unless attributes.is_a?(Hash)
|
|
167
188
|
self.class.swagger_types.each_pair do |key, type|
|
|
168
189
|
if type =~ /\AArray<(.*)>/i
|
|
169
|
-
# check to ensure the input is an array given that the
|
|
190
|
+
# check to ensure the input is an array given that the attribute
|
|
170
191
|
# is documented as an array but the input is not
|
|
171
192
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
172
193
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
@@ -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
|
|
@@ -30,7 +26,7 @@ module Wallee
|
|
|
30
26
|
#
|
|
31
27
|
attr_accessor :component_group
|
|
32
28
|
|
|
33
|
-
# When a component is marked as a 'default' component it is used
|
|
29
|
+
# When a component is marked as a 'default' component it is used as the default component in its group and will be preselected in the product configuration.
|
|
34
30
|
attr_accessor :default_component
|
|
35
31
|
|
|
36
32
|
# The component description may contain a longer description which gives the subscriber a better understanding of what the component contains.
|
|
@@ -42,9 +38,18 @@ module Wallee
|
|
|
42
38
|
# The linked space id holds the ID of the space to which the entity belongs to.
|
|
43
39
|
attr_accessor :linked_space_id
|
|
44
40
|
|
|
41
|
+
# The maximum quantity defines the maximum value which must be entered for the quantity.
|
|
42
|
+
attr_accessor :maximal_quantity
|
|
43
|
+
|
|
44
|
+
# The minimal quantity defines the minimum value which must be entered for the quantity.
|
|
45
|
+
attr_accessor :minimal_quantity
|
|
46
|
+
|
|
45
47
|
# The component name is shown to the subscriber. It should describe in few words what the component does contain.
|
|
46
48
|
attr_accessor :name
|
|
47
49
|
|
|
50
|
+
# The quantity step defines at which interval the quantity can be increased.
|
|
51
|
+
attr_accessor :quantity_step
|
|
52
|
+
|
|
48
53
|
# The component reference is used to identify the component by external systems and it marks components to represent the same component within different product versions.
|
|
49
54
|
attr_accessor :reference
|
|
50
55
|
|
|
@@ -66,7 +71,10 @@ module Wallee
|
|
|
66
71
|
:'description' => :'description',
|
|
67
72
|
:'id' => :'id',
|
|
68
73
|
:'linked_space_id' => :'linkedSpaceId',
|
|
74
|
+
:'maximal_quantity' => :'maximalQuantity',
|
|
75
|
+
:'minimal_quantity' => :'minimalQuantity',
|
|
69
76
|
:'name' => :'name',
|
|
77
|
+
:'quantity_step' => :'quantityStep',
|
|
70
78
|
:'reference' => :'reference',
|
|
71
79
|
:'sort_order' => :'sortOrder',
|
|
72
80
|
:'tax_class' => :'taxClass',
|
|
@@ -83,7 +91,10 @@ module Wallee
|
|
|
83
91
|
:'description' => :'DatabaseTranslatedString',
|
|
84
92
|
:'id' => :'Integer',
|
|
85
93
|
:'linked_space_id' => :'Integer',
|
|
94
|
+
:'maximal_quantity' => :'Float',
|
|
95
|
+
:'minimal_quantity' => :'Float',
|
|
86
96
|
:'name' => :'DatabaseTranslatedString',
|
|
97
|
+
:'quantity_step' => :'Float',
|
|
87
98
|
:'reference' => :'SubscriptionProductComponentReference',
|
|
88
99
|
:'sort_order' => :'Integer',
|
|
89
100
|
:'tax_class' => :'TaxClass',
|
|
@@ -123,10 +134,22 @@ module Wallee
|
|
|
123
134
|
self.linked_space_id = attributes[:'linkedSpaceId']
|
|
124
135
|
end
|
|
125
136
|
|
|
137
|
+
if attributes.has_key?(:'maximalQuantity')
|
|
138
|
+
self.maximal_quantity = attributes[:'maximalQuantity']
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
if attributes.has_key?(:'minimalQuantity')
|
|
142
|
+
self.minimal_quantity = attributes[:'minimalQuantity']
|
|
143
|
+
end
|
|
144
|
+
|
|
126
145
|
if attributes.has_key?(:'name')
|
|
127
146
|
self.name = attributes[:'name']
|
|
128
147
|
end
|
|
129
148
|
|
|
149
|
+
if attributes.has_key?(:'quantityStep')
|
|
150
|
+
self.quantity_step = attributes[:'quantityStep']
|
|
151
|
+
end
|
|
152
|
+
|
|
130
153
|
if attributes.has_key?(:'reference')
|
|
131
154
|
self.reference = attributes[:'reference']
|
|
132
155
|
end
|
|
@@ -168,7 +191,10 @@ module Wallee
|
|
|
168
191
|
description == o.description &&
|
|
169
192
|
id == o.id &&
|
|
170
193
|
linked_space_id == o.linked_space_id &&
|
|
194
|
+
maximal_quantity == o.maximal_quantity &&
|
|
195
|
+
minimal_quantity == o.minimal_quantity &&
|
|
171
196
|
name == o.name &&
|
|
197
|
+
quantity_step == o.quantity_step &&
|
|
172
198
|
reference == o.reference &&
|
|
173
199
|
sort_order == o.sort_order &&
|
|
174
200
|
tax_class == o.tax_class &&
|
|
@@ -184,7 +210,7 @@ module Wallee
|
|
|
184
210
|
# Calculates hash code according to all attributes.
|
|
185
211
|
# @return [Fixnum] Hash code
|
|
186
212
|
def hash
|
|
187
|
-
[component_change_weight, component_group, default_component, description, id, linked_space_id, name, reference, sort_order, tax_class, version].hash
|
|
213
|
+
[component_change_weight, component_group, default_component, description, id, linked_space_id, maximal_quantity, minimal_quantity, name, quantity_step, reference, sort_order, tax_class, version].hash
|
|
188
214
|
end
|
|
189
215
|
|
|
190
216
|
# Builds the object from hash
|
|
@@ -194,7 +220,7 @@ module Wallee
|
|
|
194
220
|
return nil unless attributes.is_a?(Hash)
|
|
195
221
|
self.class.swagger_types.each_pair do |key, type|
|
|
196
222
|
if type =~ /\AArray<(.*)>/i
|
|
197
|
-
# check to ensure the input is an array given that the
|
|
223
|
+
# check to ensure the input is an array given that the attribute
|
|
198
224
|
# is documented as an array but the input is not
|
|
199
225
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
200
226
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|