wallee-ruby-sdk 2.0.1 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/wallee-ruby-sdk.rb +71 -9
- data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
- data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
- data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
- data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
- data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
- data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
- data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
- data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
- data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
- data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
- data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/permission_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
- data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +342 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/space_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
- data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +110 -114
- data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/token_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
- data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
- data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
- data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
- data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api_client.rb +2 -4
- data/lib/wallee-ruby-sdk/api_error.rb +0 -4
- data/lib/wallee-ruby-sdk/configuration.rb +0 -4
- data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_active.rb +330 -0
- data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/account.rb +46 -6
- data/lib/wallee-ruby-sdk/models/account_create.rb +25 -5
- data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/address.rb +236 -15
- data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
- data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_attempt.rb +27 -6
- data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
- data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
- data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
- data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
- data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
- data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → customer_address.rb} +42 -56
- data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
- data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
- data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
- data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
- data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
- data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
- data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
- data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_connector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_contract.rb +25 -5
- data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/wallee-ruby-sdk/models/payment_link.rb +40 -5
- data/lib/wallee-ruby-sdk/models/payment_link_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_link_create.rb +44 -5
- data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_link_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal.rb +17 -16
- data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +146 -15
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_contact_address.rb +396 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +27 -6
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
- data/lib/wallee-ruby-sdk/models/permission.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
- data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
- data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
- data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
- data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
- data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
- data/lib/wallee-ruby-sdk/models/role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/sales_channel.rb +215 -0
- data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
- data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/shopify_integration.rb +428 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_app_version.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_reference.rb → shopify_subscriber.rb} +41 -25
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +321 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_tax_line.rb +201 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_active.rb +361 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +371 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_state.rb → shopify_subscription_product_state.rb} +8 -11
- data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +303 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_transaction.rb} +64 -50
- data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/space.rb +46 -6
- data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_create.rb +25 -5
- data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
- data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/space_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
- data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscriber.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_create.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscription.rb +52 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +86 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +73 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
- data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product.rb +31 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +32 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +32 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +35 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
- data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
- data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
- data/lib/wallee-ruby-sdk/models/token.rb +55 -5
- data/lib/wallee-ruby-sdk/models/token_create.rb +59 -5
- data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
- data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction.rb +126 -6
- data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion.rb +25 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +29 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_create.rb +96 -6
- data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_pending.rb +61 -5
- data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
- data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +64 -5
- data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +68 -5
- data/lib/wallee-ruby-sdk/models/user.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +16 -5
- data/lib/wallee-ruby-sdk/version.rb +1 -5
- data/test/transaction_create_service_test.rb +2 -2
- data/test/transaction_payment_page_service_test.rb +3 -3
- data/wallee-ruby-sdk.gemspec +1 -5
- metadata +77 -11
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -30,6 +26,9 @@ module Wallee
|
|
|
30
26
|
# The version number indicates the version of the entity. The version is incremented whenever the entity is changed.
|
|
31
27
|
attr_accessor :version
|
|
32
28
|
|
|
29
|
+
#
|
|
30
|
+
attr_accessor :affiliate
|
|
31
|
+
|
|
33
32
|
#
|
|
34
33
|
attr_accessor :description
|
|
35
34
|
|
|
@@ -41,6 +40,7 @@ module Wallee
|
|
|
41
40
|
{
|
|
42
41
|
:'id' => :'id',
|
|
43
42
|
:'version' => :'version',
|
|
43
|
+
:'affiliate' => :'affiliate',
|
|
44
44
|
:'description' => :'description',
|
|
45
45
|
:'planned_termination_date' => :'plannedTerminationDate'
|
|
46
46
|
}
|
|
@@ -51,6 +51,7 @@ module Wallee
|
|
|
51
51
|
{
|
|
52
52
|
:'id' => :'Integer',
|
|
53
53
|
:'version' => :'Integer',
|
|
54
|
+
:'affiliate' => :'Integer',
|
|
54
55
|
:'description' => :'String',
|
|
55
56
|
:'planned_termination_date' => :'DateTime'
|
|
56
57
|
}
|
|
@@ -72,6 +73,10 @@ module Wallee
|
|
|
72
73
|
self.version = attributes[:'version']
|
|
73
74
|
end
|
|
74
75
|
|
|
76
|
+
if attributes.has_key?(:'affiliate')
|
|
77
|
+
self.affiliate = attributes[:'affiliate']
|
|
78
|
+
end
|
|
79
|
+
|
|
75
80
|
if attributes.has_key?(:'description')
|
|
76
81
|
self.description = attributes[:'description']
|
|
77
82
|
end
|
|
@@ -93,6 +98,10 @@ module Wallee
|
|
|
93
98
|
invalid_properties.push('invalid value for "version", version cannot be nil.')
|
|
94
99
|
end
|
|
95
100
|
|
|
101
|
+
if !@description.nil? && @description.to_s.length > 200
|
|
102
|
+
invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 200.')
|
|
103
|
+
end
|
|
104
|
+
|
|
96
105
|
invalid_properties
|
|
97
106
|
end
|
|
98
107
|
|
|
@@ -101,9 +110,20 @@ module Wallee
|
|
|
101
110
|
def valid?
|
|
102
111
|
return false if @id.nil?
|
|
103
112
|
return false if @version.nil?
|
|
113
|
+
return false if !@description.nil? && @description.to_s.length > 200
|
|
104
114
|
true
|
|
105
115
|
end
|
|
106
116
|
|
|
117
|
+
# Custom attribute writer method with validation
|
|
118
|
+
# @param [Object] description Value to be assigned
|
|
119
|
+
def description=(description)
|
|
120
|
+
if !description.nil? && description.to_s.length > 200
|
|
121
|
+
fail ArgumentError, 'invalid value for "description", the character length must be smaller than or equal to 200.'
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
@description = description
|
|
125
|
+
end
|
|
126
|
+
|
|
107
127
|
# Checks equality by comparing each attribute.
|
|
108
128
|
# @param [Object] Object to be compared
|
|
109
129
|
def ==(o)
|
|
@@ -111,6 +131,7 @@ module Wallee
|
|
|
111
131
|
self.class == o.class &&
|
|
112
132
|
id == o.id &&
|
|
113
133
|
version == o.version &&
|
|
134
|
+
affiliate == o.affiliate &&
|
|
114
135
|
description == o.description &&
|
|
115
136
|
planned_termination_date == o.planned_termination_date
|
|
116
137
|
end
|
|
@@ -124,7 +145,7 @@ module Wallee
|
|
|
124
145
|
# Calculates hash code according to all attributes.
|
|
125
146
|
# @return [Fixnum] Hash code
|
|
126
147
|
def hash
|
|
127
|
-
[id, version, description, planned_termination_date].hash
|
|
148
|
+
[id, version, affiliate, description, planned_termination_date].hash
|
|
128
149
|
end
|
|
129
150
|
|
|
130
151
|
# Builds the object from hash
|
|
@@ -134,7 +155,7 @@ module Wallee
|
|
|
134
155
|
return nil unless attributes.is_a?(Hash)
|
|
135
156
|
self.class.swagger_types.each_pair do |key, type|
|
|
136
157
|
if type =~ /\AArray<(.*)>/i
|
|
137
|
-
# check to ensure the input is an array given that the
|
|
158
|
+
# check to ensure the input is an array given that the attribute
|
|
138
159
|
# is documented as an array but the input is not
|
|
139
160
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
140
161
|
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,6 +26,9 @@ module Wallee
|
|
|
30
26
|
# The subscriber is charged in the billing currency. The billing currency has to be one of the enabled currencies on the subscription product.
|
|
31
27
|
attr_accessor :billing_currency
|
|
32
28
|
|
|
29
|
+
#
|
|
30
|
+
attr_accessor :component_configurations
|
|
31
|
+
|
|
33
32
|
#
|
|
34
33
|
attr_accessor :created_on
|
|
35
34
|
|
|
@@ -83,6 +82,7 @@ module Wallee
|
|
|
83
82
|
{
|
|
84
83
|
:'activated_on' => :'activatedOn',
|
|
85
84
|
:'billing_currency' => :'billingCurrency',
|
|
85
|
+
:'component_configurations' => :'componentConfigurations',
|
|
86
86
|
:'created_on' => :'createdOn',
|
|
87
87
|
:'expected_last_period_end' => :'expectedLastPeriodEnd',
|
|
88
88
|
:'failed_on' => :'failedOn',
|
|
@@ -107,6 +107,7 @@ module Wallee
|
|
|
107
107
|
{
|
|
108
108
|
:'activated_on' => :'DateTime',
|
|
109
109
|
:'billing_currency' => :'String',
|
|
110
|
+
:'component_configurations' => :'Array<SubscriptionComponentConfiguration>',
|
|
110
111
|
:'created_on' => :'DateTime',
|
|
111
112
|
:'expected_last_period_end' => :'DateTime',
|
|
112
113
|
:'failed_on' => :'DateTime',
|
|
@@ -142,6 +143,12 @@ module Wallee
|
|
|
142
143
|
self.billing_currency = attributes[:'billingCurrency']
|
|
143
144
|
end
|
|
144
145
|
|
|
146
|
+
if attributes.has_key?(:'componentConfigurations')
|
|
147
|
+
if (value = attributes[:'componentConfigurations']).is_a?(Array)
|
|
148
|
+
self.component_configurations = value
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
|
|
145
152
|
if attributes.has_key?(:'createdOn')
|
|
146
153
|
self.created_on = attributes[:'createdOn']
|
|
147
154
|
end
|
|
@@ -229,6 +236,7 @@ module Wallee
|
|
|
229
236
|
self.class == o.class &&
|
|
230
237
|
activated_on == o.activated_on &&
|
|
231
238
|
billing_currency == o.billing_currency &&
|
|
239
|
+
component_configurations == o.component_configurations &&
|
|
232
240
|
created_on == o.created_on &&
|
|
233
241
|
expected_last_period_end == o.expected_last_period_end &&
|
|
234
242
|
failed_on == o.failed_on &&
|
|
@@ -256,7 +264,7 @@ module Wallee
|
|
|
256
264
|
# Calculates hash code according to all attributes.
|
|
257
265
|
# @return [Fixnum] Hash code
|
|
258
266
|
def hash
|
|
259
|
-
[activated_on, billing_currency, created_on, expected_last_period_end, failed_on, id, language, linked_space_id, planned_purge_date, planned_termination_date, product_version, selected_components, state, subscription, terminated_on, terminating_on, termination_issued_on, version].hash
|
|
267
|
+
[activated_on, billing_currency, component_configurations, created_on, expected_last_period_end, failed_on, id, language, linked_space_id, planned_purge_date, planned_termination_date, product_version, selected_components, state, subscription, terminated_on, terminating_on, termination_issued_on, version].hash
|
|
260
268
|
end
|
|
261
269
|
|
|
262
270
|
# Builds the object from hash
|
|
@@ -266,7 +274,7 @@ module Wallee
|
|
|
266
274
|
return nil unless attributes.is_a?(Hash)
|
|
267
275
|
self.class.swagger_types.each_pair do |key, type|
|
|
268
276
|
if type =~ /\AArray<(.*)>/i
|
|
269
|
-
# check to ensure the input is an array given that the
|
|
277
|
+
# check to ensure the input is an array given that the attribute
|
|
270
278
|
# is documented as an array but the input is not
|
|
271
279
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
272
280
|
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
|
|
@@ -67,15 +63,39 @@ module Wallee
|
|
|
67
63
|
# @return Array for valid properties with the reasons
|
|
68
64
|
def list_invalid_properties
|
|
69
65
|
invalid_properties = Array.new
|
|
66
|
+
if !@title.nil? && @title.to_s.length > 40
|
|
67
|
+
invalid_properties.push('invalid value for "title", the character length must be smaller than or equal to 40.')
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
if !@title.nil? && @title.to_s.length < 2
|
|
71
|
+
invalid_properties.push('invalid value for "title", the character length must be great than or equal to 2.')
|
|
72
|
+
end
|
|
73
|
+
|
|
70
74
|
invalid_properties
|
|
71
75
|
end
|
|
72
76
|
|
|
73
77
|
# Check to see if the all the properties in the model are valid
|
|
74
78
|
# @return true if the model is valid
|
|
75
79
|
def valid?
|
|
80
|
+
return false if !@title.nil? && @title.to_s.length > 40
|
|
81
|
+
return false if !@title.nil? && @title.to_s.length < 2
|
|
76
82
|
true
|
|
77
83
|
end
|
|
78
84
|
|
|
85
|
+
# Custom attribute writer method with validation
|
|
86
|
+
# @param [Object] title Value to be assigned
|
|
87
|
+
def title=(title)
|
|
88
|
+
if !title.nil? && title.to_s.length > 40
|
|
89
|
+
fail ArgumentError, 'invalid value for "title", the character length must be smaller than or equal to 40.'
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
if !title.nil? && title.to_s.length < 2
|
|
93
|
+
fail ArgumentError, 'invalid value for "title", the character length must be great than or equal to 2.'
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
@title = title
|
|
97
|
+
end
|
|
98
|
+
|
|
79
99
|
# Checks equality by comparing each attribute.
|
|
80
100
|
# @param [Object] Object to be compared
|
|
81
101
|
def ==(o)
|
|
@@ -104,7 +124,7 @@ module Wallee
|
|
|
104
124
|
return nil unless attributes.is_a?(Hash)
|
|
105
125
|
self.class.swagger_types.each_pair do |key, type|
|
|
106
126
|
if type =~ /\AArray<(.*)>/i
|
|
107
|
-
# check to ensure the input is an array given that the
|
|
127
|
+
# check to ensure the input is an array given that the attribute
|
|
108
128
|
# is documented as an array but the input is not
|
|
109
129
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
110
130
|
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
|
|
@@ -112,15 +108,30 @@ module Wallee
|
|
|
112
108
|
# @return Array for valid properties with the reasons
|
|
113
109
|
def list_invalid_properties
|
|
114
110
|
invalid_properties = Array.new
|
|
111
|
+
if !@name.nil? && @name.to_s.length > 100
|
|
112
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
|
|
113
|
+
end
|
|
114
|
+
|
|
115
115
|
invalid_properties
|
|
116
116
|
end
|
|
117
117
|
|
|
118
118
|
# Check to see if the all the properties in the model are valid
|
|
119
119
|
# @return true if the model is valid
|
|
120
120
|
def valid?
|
|
121
|
+
return false if !@name.nil? && @name.to_s.length > 100
|
|
121
122
|
true
|
|
122
123
|
end
|
|
123
124
|
|
|
125
|
+
# Custom attribute writer method with validation
|
|
126
|
+
# @param [Object] name Value to be assigned
|
|
127
|
+
def name=(name)
|
|
128
|
+
if !name.nil? && name.to_s.length > 100
|
|
129
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
@name = name
|
|
133
|
+
end
|
|
134
|
+
|
|
124
135
|
# Checks equality by comparing each attribute.
|
|
125
136
|
# @param [Object] Object to be compared
|
|
126
137
|
def ==(o)
|
|
@@ -154,7 +165,7 @@ module Wallee
|
|
|
154
165
|
return nil unless attributes.is_a?(Hash)
|
|
155
166
|
self.class.swagger_types.each_pair do |key, type|
|
|
156
167
|
if type =~ /\AArray<(.*)>/i
|
|
157
|
-
# check to ensure the input is an array given that the
|
|
168
|
+
# check to ensure the input is an array given that the attribute
|
|
158
169
|
# is documented as an array but the input is not
|
|
159
170
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
160
171
|
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
|
|
@@ -75,6 +71,14 @@ module Wallee
|
|
|
75
71
|
invalid_properties.push('invalid value for "title", title cannot be nil.')
|
|
76
72
|
end
|
|
77
73
|
|
|
74
|
+
if @title.to_s.length > 40
|
|
75
|
+
invalid_properties.push('invalid value for "title", the character length must be smaller than or equal to 40.')
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
if @title.to_s.length < 2
|
|
79
|
+
invalid_properties.push('invalid value for "title", the character length must be great than or equal to 2.')
|
|
80
|
+
end
|
|
81
|
+
|
|
78
82
|
invalid_properties
|
|
79
83
|
end
|
|
80
84
|
|
|
@@ -83,9 +87,29 @@ module Wallee
|
|
|
83
87
|
def valid?
|
|
84
88
|
return false if @rate.nil?
|
|
85
89
|
return false if @title.nil?
|
|
90
|
+
return false if @title.to_s.length > 40
|
|
91
|
+
return false if @title.to_s.length < 2
|
|
86
92
|
true
|
|
87
93
|
end
|
|
88
94
|
|
|
95
|
+
# Custom attribute writer method with validation
|
|
96
|
+
# @param [Object] title Value to be assigned
|
|
97
|
+
def title=(title)
|
|
98
|
+
if title.nil?
|
|
99
|
+
fail ArgumentError, 'title cannot be nil'
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
if title.to_s.length > 40
|
|
103
|
+
fail ArgumentError, 'invalid value for "title", the character length must be smaller than or equal to 40.'
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
if title.to_s.length < 2
|
|
107
|
+
fail ArgumentError, 'invalid value for "title", the character length must be great than or equal to 2.'
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
@title = title
|
|
111
|
+
end
|
|
112
|
+
|
|
89
113
|
# Checks equality by comparing each attribute.
|
|
90
114
|
# @param [Object] Object to be compared
|
|
91
115
|
def ==(o)
|
|
@@ -114,7 +138,7 @@ module Wallee
|
|
|
114
138
|
return nil unless attributes.is_a?(Hash)
|
|
115
139
|
self.class.swagger_types.each_pair do |key, type|
|
|
116
140
|
if type =~ /\AArray<(.*)>/i
|
|
117
|
-
# check to ensure the input is an array given that the
|
|
141
|
+
# check to ensure the input is an array given that the attribute
|
|
118
142
|
# is documented as an array but the input is not
|
|
119
143
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
120
144
|
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
|
|
@@ -76,15 +72,30 @@ module Wallee
|
|
|
76
72
|
# @return Array for valid properties with the reasons
|
|
77
73
|
def list_invalid_properties
|
|
78
74
|
invalid_properties = Array.new
|
|
75
|
+
if !@name.nil? && @name.to_s.length > 200
|
|
76
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 200.')
|
|
77
|
+
end
|
|
78
|
+
|
|
79
79
|
invalid_properties
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
# Check to see if the all the properties in the model are valid
|
|
83
83
|
# @return true if the model is valid
|
|
84
84
|
def valid?
|
|
85
|
+
return false if !@name.nil? && @name.to_s.length > 200
|
|
85
86
|
true
|
|
86
87
|
end
|
|
87
88
|
|
|
89
|
+
# Custom attribute writer method with validation
|
|
90
|
+
# @param [Object] name Value to be assigned
|
|
91
|
+
def name=(name)
|
|
92
|
+
if !name.nil? && name.to_s.length > 200
|
|
93
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 200.'
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
@name = name
|
|
97
|
+
end
|
|
98
|
+
|
|
88
99
|
# Checks equality by comparing each attribute.
|
|
89
100
|
# @param [Object] Object to be compared
|
|
90
101
|
def ==(o)
|
|
@@ -114,7 +125,7 @@ module Wallee
|
|
|
114
125
|
return nil unless attributes.is_a?(Hash)
|
|
115
126
|
self.class.swagger_types.each_pair do |key, type|
|
|
116
127
|
if type =~ /\AArray<(.*)>/i
|
|
117
|
-
# check to ensure the input is an array given that the
|
|
128
|
+
# check to ensure the input is an array given that the attribute
|
|
118
129
|
# is documented as an array but the input is not
|
|
119
130
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
120
131
|
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
|
|
@@ -166,15 +162,69 @@ module Wallee
|
|
|
166
162
|
# @return Array for valid properties with the reasons
|
|
167
163
|
def list_invalid_properties
|
|
168
164
|
invalid_properties = Array.new
|
|
165
|
+
if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
|
|
166
|
+
invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 150.')
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
if !@external_id.nil? && @external_id.to_s.length > 100
|
|
170
|
+
invalid_properties.push('invalid value for "external_id", the character length must be smaller than or equal to 100.')
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
if !@external_id.nil? && @external_id.to_s.length < 1
|
|
174
|
+
invalid_properties.push('invalid value for "external_id", the character length must be great than or equal to 1.')
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
if !@token_reference.nil? && @token_reference.to_s.length > 100
|
|
178
|
+
invalid_properties.push('invalid value for "token_reference", the character length must be smaller than or equal to 100.')
|
|
179
|
+
end
|
|
180
|
+
|
|
169
181
|
invalid_properties
|
|
170
182
|
end
|
|
171
183
|
|
|
172
184
|
# Check to see if the all the properties in the model are valid
|
|
173
185
|
# @return true if the model is valid
|
|
174
186
|
def valid?
|
|
187
|
+
return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
|
|
188
|
+
return false if !@external_id.nil? && @external_id.to_s.length > 100
|
|
189
|
+
return false if !@external_id.nil? && @external_id.to_s.length < 1
|
|
190
|
+
return false if !@token_reference.nil? && @token_reference.to_s.length > 100
|
|
175
191
|
true
|
|
176
192
|
end
|
|
177
193
|
|
|
194
|
+
# Custom attribute writer method with validation
|
|
195
|
+
# @param [Object] customer_email_address Value to be assigned
|
|
196
|
+
def customer_email_address=(customer_email_address)
|
|
197
|
+
if !customer_email_address.nil? && customer_email_address.to_s.length > 150
|
|
198
|
+
fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 150.'
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
@customer_email_address = customer_email_address
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# Custom attribute writer method with validation
|
|
205
|
+
# @param [Object] external_id Value to be assigned
|
|
206
|
+
def external_id=(external_id)
|
|
207
|
+
if !external_id.nil? && external_id.to_s.length > 100
|
|
208
|
+
fail ArgumentError, 'invalid value for "external_id", the character length must be smaller than or equal to 100.'
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
if !external_id.nil? && external_id.to_s.length < 1
|
|
212
|
+
fail ArgumentError, 'invalid value for "external_id", the character length must be great than or equal to 1.'
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
@external_id = external_id
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
# Custom attribute writer method with validation
|
|
219
|
+
# @param [Object] token_reference Value to be assigned
|
|
220
|
+
def token_reference=(token_reference)
|
|
221
|
+
if !token_reference.nil? && token_reference.to_s.length > 100
|
|
222
|
+
fail ArgumentError, 'invalid value for "token_reference", the character length must be smaller than or equal to 100.'
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
@token_reference = token_reference
|
|
226
|
+
end
|
|
227
|
+
|
|
178
228
|
# Checks equality by comparing each attribute.
|
|
179
229
|
# @param [Object] Object to be compared
|
|
180
230
|
def ==(o)
|
|
@@ -214,7 +264,7 @@ module Wallee
|
|
|
214
264
|
return nil unless attributes.is_a?(Hash)
|
|
215
265
|
self.class.swagger_types.each_pair do |key, type|
|
|
216
266
|
if type =~ /\AArray<(.*)>/i
|
|
217
|
-
# check to ensure the input is an array given that the
|
|
267
|
+
# check to ensure the input is an array given that the attribute
|
|
218
268
|
# is documented as an array but the input is not
|
|
219
269
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
220
270
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|