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
|
|
@@ -52,10 +48,10 @@ module Wallee
|
|
|
52
48
|
attr_accessor :phone_number
|
|
53
49
|
|
|
54
50
|
#
|
|
55
|
-
attr_accessor :
|
|
51
|
+
attr_accessor :postal_state
|
|
56
52
|
|
|
57
53
|
#
|
|
58
|
-
attr_accessor :
|
|
54
|
+
attr_accessor :postcode
|
|
59
55
|
|
|
60
56
|
#
|
|
61
57
|
attr_accessor :salutation
|
|
@@ -78,8 +74,8 @@ module Wallee
|
|
|
78
74
|
:'mobile_phone_number' => :'mobilePhoneNumber',
|
|
79
75
|
:'organization_name' => :'organizationName',
|
|
80
76
|
:'phone_number' => :'phoneNumber',
|
|
81
|
-
:'post_code' => :'postCode',
|
|
82
77
|
:'postal_state' => :'postalState',
|
|
78
|
+
:'postcode' => :'postcode',
|
|
83
79
|
:'salutation' => :'salutation',
|
|
84
80
|
:'sorting_code' => :'sortingCode',
|
|
85
81
|
:'street' => :'street'
|
|
@@ -98,8 +94,8 @@ module Wallee
|
|
|
98
94
|
:'mobile_phone_number' => :'String',
|
|
99
95
|
:'organization_name' => :'String',
|
|
100
96
|
:'phone_number' => :'String',
|
|
101
|
-
:'post_code' => :'String',
|
|
102
97
|
:'postal_state' => :'String',
|
|
98
|
+
:'postcode' => :'String',
|
|
103
99
|
:'salutation' => :'String',
|
|
104
100
|
:'sorting_code' => :'String',
|
|
105
101
|
:'street' => :'String'
|
|
@@ -150,14 +146,14 @@ module Wallee
|
|
|
150
146
|
self.phone_number = attributes[:'phoneNumber']
|
|
151
147
|
end
|
|
152
148
|
|
|
153
|
-
if attributes.has_key?(:'postCode')
|
|
154
|
-
self.post_code = attributes[:'postCode']
|
|
155
|
-
end
|
|
156
|
-
|
|
157
149
|
if attributes.has_key?(:'postalState')
|
|
158
150
|
self.postal_state = attributes[:'postalState']
|
|
159
151
|
end
|
|
160
152
|
|
|
153
|
+
if attributes.has_key?(:'postcode')
|
|
154
|
+
self.postcode = attributes[:'postcode']
|
|
155
|
+
end
|
|
156
|
+
|
|
161
157
|
if attributes.has_key?(:'salutation')
|
|
162
158
|
self.salutation = attributes[:'salutation']
|
|
163
159
|
end
|
|
@@ -175,15 +171,150 @@ module Wallee
|
|
|
175
171
|
# @return Array for valid properties with the reasons
|
|
176
172
|
def list_invalid_properties
|
|
177
173
|
invalid_properties = Array.new
|
|
174
|
+
if !@dependent_locality.nil? && @dependent_locality.to_s.length > 100
|
|
175
|
+
invalid_properties.push('invalid value for "dependent_locality", the character length must be smaller than or equal to 100.')
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
if !@email_address.nil? && @email_address.to_s.length > 254
|
|
179
|
+
invalid_properties.push('invalid value for "email_address", the character length must be smaller than or equal to 254.')
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
if !@family_name.nil? && @family_name.to_s.length > 100
|
|
183
|
+
invalid_properties.push('invalid value for "family_name", the character length must be smaller than or equal to 100.')
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
if !@given_name.nil? && @given_name.to_s.length > 100
|
|
187
|
+
invalid_properties.push('invalid value for "given_name", the character length must be smaller than or equal to 100.')
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
if !@mobile_phone_number.nil? && @mobile_phone_number.to_s.length > 100
|
|
191
|
+
invalid_properties.push('invalid value for "mobile_phone_number", the character length must be smaller than or equal to 100.')
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
if !@organization_name.nil? && @organization_name.to_s.length > 100
|
|
195
|
+
invalid_properties.push('invalid value for "organization_name", the character length must be smaller than or equal to 100.')
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
if !@phone_number.nil? && @phone_number.to_s.length > 100
|
|
199
|
+
invalid_properties.push('invalid value for "phone_number", the character length must be smaller than or equal to 100.')
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
if !@salutation.nil? && @salutation.to_s.length > 20
|
|
203
|
+
invalid_properties.push('invalid value for "salutation", the character length must be smaller than or equal to 20.')
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
if !@sorting_code.nil? && @sorting_code.to_s.length > 100
|
|
207
|
+
invalid_properties.push('invalid value for "sorting_code", the character length must be smaller than or equal to 100.')
|
|
208
|
+
end
|
|
209
|
+
|
|
178
210
|
invalid_properties
|
|
179
211
|
end
|
|
180
212
|
|
|
181
213
|
# Check to see if the all the properties in the model are valid
|
|
182
214
|
# @return true if the model is valid
|
|
183
215
|
def valid?
|
|
216
|
+
return false if !@dependent_locality.nil? && @dependent_locality.to_s.length > 100
|
|
217
|
+
return false if !@email_address.nil? && @email_address.to_s.length > 254
|
|
218
|
+
return false if !@family_name.nil? && @family_name.to_s.length > 100
|
|
219
|
+
return false if !@given_name.nil? && @given_name.to_s.length > 100
|
|
220
|
+
return false if !@mobile_phone_number.nil? && @mobile_phone_number.to_s.length > 100
|
|
221
|
+
return false if !@organization_name.nil? && @organization_name.to_s.length > 100
|
|
222
|
+
return false if !@phone_number.nil? && @phone_number.to_s.length > 100
|
|
223
|
+
return false if !@salutation.nil? && @salutation.to_s.length > 20
|
|
224
|
+
return false if !@sorting_code.nil? && @sorting_code.to_s.length > 100
|
|
184
225
|
true
|
|
185
226
|
end
|
|
186
227
|
|
|
228
|
+
# Custom attribute writer method with validation
|
|
229
|
+
# @param [Object] dependent_locality Value to be assigned
|
|
230
|
+
def dependent_locality=(dependent_locality)
|
|
231
|
+
if !dependent_locality.nil? && dependent_locality.to_s.length > 100
|
|
232
|
+
fail ArgumentError, 'invalid value for "dependent_locality", the character length must be smaller than or equal to 100.'
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
@dependent_locality = dependent_locality
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
# Custom attribute writer method with validation
|
|
239
|
+
# @param [Object] email_address Value to be assigned
|
|
240
|
+
def email_address=(email_address)
|
|
241
|
+
if !email_address.nil? && email_address.to_s.length > 254
|
|
242
|
+
fail ArgumentError, 'invalid value for "email_address", the character length must be smaller than or equal to 254.'
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
@email_address = email_address
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Custom attribute writer method with validation
|
|
249
|
+
# @param [Object] family_name Value to be assigned
|
|
250
|
+
def family_name=(family_name)
|
|
251
|
+
if !family_name.nil? && family_name.to_s.length > 100
|
|
252
|
+
fail ArgumentError, 'invalid value for "family_name", the character length must be smaller than or equal to 100.'
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
@family_name = family_name
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
# Custom attribute writer method with validation
|
|
259
|
+
# @param [Object] given_name Value to be assigned
|
|
260
|
+
def given_name=(given_name)
|
|
261
|
+
if !given_name.nil? && given_name.to_s.length > 100
|
|
262
|
+
fail ArgumentError, 'invalid value for "given_name", the character length must be smaller than or equal to 100.'
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
@given_name = given_name
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
# Custom attribute writer method with validation
|
|
269
|
+
# @param [Object] mobile_phone_number Value to be assigned
|
|
270
|
+
def mobile_phone_number=(mobile_phone_number)
|
|
271
|
+
if !mobile_phone_number.nil? && mobile_phone_number.to_s.length > 100
|
|
272
|
+
fail ArgumentError, 'invalid value for "mobile_phone_number", the character length must be smaller than or equal to 100.'
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
@mobile_phone_number = mobile_phone_number
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
# Custom attribute writer method with validation
|
|
279
|
+
# @param [Object] organization_name Value to be assigned
|
|
280
|
+
def organization_name=(organization_name)
|
|
281
|
+
if !organization_name.nil? && organization_name.to_s.length > 100
|
|
282
|
+
fail ArgumentError, 'invalid value for "organization_name", the character length must be smaller than or equal to 100.'
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
@organization_name = organization_name
|
|
286
|
+
end
|
|
287
|
+
|
|
288
|
+
# Custom attribute writer method with validation
|
|
289
|
+
# @param [Object] phone_number Value to be assigned
|
|
290
|
+
def phone_number=(phone_number)
|
|
291
|
+
if !phone_number.nil? && phone_number.to_s.length > 100
|
|
292
|
+
fail ArgumentError, 'invalid value for "phone_number", the character length must be smaller than or equal to 100.'
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
@phone_number = phone_number
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
# Custom attribute writer method with validation
|
|
299
|
+
# @param [Object] salutation Value to be assigned
|
|
300
|
+
def salutation=(salutation)
|
|
301
|
+
if !salutation.nil? && salutation.to_s.length > 20
|
|
302
|
+
fail ArgumentError, 'invalid value for "salutation", the character length must be smaller than or equal to 20.'
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
@salutation = salutation
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# Custom attribute writer method with validation
|
|
309
|
+
# @param [Object] sorting_code Value to be assigned
|
|
310
|
+
def sorting_code=(sorting_code)
|
|
311
|
+
if !sorting_code.nil? && sorting_code.to_s.length > 100
|
|
312
|
+
fail ArgumentError, 'invalid value for "sorting_code", the character length must be smaller than or equal to 100.'
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
@sorting_code = sorting_code
|
|
316
|
+
end
|
|
317
|
+
|
|
187
318
|
# Checks equality by comparing each attribute.
|
|
188
319
|
# @param [Object] Object to be compared
|
|
189
320
|
def ==(o)
|
|
@@ -198,8 +329,8 @@ module Wallee
|
|
|
198
329
|
mobile_phone_number == o.mobile_phone_number &&
|
|
199
330
|
organization_name == o.organization_name &&
|
|
200
331
|
phone_number == o.phone_number &&
|
|
201
|
-
post_code == o.post_code &&
|
|
202
332
|
postal_state == o.postal_state &&
|
|
333
|
+
postcode == o.postcode &&
|
|
203
334
|
salutation == o.salutation &&
|
|
204
335
|
sorting_code == o.sorting_code &&
|
|
205
336
|
street == o.street
|
|
@@ -214,7 +345,7 @@ module Wallee
|
|
|
214
345
|
# Calculates hash code according to all attributes.
|
|
215
346
|
# @return [Fixnum] Hash code
|
|
216
347
|
def hash
|
|
217
|
-
[city, country, dependent_locality, email_address, family_name, given_name, mobile_phone_number, organization_name, phone_number,
|
|
348
|
+
[city, country, dependent_locality, email_address, family_name, given_name, mobile_phone_number, organization_name, phone_number, postal_state, postcode, salutation, sorting_code, street].hash
|
|
218
349
|
end
|
|
219
350
|
|
|
220
351
|
# Builds the object from hash
|
|
@@ -224,7 +355,7 @@ module Wallee
|
|
|
224
355
|
return nil unless attributes.is_a?(Hash)
|
|
225
356
|
self.class.swagger_types.each_pair do |key, type|
|
|
226
357
|
if type =~ /\AArray<(.*)>/i
|
|
227
|
-
# check to ensure the input is an array given that the
|
|
358
|
+
# check to ensure the input is an array given that the attribute
|
|
228
359
|
# is documented as an array but the input is not
|
|
229
360
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
230
361
|
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
|
|
@@ -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
|
|
@@ -216,7 +212,7 @@ module Wallee
|
|
|
216
212
|
return nil unless attributes.is_a?(Hash)
|
|
217
213
|
self.class.swagger_types.each_pair do |key, type|
|
|
218
214
|
if type =~ /\AArray<(.*)>/i
|
|
219
|
-
# check to ensure the input is an array given that the
|
|
215
|
+
# check to ensure the input is an array given that the attribute
|
|
220
216
|
# is documented as an array but the input is not
|
|
221
217
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
222
218
|
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
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
The wallee API allows an easy interaction with the wallee web service.
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
|
|
16
|
+
=end
|
|
17
|
+
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
module Wallee
|
|
21
|
+
#
|
|
22
|
+
class PaymentTerminalContactAddress
|
|
23
|
+
#
|
|
24
|
+
attr_accessor :city
|
|
25
|
+
|
|
26
|
+
#
|
|
27
|
+
attr_accessor :country
|
|
28
|
+
|
|
29
|
+
#
|
|
30
|
+
attr_accessor :dependent_locality
|
|
31
|
+
|
|
32
|
+
#
|
|
33
|
+
attr_accessor :email_address
|
|
34
|
+
|
|
35
|
+
#
|
|
36
|
+
attr_accessor :family_name
|
|
37
|
+
|
|
38
|
+
#
|
|
39
|
+
attr_accessor :given_name
|
|
40
|
+
|
|
41
|
+
#
|
|
42
|
+
attr_accessor :mobile_phone_number
|
|
43
|
+
|
|
44
|
+
#
|
|
45
|
+
attr_accessor :organization_name
|
|
46
|
+
|
|
47
|
+
#
|
|
48
|
+
attr_accessor :phone_number
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
attr_accessor :postal_state
|
|
52
|
+
|
|
53
|
+
#
|
|
54
|
+
attr_accessor :postcode
|
|
55
|
+
|
|
56
|
+
#
|
|
57
|
+
attr_accessor :salutation
|
|
58
|
+
|
|
59
|
+
# The sorting code identifies the post office at which the post box is located in.
|
|
60
|
+
attr_accessor :sorting_code
|
|
61
|
+
|
|
62
|
+
#
|
|
63
|
+
attr_accessor :street
|
|
64
|
+
|
|
65
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
66
|
+
def self.attribute_map
|
|
67
|
+
{
|
|
68
|
+
:'city' => :'city',
|
|
69
|
+
:'country' => :'country',
|
|
70
|
+
:'dependent_locality' => :'dependentLocality',
|
|
71
|
+
:'email_address' => :'emailAddress',
|
|
72
|
+
:'family_name' => :'familyName',
|
|
73
|
+
:'given_name' => :'givenName',
|
|
74
|
+
:'mobile_phone_number' => :'mobilePhoneNumber',
|
|
75
|
+
:'organization_name' => :'organizationName',
|
|
76
|
+
:'phone_number' => :'phoneNumber',
|
|
77
|
+
:'postal_state' => :'postalState',
|
|
78
|
+
:'postcode' => :'postcode',
|
|
79
|
+
:'salutation' => :'salutation',
|
|
80
|
+
:'sorting_code' => :'sortingCode',
|
|
81
|
+
:'street' => :'street'
|
|
82
|
+
}
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# Attribute type mapping.
|
|
86
|
+
def self.swagger_types
|
|
87
|
+
{
|
|
88
|
+
:'city' => :'String',
|
|
89
|
+
:'country' => :'String',
|
|
90
|
+
:'dependent_locality' => :'String',
|
|
91
|
+
:'email_address' => :'String',
|
|
92
|
+
:'family_name' => :'String',
|
|
93
|
+
:'given_name' => :'String',
|
|
94
|
+
:'mobile_phone_number' => :'String',
|
|
95
|
+
:'organization_name' => :'String',
|
|
96
|
+
:'phone_number' => :'String',
|
|
97
|
+
:'postal_state' => :'String',
|
|
98
|
+
:'postcode' => :'String',
|
|
99
|
+
:'salutation' => :'String',
|
|
100
|
+
:'sorting_code' => :'String',
|
|
101
|
+
:'street' => :'String'
|
|
102
|
+
}
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# Initializes the object
|
|
106
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
107
|
+
def initialize(attributes = {})
|
|
108
|
+
return unless attributes.is_a?(Hash)
|
|
109
|
+
|
|
110
|
+
# convert string to symbol for hash key
|
|
111
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
112
|
+
|
|
113
|
+
if attributes.has_key?(:'city')
|
|
114
|
+
self.city = attributes[:'city']
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
if attributes.has_key?(:'country')
|
|
118
|
+
self.country = attributes[:'country']
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
if attributes.has_key?(:'dependentLocality')
|
|
122
|
+
self.dependent_locality = attributes[:'dependentLocality']
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
if attributes.has_key?(:'emailAddress')
|
|
126
|
+
self.email_address = attributes[:'emailAddress']
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
if attributes.has_key?(:'familyName')
|
|
130
|
+
self.family_name = attributes[:'familyName']
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
if attributes.has_key?(:'givenName')
|
|
134
|
+
self.given_name = attributes[:'givenName']
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
if attributes.has_key?(:'mobilePhoneNumber')
|
|
138
|
+
self.mobile_phone_number = attributes[:'mobilePhoneNumber']
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
if attributes.has_key?(:'organizationName')
|
|
142
|
+
self.organization_name = attributes[:'organizationName']
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
if attributes.has_key?(:'phoneNumber')
|
|
146
|
+
self.phone_number = attributes[:'phoneNumber']
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
if attributes.has_key?(:'postalState')
|
|
150
|
+
self.postal_state = attributes[:'postalState']
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
if attributes.has_key?(:'postcode')
|
|
154
|
+
self.postcode = attributes[:'postcode']
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
if attributes.has_key?(:'salutation')
|
|
158
|
+
self.salutation = attributes[:'salutation']
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
if attributes.has_key?(:'sortingCode')
|
|
162
|
+
self.sorting_code = attributes[:'sortingCode']
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
if attributes.has_key?(:'street')
|
|
166
|
+
self.street = attributes[:'street']
|
|
167
|
+
end
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
171
|
+
# @return Array for valid properties with the reasons
|
|
172
|
+
def list_invalid_properties
|
|
173
|
+
invalid_properties = Array.new
|
|
174
|
+
if !@dependent_locality.nil? && @dependent_locality.to_s.length > 100
|
|
175
|
+
invalid_properties.push('invalid value for "dependent_locality", the character length must be smaller than or equal to 100.')
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
if !@email_address.nil? && @email_address.to_s.length > 254
|
|
179
|
+
invalid_properties.push('invalid value for "email_address", the character length must be smaller than or equal to 254.')
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
if !@mobile_phone_number.nil? && @mobile_phone_number.to_s.length > 100
|
|
183
|
+
invalid_properties.push('invalid value for "mobile_phone_number", the character length must be smaller than or equal to 100.')
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
if !@salutation.nil? && @salutation.to_s.length > 20
|
|
187
|
+
invalid_properties.push('invalid value for "salutation", the character length must be smaller than or equal to 20.')
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
if !@sorting_code.nil? && @sorting_code.to_s.length > 100
|
|
191
|
+
invalid_properties.push('invalid value for "sorting_code", the character length must be smaller than or equal to 100.')
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
invalid_properties
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Check to see if the all the properties in the model are valid
|
|
198
|
+
# @return true if the model is valid
|
|
199
|
+
def valid?
|
|
200
|
+
return false if !@dependent_locality.nil? && @dependent_locality.to_s.length > 100
|
|
201
|
+
return false if !@email_address.nil? && @email_address.to_s.length > 254
|
|
202
|
+
return false if !@mobile_phone_number.nil? && @mobile_phone_number.to_s.length > 100
|
|
203
|
+
return false if !@salutation.nil? && @salutation.to_s.length > 20
|
|
204
|
+
return false if !@sorting_code.nil? && @sorting_code.to_s.length > 100
|
|
205
|
+
true
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
# Custom attribute writer method with validation
|
|
209
|
+
# @param [Object] dependent_locality Value to be assigned
|
|
210
|
+
def dependent_locality=(dependent_locality)
|
|
211
|
+
if !dependent_locality.nil? && dependent_locality.to_s.length > 100
|
|
212
|
+
fail ArgumentError, 'invalid value for "dependent_locality", the character length must be smaller than or equal to 100.'
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
@dependent_locality = dependent_locality
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
# Custom attribute writer method with validation
|
|
219
|
+
# @param [Object] email_address Value to be assigned
|
|
220
|
+
def email_address=(email_address)
|
|
221
|
+
if !email_address.nil? && email_address.to_s.length > 254
|
|
222
|
+
fail ArgumentError, 'invalid value for "email_address", the character length must be smaller than or equal to 254.'
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
@email_address = email_address
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
# Custom attribute writer method with validation
|
|
229
|
+
# @param [Object] mobile_phone_number Value to be assigned
|
|
230
|
+
def mobile_phone_number=(mobile_phone_number)
|
|
231
|
+
if !mobile_phone_number.nil? && mobile_phone_number.to_s.length > 100
|
|
232
|
+
fail ArgumentError, 'invalid value for "mobile_phone_number", the character length must be smaller than or equal to 100.'
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
@mobile_phone_number = mobile_phone_number
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
# Custom attribute writer method with validation
|
|
239
|
+
# @param [Object] salutation Value to be assigned
|
|
240
|
+
def salutation=(salutation)
|
|
241
|
+
if !salutation.nil? && salutation.to_s.length > 20
|
|
242
|
+
fail ArgumentError, 'invalid value for "salutation", the character length must be smaller than or equal to 20.'
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
@salutation = salutation
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Custom attribute writer method with validation
|
|
249
|
+
# @param [Object] sorting_code Value to be assigned
|
|
250
|
+
def sorting_code=(sorting_code)
|
|
251
|
+
if !sorting_code.nil? && sorting_code.to_s.length > 100
|
|
252
|
+
fail ArgumentError, 'invalid value for "sorting_code", the character length must be smaller than or equal to 100.'
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
@sorting_code = sorting_code
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
# Checks equality by comparing each attribute.
|
|
259
|
+
# @param [Object] Object to be compared
|
|
260
|
+
def ==(o)
|
|
261
|
+
return true if self.equal?(o)
|
|
262
|
+
self.class == o.class &&
|
|
263
|
+
city == o.city &&
|
|
264
|
+
country == o.country &&
|
|
265
|
+
dependent_locality == o.dependent_locality &&
|
|
266
|
+
email_address == o.email_address &&
|
|
267
|
+
family_name == o.family_name &&
|
|
268
|
+
given_name == o.given_name &&
|
|
269
|
+
mobile_phone_number == o.mobile_phone_number &&
|
|
270
|
+
organization_name == o.organization_name &&
|
|
271
|
+
phone_number == o.phone_number &&
|
|
272
|
+
postal_state == o.postal_state &&
|
|
273
|
+
postcode == o.postcode &&
|
|
274
|
+
salutation == o.salutation &&
|
|
275
|
+
sorting_code == o.sorting_code &&
|
|
276
|
+
street == o.street
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
# @see the `==` method
|
|
280
|
+
# @param [Object] Object to be compared
|
|
281
|
+
def eql?(o)
|
|
282
|
+
self == o
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
# Calculates hash code according to all attributes.
|
|
286
|
+
# @return [Fixnum] Hash code
|
|
287
|
+
def hash
|
|
288
|
+
[city, country, dependent_locality, email_address, family_name, given_name, mobile_phone_number, organization_name, phone_number, postal_state, postcode, salutation, sorting_code, street].hash
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
# Builds the object from hash
|
|
292
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
293
|
+
# @return [Object] Returns the model itself
|
|
294
|
+
def build_from_hash(attributes)
|
|
295
|
+
return nil unless attributes.is_a?(Hash)
|
|
296
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
297
|
+
if type =~ /\AArray<(.*)>/i
|
|
298
|
+
# check to ensure the input is an array given that the attribute
|
|
299
|
+
# is documented as an array but the input is not
|
|
300
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
301
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
302
|
+
end
|
|
303
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
304
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
305
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
self
|
|
309
|
+
end
|
|
310
|
+
|
|
311
|
+
# Deserializes the data based on type
|
|
312
|
+
# @param string type Data type
|
|
313
|
+
# @param string value Value to be deserialized
|
|
314
|
+
# @return [Object] Deserialized data
|
|
315
|
+
def _deserialize(type, value)
|
|
316
|
+
case type.to_sym
|
|
317
|
+
when :DateTime
|
|
318
|
+
DateTime.parse(value)
|
|
319
|
+
when :Date
|
|
320
|
+
Date.parse(value)
|
|
321
|
+
when :String
|
|
322
|
+
value.to_s
|
|
323
|
+
when :Integer
|
|
324
|
+
value.to_i
|
|
325
|
+
when :Float
|
|
326
|
+
value.to_f
|
|
327
|
+
when :BOOLEAN
|
|
328
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
329
|
+
true
|
|
330
|
+
else
|
|
331
|
+
false
|
|
332
|
+
end
|
|
333
|
+
when :Object
|
|
334
|
+
# generic object (usually a Hash), return directly
|
|
335
|
+
value
|
|
336
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
337
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
338
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
339
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
340
|
+
k_type = Regexp.last_match[:k_type]
|
|
341
|
+
v_type = Regexp.last_match[:v_type]
|
|
342
|
+
{}.tap do |hash|
|
|
343
|
+
value.each do |k, v|
|
|
344
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
345
|
+
end
|
|
346
|
+
end
|
|
347
|
+
else # model
|
|
348
|
+
temp_model = Wallee.const_get(type).new
|
|
349
|
+
temp_model.build_from_hash(value)
|
|
350
|
+
end
|
|
351
|
+
end
|
|
352
|
+
|
|
353
|
+
# Returns the string representation of the object
|
|
354
|
+
# @return [String] String presentation of the object
|
|
355
|
+
def to_s
|
|
356
|
+
to_hash.to_s
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
360
|
+
# @return [Hash] Returns the object in the form of hash
|
|
361
|
+
def to_body
|
|
362
|
+
to_hash
|
|
363
|
+
end
|
|
364
|
+
|
|
365
|
+
# Returns the object in the form of hash
|
|
366
|
+
# @return [Hash] Returns the object in the form of hash
|
|
367
|
+
def to_hash
|
|
368
|
+
hash = {}
|
|
369
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
370
|
+
value = self.send(attr)
|
|
371
|
+
next if value.nil?
|
|
372
|
+
hash[param] = _to_hash(value)
|
|
373
|
+
end
|
|
374
|
+
hash
|
|
375
|
+
end
|
|
376
|
+
|
|
377
|
+
# Outputs non-array value in the form of hash
|
|
378
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
379
|
+
# @param [Object] value Any valid value
|
|
380
|
+
# @return [Hash] Returns the value in the form of hash
|
|
381
|
+
def _to_hash(value)
|
|
382
|
+
if value.is_a?(Array)
|
|
383
|
+
value.compact.map{ |v| _to_hash(v) }
|
|
384
|
+
elsif value.is_a?(Hash)
|
|
385
|
+
{}.tap do |hash|
|
|
386
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
387
|
+
end
|
|
388
|
+
elsif value.respond_to? :to_hash
|
|
389
|
+
value.to_hash
|
|
390
|
+
else
|
|
391
|
+
value
|
|
392
|
+
end
|
|
393
|
+
end
|
|
394
|
+
|
|
395
|
+
end
|
|
396
|
+
end
|