wallee-ruby-sdk 2.0.1 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/wallee-ruby-sdk.rb +128 -11
- data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/bank_account_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
- data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/charge_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
- data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/currency_bank_account_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
- data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
- data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
- data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
- data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
- data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
- data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
- data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
- data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
- data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/payment_terminal_till_service_api.rb +170 -0
- data/lib/wallee-ruby-sdk/api/permission_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/refund_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
- data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +275 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +466 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
- data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/shopify_transaction_service_api.rb +213 -0
- data/lib/wallee-ruby-sdk/api/space_service_api.rb +35 -39
- data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
- data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +44 -48
- data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
- data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +177 -114
- data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
- data/lib/wallee-ruby-sdk/api/token_service_api.rb +237 -52
- data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
- data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
- data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
- data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
- data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
- data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
- data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
- data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
- data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +161 -0
- data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
- data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
- data/lib/wallee-ruby-sdk/api/web_app_service_api.rb +200 -0
- data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
- data/lib/wallee-ruby-sdk/api_client.rb +9 -8
- data/lib/wallee-ruby-sdk/api_error.rb +0 -4
- data/lib/wallee-ruby-sdk/configuration.rb +2 -6
- data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +31 -20
- data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_update.rb +320 -0
- data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +27 -6
- data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +120 -6
- data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +40 -5
- data/lib/wallee-ruby-sdk/models/account.rb +76 -6
- data/lib/wallee-ruby-sdk/models/account_create.rb +36 -6
- data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/account_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/address.rb +236 -15
- data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
- data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
- data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/authenticated_card_data.rb +221 -0
- data/lib/wallee-ruby-sdk/models/authenticated_card_data_create.rb +358 -0
- data/lib/wallee-ruby-sdk/models/bank_account.rb +291 -0
- data/lib/wallee-ruby-sdk/models/bank_account_environment.rb +35 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_state.rb → bank_account_state.rb} +6 -11
- data/lib/wallee-ruby-sdk/models/bank_account_type.rb +227 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction.rb +387 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_source.rb +215 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_state.rb +35 -0
- data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/card_authentication_response.rb +38 -0
- data/lib/wallee-ruby-sdk/models/card_authentication_version.rb +35 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram.rb +201 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram_create.rb +211 -0
- data/lib/wallee-ruby-sdk/models/card_cryptogram_type.rb +34 -0
- data/lib/wallee-ruby-sdk/models/cardholder_authentication.rb +231 -0
- data/lib/wallee-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
- data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_attempt.rb +37 -6
- data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
- data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
- data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
- data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
- data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
- data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
- data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +241 -0
- data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
- data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_reference.rb → customer_address.rb} +41 -45
- data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
- data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
- data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +2 -6
- data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +2 -6
- data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
- data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
- data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
- data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → external_transfer_bank_transaction.rb} +38 -62
- data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
- data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
- data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
- data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
- data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
- data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
- data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
- data/lib/wallee-ruby-sdk/models/label.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
- data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
- data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
- data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
- data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
- data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
- data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
- data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
- data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_adjustment.rb +231 -0
- data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/payment_connector.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +29 -6
- data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_contract.rb +2 -6
- data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/wallee-ruby-sdk/models/payment_link.rb +32 -21
- data/lib/wallee-ruby-sdk/models/payment_link_active.rb +31 -20
- data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
- data/lib/wallee-ruby-sdk/models/payment_link_create.rb +32 -21
- data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_link_update.rb +31 -20
- data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal.rb +27 -16
- data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +86 -15
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +12 -6
- data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +23 -22
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
- data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
- data/lib/wallee-ruby-sdk/models/permission.rb +15 -9
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
- data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
- data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
- data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/recurring_indicator.rb +37 -0
- data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
- data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
- data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
- data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
- data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
- data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +223 -0
- data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
- data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
- data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
- data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
- data/lib/wallee-ruby-sdk/models/role.rb +2 -6
- data/lib/wallee-ruby-sdk/models/role_state.rb +37 -0
- data/lib/wallee-ruby-sdk/models/sales_channel.rb +245 -0
- data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
- data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
- data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration.rb +470 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
- data/lib/wallee-ruby-sdk/models/shopify_integration_subscription_app_version.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_subscriber.rb} +50 -56
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_active.rb +241 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +375 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +546 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +546 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +363 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +271 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_model_tax_line.rb +201 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +366 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_product_update.rb +351 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
- data/lib/wallee-ruby-sdk/models/{unencrypted_card_data_create.rb → shopify_subscription_suspension_create.rb} +38 -42
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_update_addresses_request.rb +211 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +463 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
- data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
- data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
- data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +301 -0
- data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
- data/lib/wallee-ruby-sdk/models/space.rb +76 -6
- data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
- data/lib/wallee-ruby-sdk/models/space_create.rb +36 -6
- data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
- data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/space_update.rb +36 -6
- data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
- data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscriber.rb +47 -6
- data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscriber_create.rb +47 -6
- data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
- data/lib/wallee-ruby-sdk/models/subscription.rb +62 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +59 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +50 -6
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
- data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge.rb +65 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +65 -6
- data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +15 -7
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +37 -7
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +30 -6
- data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
- data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product.rb +42 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +33 -7
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +33 -7
- data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +46 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +15 -9
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
- data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
- data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
- data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
- data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
- data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
- data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
- data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
- data/lib/wallee-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
- data/lib/wallee-ruby-sdk/models/terminal_receipt_format.rb +35 -0
- data/lib/wallee-ruby-sdk/models/token.rb +32 -6
- data/lib/wallee-ruby-sdk/models/token_create.rb +32 -6
- data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
- data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
- data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/{unencrypted_card_data.rb → tokenized_card_data.rb} +24 -38
- data/lib/wallee-ruby-sdk/models/tokenized_card_data_create.rb +348 -0
- data/lib/wallee-ruby-sdk/models/transaction.rb +257 -9
- data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_completion.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
- data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +55 -6
- data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_create.rb +154 -6
- data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
- data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_pending.rb +120 -6
- data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
- data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
- data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
- data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
- data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
- data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
- data/lib/wallee-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
- data/lib/wallee-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
- data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
- data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
- data/lib/wallee-ruby-sdk/models/webhook_url.rb +51 -6
- data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +40 -5
- data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +40 -5
- data/lib/wallee-ruby-sdk/version.rb +1 -5
- data/test/condition_type_service_test.rb +22 -0
- data/test/transaction_create_service_test.rb +2 -2
- data/test/transaction_payment_page_service_test.rb +3 -3
- data/wallee-ruby-sdk.gemspec +4 -7
- metadata +161 -19
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
wallee API: 2.0.1
|
|
3
|
-
|
|
4
2
|
The wallee API allows an easy interaction with the wallee web service.
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
5
|
you may not use this file except in compliance with the License.
|
|
10
6
|
You may obtain a copy of the License at
|
|
@@ -135,15 +131,60 @@ module Wallee
|
|
|
135
131
|
# @return Array for valid properties with the reasons
|
|
136
132
|
def list_invalid_properties
|
|
137
133
|
invalid_properties = Array.new
|
|
134
|
+
if !@description.nil? && @description.to_s.length > 200
|
|
135
|
+
invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 200.')
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
if !@email_address.nil? && @email_address.to_s.length > 254
|
|
139
|
+
invalid_properties.push('invalid value for "email_address", the character length must be smaller than or equal to 254.')
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
if !@reference.nil? && @reference.to_s.length > 100
|
|
143
|
+
invalid_properties.push('invalid value for "reference", the character length must be smaller than or equal to 100.')
|
|
144
|
+
end
|
|
145
|
+
|
|
138
146
|
invalid_properties
|
|
139
147
|
end
|
|
140
148
|
|
|
141
149
|
# Check to see if the all the properties in the model are valid
|
|
142
150
|
# @return true if the model is valid
|
|
143
151
|
def valid?
|
|
152
|
+
return false if !@description.nil? && @description.to_s.length > 200
|
|
153
|
+
return false if !@email_address.nil? && @email_address.to_s.length > 254
|
|
154
|
+
return false if !@reference.nil? && @reference.to_s.length > 100
|
|
144
155
|
true
|
|
145
156
|
end
|
|
146
157
|
|
|
158
|
+
# Custom attribute writer method with validation
|
|
159
|
+
# @param [Object] description Value to be assigned
|
|
160
|
+
def description=(description)
|
|
161
|
+
if !description.nil? && description.to_s.length > 200
|
|
162
|
+
fail ArgumentError, 'invalid value for "description", the character length must be smaller than or equal to 200.'
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
@description = description
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
# Custom attribute writer method with validation
|
|
169
|
+
# @param [Object] email_address Value to be assigned
|
|
170
|
+
def email_address=(email_address)
|
|
171
|
+
if !email_address.nil? && email_address.to_s.length > 254
|
|
172
|
+
fail ArgumentError, 'invalid value for "email_address", the character length must be smaller than or equal to 254.'
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
@email_address = email_address
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
# Custom attribute writer method with validation
|
|
179
|
+
# @param [Object] reference Value to be assigned
|
|
180
|
+
def reference=(reference)
|
|
181
|
+
if !reference.nil? && reference.to_s.length > 100
|
|
182
|
+
fail ArgumentError, 'invalid value for "reference", the character length must be smaller than or equal to 100.'
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
@reference = reference
|
|
186
|
+
end
|
|
187
|
+
|
|
147
188
|
# Checks equality by comparing each attribute.
|
|
148
189
|
# @param [Object] Object to be compared
|
|
149
190
|
def ==(o)
|
|
@@ -179,7 +220,7 @@ module Wallee
|
|
|
179
220
|
return nil unless attributes.is_a?(Hash)
|
|
180
221
|
self.class.swagger_types.each_pair do |key, type|
|
|
181
222
|
if type =~ /\AArray<(.*)>/i
|
|
182
|
-
# check to ensure the input is an array given that the
|
|
223
|
+
# check to ensure the input is an array given that the attribute
|
|
183
224
|
# is documented as an array but the input is not
|
|
184
225
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
185
226
|
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
|
|
@@ -86,15 +82,39 @@ module Wallee
|
|
|
86
82
|
# @return Array for valid properties with the reasons
|
|
87
83
|
def list_invalid_properties
|
|
88
84
|
invalid_properties = Array.new
|
|
85
|
+
if !@name.nil? && @name.to_s.length > 255
|
|
86
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 255.')
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
if !@name.nil? && @name.to_s.length < 3
|
|
90
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
|
|
91
|
+
end
|
|
92
|
+
|
|
89
93
|
invalid_properties
|
|
90
94
|
end
|
|
91
95
|
|
|
92
96
|
# Check to see if the all the properties in the model are valid
|
|
93
97
|
# @return true if the model is valid
|
|
94
98
|
def valid?
|
|
99
|
+
return false if !@name.nil? && @name.to_s.length > 255
|
|
100
|
+
return false if !@name.nil? && @name.to_s.length < 3
|
|
95
101
|
true
|
|
96
102
|
end
|
|
97
103
|
|
|
104
|
+
# Custom attribute writer method with validation
|
|
105
|
+
# @param [Object] name Value to be assigned
|
|
106
|
+
def name=(name)
|
|
107
|
+
if !name.nil? && name.to_s.length > 255
|
|
108
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 255.'
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
if !name.nil? && name.to_s.length < 3
|
|
112
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
@name = name
|
|
116
|
+
end
|
|
117
|
+
|
|
98
118
|
# Checks equality by comparing each attribute.
|
|
99
119
|
# @param [Object] Object to be compared
|
|
100
120
|
def ==(o)
|
|
@@ -125,7 +145,7 @@ module Wallee
|
|
|
125
145
|
return nil unless attributes.is_a?(Hash)
|
|
126
146
|
self.class.swagger_types.each_pair do |key, type|
|
|
127
147
|
if type =~ /\AArray<(.*)>/i
|
|
128
|
-
# check to ensure the input is an array given that the
|
|
148
|
+
# check to ensure the input is an array given that the attribute
|
|
129
149
|
# is documented as an array but the input is not
|
|
130
150
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
131
151
|
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
|
|
@@ -103,7 +99,7 @@ module Wallee
|
|
|
103
99
|
return nil unless attributes.is_a?(Hash)
|
|
104
100
|
self.class.swagger_types.each_pair do |key, type|
|
|
105
101
|
if type =~ /\AArray<(.*)>/i
|
|
106
|
-
# check to ensure the input is an array given that the
|
|
102
|
+
# check to ensure the input is an array given that the attribute
|
|
107
103
|
# is documented as an array but the input is not
|
|
108
104
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
109
105
|
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
|
|
@@ -32,6 +28,9 @@ module Wallee
|
|
|
32
28
|
# The product name is used internally to identify the configuration in administrative interfaces. For example it is used within search fields and hence it should be distinct and descriptive.
|
|
33
29
|
attr_accessor :name
|
|
34
30
|
|
|
31
|
+
# Marks the product as locked. Meaning that customer can not change away from this product or change to this product later on.
|
|
32
|
+
attr_accessor :product_locked
|
|
33
|
+
|
|
35
34
|
# The sort order controls in which order the product is listed. The sort order is used to order the products in ascending order.
|
|
36
35
|
attr_accessor :sort_order
|
|
37
36
|
|
|
@@ -44,6 +43,7 @@ module Wallee
|
|
|
44
43
|
:'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
|
|
45
44
|
:'failed_payment_suspension_period' => :'failedPaymentSuspensionPeriod',
|
|
46
45
|
:'name' => :'name',
|
|
46
|
+
:'product_locked' => :'productLocked',
|
|
47
47
|
:'sort_order' => :'sortOrder',
|
|
48
48
|
:'state' => :'state'
|
|
49
49
|
}
|
|
@@ -55,6 +55,7 @@ module Wallee
|
|
|
55
55
|
:'allowed_payment_method_configurations' => :'Array<Integer>',
|
|
56
56
|
:'failed_payment_suspension_period' => :'String',
|
|
57
57
|
:'name' => :'String',
|
|
58
|
+
:'product_locked' => :'BOOLEAN',
|
|
58
59
|
:'sort_order' => :'Integer',
|
|
59
60
|
:'state' => :'SubscriptionProductState'
|
|
60
61
|
}
|
|
@@ -82,6 +83,10 @@ module Wallee
|
|
|
82
83
|
self.name = attributes[:'name']
|
|
83
84
|
end
|
|
84
85
|
|
|
86
|
+
if attributes.has_key?(:'productLocked')
|
|
87
|
+
self.product_locked = attributes[:'productLocked']
|
|
88
|
+
end
|
|
89
|
+
|
|
85
90
|
if attributes.has_key?(:'sortOrder')
|
|
86
91
|
self.sort_order = attributes[:'sortOrder']
|
|
87
92
|
end
|
|
@@ -95,15 +100,30 @@ module Wallee
|
|
|
95
100
|
# @return Array for valid properties with the reasons
|
|
96
101
|
def list_invalid_properties
|
|
97
102
|
invalid_properties = Array.new
|
|
103
|
+
if !@name.nil? && @name.to_s.length > 100
|
|
104
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
|
|
105
|
+
end
|
|
106
|
+
|
|
98
107
|
invalid_properties
|
|
99
108
|
end
|
|
100
109
|
|
|
101
110
|
# Check to see if the all the properties in the model are valid
|
|
102
111
|
# @return true if the model is valid
|
|
103
112
|
def valid?
|
|
113
|
+
return false if !@name.nil? && @name.to_s.length > 100
|
|
104
114
|
true
|
|
105
115
|
end
|
|
106
116
|
|
|
117
|
+
# Custom attribute writer method with validation
|
|
118
|
+
# @param [Object] name Value to be assigned
|
|
119
|
+
def name=(name)
|
|
120
|
+
if !name.nil? && name.to_s.length > 100
|
|
121
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
@name = name
|
|
125
|
+
end
|
|
126
|
+
|
|
107
127
|
# Checks equality by comparing each attribute.
|
|
108
128
|
# @param [Object] Object to be compared
|
|
109
129
|
def ==(o)
|
|
@@ -112,6 +132,7 @@ module Wallee
|
|
|
112
132
|
allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
|
|
113
133
|
failed_payment_suspension_period == o.failed_payment_suspension_period &&
|
|
114
134
|
name == o.name &&
|
|
135
|
+
product_locked == o.product_locked &&
|
|
115
136
|
sort_order == o.sort_order &&
|
|
116
137
|
state == o.state
|
|
117
138
|
end
|
|
@@ -125,7 +146,7 @@ module Wallee
|
|
|
125
146
|
# Calculates hash code according to all attributes.
|
|
126
147
|
# @return [Fixnum] Hash code
|
|
127
148
|
def hash
|
|
128
|
-
[allowed_payment_method_configurations, failed_payment_suspension_period, name, sort_order, state].hash
|
|
149
|
+
[allowed_payment_method_configurations, failed_payment_suspension_period, name, product_locked, sort_order, state].hash
|
|
129
150
|
end
|
|
130
151
|
|
|
131
152
|
# Builds the object from hash
|
|
@@ -135,7 +156,7 @@ module Wallee
|
|
|
135
156
|
return nil unless attributes.is_a?(Hash)
|
|
136
157
|
self.class.swagger_types.each_pair do |key, type|
|
|
137
158
|
if type =~ /\AArray<(.*)>/i
|
|
138
|
-
# check to ensure the input is an array given that the
|
|
159
|
+
# check to ensure the input is an array given that the attribute
|
|
139
160
|
# is documented as an array but the input is not
|
|
140
161
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
141
162
|
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
|
|
@@ -102,15 +98,45 @@ module Wallee
|
|
|
102
98
|
# @return Array for valid properties with the reasons
|
|
103
99
|
def list_invalid_properties
|
|
104
100
|
invalid_properties = Array.new
|
|
101
|
+
if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
|
|
102
|
+
invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 150.')
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
if !@token_reference.nil? && @token_reference.to_s.length > 100
|
|
106
|
+
invalid_properties.push('invalid value for "token_reference", the character length must be smaller than or equal to 100.')
|
|
107
|
+
end
|
|
108
|
+
|
|
105
109
|
invalid_properties
|
|
106
110
|
end
|
|
107
111
|
|
|
108
112
|
# Check to see if the all the properties in the model are valid
|
|
109
113
|
# @return true if the model is valid
|
|
110
114
|
def valid?
|
|
115
|
+
return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
|
|
116
|
+
return false if !@token_reference.nil? && @token_reference.to_s.length > 100
|
|
111
117
|
true
|
|
112
118
|
end
|
|
113
119
|
|
|
120
|
+
# Custom attribute writer method with validation
|
|
121
|
+
# @param [Object] customer_email_address Value to be assigned
|
|
122
|
+
def customer_email_address=(customer_email_address)
|
|
123
|
+
if !customer_email_address.nil? && customer_email_address.to_s.length > 150
|
|
124
|
+
fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 150.'
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
@customer_email_address = customer_email_address
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# Custom attribute writer method with validation
|
|
131
|
+
# @param [Object] token_reference Value to be assigned
|
|
132
|
+
def token_reference=(token_reference)
|
|
133
|
+
if !token_reference.nil? && token_reference.to_s.length > 100
|
|
134
|
+
fail ArgumentError, 'invalid value for "token_reference", the character length must be smaller than or equal to 100.'
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
@token_reference = token_reference
|
|
138
|
+
end
|
|
139
|
+
|
|
114
140
|
# Checks equality by comparing each attribute.
|
|
115
141
|
# @param [Object] Object to be compared
|
|
116
142
|
def ==(o)
|
|
@@ -143,7 +169,7 @@ module Wallee
|
|
|
143
169
|
return nil unless attributes.is_a?(Hash)
|
|
144
170
|
self.class.swagger_types.each_pair do |key, type|
|
|
145
171
|
if type =~ /\AArray<(.*)>/i
|
|
146
|
-
# check to ensure the input is an array given that the
|
|
172
|
+
# check to ensure the input is an array given that the attribute
|
|
147
173
|
# is documented as an array but the input is not
|
|
148
174
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
149
175
|
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
|
|
@@ -57,15 +53,30 @@ module Wallee
|
|
|
57
53
|
# @return Array for valid properties with the reasons
|
|
58
54
|
def list_invalid_properties
|
|
59
55
|
invalid_properties = Array.new
|
|
56
|
+
if !@content.nil? && @content.to_s.length > 262144
|
|
57
|
+
invalid_properties.push('invalid value for "content", the character length must be smaller than or equal to 262144.')
|
|
58
|
+
end
|
|
59
|
+
|
|
60
60
|
invalid_properties
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
# Check to see if the all the properties in the model are valid
|
|
64
64
|
# @return true if the model is valid
|
|
65
65
|
def valid?
|
|
66
|
+
return false if !@content.nil? && @content.to_s.length > 262144
|
|
66
67
|
true
|
|
67
68
|
end
|
|
68
69
|
|
|
70
|
+
# Custom attribute writer method with validation
|
|
71
|
+
# @param [Object] content Value to be assigned
|
|
72
|
+
def content=(content)
|
|
73
|
+
if !content.nil? && content.to_s.length > 262144
|
|
74
|
+
fail ArgumentError, 'invalid value for "content", the character length must be smaller than or equal to 262144.'
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
@content = content
|
|
78
|
+
end
|
|
79
|
+
|
|
69
80
|
# Checks equality by comparing each attribute.
|
|
70
81
|
# @param [Object] Object to be compared
|
|
71
82
|
def ==(o)
|
|
@@ -93,7 +104,7 @@ module Wallee
|
|
|
93
104
|
return nil unless attributes.is_a?(Hash)
|
|
94
105
|
self.class.swagger_types.each_pair do |key, type|
|
|
95
106
|
if type =~ /\AArray<(.*)>/i
|
|
96
|
-
# check to ensure the input is an array given that the
|
|
107
|
+
# check to ensure the input is an array given that the attribute
|
|
97
108
|
# is documented as an array but the input is not
|
|
98
109
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
99
110
|
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
|
|
@@ -57,15 +53,30 @@ module Wallee
|
|
|
57
53
|
# @return Array for valid properties with the reasons
|
|
58
54
|
def list_invalid_properties
|
|
59
55
|
invalid_properties = Array.new
|
|
56
|
+
if !@content.nil? && @content.to_s.length > 262144
|
|
57
|
+
invalid_properties.push('invalid value for "content", the character length must be smaller than or equal to 262144.')
|
|
58
|
+
end
|
|
59
|
+
|
|
60
60
|
invalid_properties
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
# Check to see if the all the properties in the model are valid
|
|
64
64
|
# @return true if the model is valid
|
|
65
65
|
def valid?
|
|
66
|
+
return false if !@content.nil? && @content.to_s.length > 262144
|
|
66
67
|
true
|
|
67
68
|
end
|
|
68
69
|
|
|
70
|
+
# Custom attribute writer method with validation
|
|
71
|
+
# @param [Object] content Value to be assigned
|
|
72
|
+
def content=(content)
|
|
73
|
+
if !content.nil? && content.to_s.length > 262144
|
|
74
|
+
fail ArgumentError, 'invalid value for "content", the character length must be smaller than or equal to 262144.'
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
@content = content
|
|
78
|
+
end
|
|
79
|
+
|
|
69
80
|
# Checks equality by comparing each attribute.
|
|
70
81
|
# @param [Object] Object to be compared
|
|
71
82
|
def ==(o)
|
|
@@ -93,7 +104,7 @@ module Wallee
|
|
|
93
104
|
return nil unless attributes.is_a?(Hash)
|
|
94
105
|
self.class.swagger_types.each_pair do |key, type|
|
|
95
106
|
if type =~ /\AArray<(.*)>/i
|
|
96
|
-
# check to ensure the input is an array given that the
|
|
107
|
+
# check to ensure the input is an array given that the attribute
|
|
97
108
|
# is documented as an array but the input is not
|
|
98
109
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
99
110
|
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
|
|
@@ -32,6 +28,9 @@ module Wallee
|
|
|
32
28
|
#
|
|
33
29
|
attr_accessor :billing_address
|
|
34
30
|
|
|
31
|
+
# The completion behavior controls when the transaction is completed.
|
|
32
|
+
attr_accessor :completion_behavior
|
|
33
|
+
|
|
35
34
|
#
|
|
36
35
|
attr_accessor :currency
|
|
37
36
|
|
|
@@ -83,6 +82,7 @@ module Wallee
|
|
|
83
82
|
:'allowed_payment_method_brands' => :'allowedPaymentMethodBrands',
|
|
84
83
|
:'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
|
|
85
84
|
:'billing_address' => :'billingAddress',
|
|
85
|
+
:'completion_behavior' => :'completionBehavior',
|
|
86
86
|
:'currency' => :'currency',
|
|
87
87
|
:'customer_email_address' => :'customerEmailAddress',
|
|
88
88
|
:'customer_id' => :'customerId',
|
|
@@ -107,6 +107,7 @@ module Wallee
|
|
|
107
107
|
:'allowed_payment_method_brands' => :'Array<PaymentMethodBrand>',
|
|
108
108
|
:'allowed_payment_method_configurations' => :'Array<Integer>',
|
|
109
109
|
:'billing_address' => :'AddressCreate',
|
|
110
|
+
:'completion_behavior' => :'TransactionCompletionBehavior',
|
|
110
111
|
:'currency' => :'String',
|
|
111
112
|
:'customer_email_address' => :'String',
|
|
112
113
|
:'customer_id' => :'String',
|
|
@@ -149,6 +150,10 @@ module Wallee
|
|
|
149
150
|
self.billing_address = attributes[:'billingAddress']
|
|
150
151
|
end
|
|
151
152
|
|
|
153
|
+
if attributes.has_key?(:'completionBehavior')
|
|
154
|
+
self.completion_behavior = attributes[:'completionBehavior']
|
|
155
|
+
end
|
|
156
|
+
|
|
152
157
|
if attributes.has_key?(:'currency')
|
|
153
158
|
self.currency = attributes[:'currency']
|
|
154
159
|
end
|
|
@@ -218,15 +223,123 @@ module Wallee
|
|
|
218
223
|
# @return Array for valid properties with the reasons
|
|
219
224
|
def list_invalid_properties
|
|
220
225
|
invalid_properties = Array.new
|
|
226
|
+
if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
|
|
227
|
+
invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 254.')
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
if !@failed_url.nil? && @failed_url.to_s.length > 1000
|
|
231
|
+
invalid_properties.push('invalid value for "failed_url", the character length must be smaller than or equal to 1000.')
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
if !@failed_url.nil? && @failed_url.to_s.length < 9
|
|
235
|
+
invalid_properties.push('invalid value for "failed_url", the character length must be great than or equal to 9.')
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
|
|
239
|
+
invalid_properties.push('invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.')
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
|
|
243
|
+
invalid_properties.push('invalid value for "merchant_reference", the character length must be smaller than or equal to 100.')
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
if !@shipping_method.nil? && @shipping_method.to_s.length > 200
|
|
247
|
+
invalid_properties.push('invalid value for "shipping_method", the character length must be smaller than or equal to 200.')
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
if !@success_url.nil? && @success_url.to_s.length > 1000
|
|
251
|
+
invalid_properties.push('invalid value for "success_url", the character length must be smaller than or equal to 1000.')
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
if !@success_url.nil? && @success_url.to_s.length < 9
|
|
255
|
+
invalid_properties.push('invalid value for "success_url", the character length must be great than or equal to 9.')
|
|
256
|
+
end
|
|
257
|
+
|
|
221
258
|
invalid_properties
|
|
222
259
|
end
|
|
223
260
|
|
|
224
261
|
# Check to see if the all the properties in the model are valid
|
|
225
262
|
# @return true if the model is valid
|
|
226
263
|
def valid?
|
|
264
|
+
return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
|
|
265
|
+
return false if !@failed_url.nil? && @failed_url.to_s.length > 1000
|
|
266
|
+
return false if !@failed_url.nil? && @failed_url.to_s.length < 9
|
|
267
|
+
return false if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
|
|
268
|
+
return false if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
|
|
269
|
+
return false if !@shipping_method.nil? && @shipping_method.to_s.length > 200
|
|
270
|
+
return false if !@success_url.nil? && @success_url.to_s.length > 1000
|
|
271
|
+
return false if !@success_url.nil? && @success_url.to_s.length < 9
|
|
227
272
|
true
|
|
228
273
|
end
|
|
229
274
|
|
|
275
|
+
# Custom attribute writer method with validation
|
|
276
|
+
# @param [Object] customer_email_address Value to be assigned
|
|
277
|
+
def customer_email_address=(customer_email_address)
|
|
278
|
+
if !customer_email_address.nil? && customer_email_address.to_s.length > 254
|
|
279
|
+
fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 254.'
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
@customer_email_address = customer_email_address
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
# Custom attribute writer method with validation
|
|
286
|
+
# @param [Object] failed_url Value to be assigned
|
|
287
|
+
def failed_url=(failed_url)
|
|
288
|
+
if !failed_url.nil? && failed_url.to_s.length > 1000
|
|
289
|
+
fail ArgumentError, 'invalid value for "failed_url", the character length must be smaller than or equal to 1000.'
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
if !failed_url.nil? && failed_url.to_s.length < 9
|
|
293
|
+
fail ArgumentError, 'invalid value for "failed_url", the character length must be great than or equal to 9.'
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
@failed_url = failed_url
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Custom attribute writer method with validation
|
|
300
|
+
# @param [Object] invoice_merchant_reference Value to be assigned
|
|
301
|
+
def invoice_merchant_reference=(invoice_merchant_reference)
|
|
302
|
+
if !invoice_merchant_reference.nil? && invoice_merchant_reference.to_s.length > 100
|
|
303
|
+
fail ArgumentError, 'invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.'
|
|
304
|
+
end
|
|
305
|
+
|
|
306
|
+
@invoice_merchant_reference = invoice_merchant_reference
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Custom attribute writer method with validation
|
|
310
|
+
# @param [Object] merchant_reference Value to be assigned
|
|
311
|
+
def merchant_reference=(merchant_reference)
|
|
312
|
+
if !merchant_reference.nil? && merchant_reference.to_s.length > 100
|
|
313
|
+
fail ArgumentError, 'invalid value for "merchant_reference", the character length must be smaller than or equal to 100.'
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
@merchant_reference = merchant_reference
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Custom attribute writer method with validation
|
|
320
|
+
# @param [Object] shipping_method Value to be assigned
|
|
321
|
+
def shipping_method=(shipping_method)
|
|
322
|
+
if !shipping_method.nil? && shipping_method.to_s.length > 200
|
|
323
|
+
fail ArgumentError, 'invalid value for "shipping_method", the character length must be smaller than or equal to 200.'
|
|
324
|
+
end
|
|
325
|
+
|
|
326
|
+
@shipping_method = shipping_method
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
# Custom attribute writer method with validation
|
|
330
|
+
# @param [Object] success_url Value to be assigned
|
|
331
|
+
def success_url=(success_url)
|
|
332
|
+
if !success_url.nil? && success_url.to_s.length > 1000
|
|
333
|
+
fail ArgumentError, 'invalid value for "success_url", the character length must be smaller than or equal to 1000.'
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
if !success_url.nil? && success_url.to_s.length < 9
|
|
337
|
+
fail ArgumentError, 'invalid value for "success_url", the character length must be great than or equal to 9.'
|
|
338
|
+
end
|
|
339
|
+
|
|
340
|
+
@success_url = success_url
|
|
341
|
+
end
|
|
342
|
+
|
|
230
343
|
# Checks equality by comparing each attribute.
|
|
231
344
|
# @param [Object] Object to be compared
|
|
232
345
|
def ==(o)
|
|
@@ -235,6 +348,7 @@ module Wallee
|
|
|
235
348
|
allowed_payment_method_brands == o.allowed_payment_method_brands &&
|
|
236
349
|
allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
|
|
237
350
|
billing_address == o.billing_address &&
|
|
351
|
+
completion_behavior == o.completion_behavior &&
|
|
238
352
|
currency == o.currency &&
|
|
239
353
|
customer_email_address == o.customer_email_address &&
|
|
240
354
|
customer_id == o.customer_id &&
|
|
@@ -261,7 +375,7 @@ module Wallee
|
|
|
261
375
|
# Calculates hash code according to all attributes.
|
|
262
376
|
# @return [Fixnum] Hash code
|
|
263
377
|
def hash
|
|
264
|
-
[allowed_payment_method_brands, allowed_payment_method_configurations, billing_address, currency, customer_email_address, customer_id, failed_url, invoice_merchant_reference, language, line_items, merchant_reference, meta_data, shipping_address, shipping_method, success_url, time_zone, token, tokenization_mode].hash
|
|
378
|
+
[allowed_payment_method_brands, allowed_payment_method_configurations, billing_address, completion_behavior, currency, customer_email_address, customer_id, failed_url, invoice_merchant_reference, language, line_items, merchant_reference, meta_data, shipping_address, shipping_method, success_url, time_zone, token, tokenization_mode].hash
|
|
265
379
|
end
|
|
266
380
|
|
|
267
381
|
# Builds the object from hash
|
|
@@ -271,7 +385,7 @@ module Wallee
|
|
|
271
385
|
return nil unless attributes.is_a?(Hash)
|
|
272
386
|
self.class.swagger_types.each_pair do |key, type|
|
|
273
387
|
if type =~ /\AArray<(.*)>/i
|
|
274
|
-
# check to ensure the input is an array given that the
|
|
388
|
+
# check to ensure the input is an array given that the attribute
|
|
275
389
|
# is documented as an array but the input is not
|
|
276
390
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
277
391
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|