conekta 6.0.0 → 6.0.1
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/Makefile +9 -1
- data/README.md +17 -10
- data/VERSION +1 -1
- data/conekta.gemspec +4 -3
- data/config-ruby.json +32 -0
- data/docs/BalancesApi.md +1 -1
- data/docs/ChargeOrderResponse.md +0 -2
- data/docs/ChargeRequest.md +0 -2
- data/docs/ChargeRequestPaymentMethod.md +2 -0
- data/docs/ChargeResponse.md +0 -2
- data/docs/ChargeUpdateRequest.md +18 -0
- data/docs/ChargesApi.md +76 -0
- data/docs/ChargesDataResponse.md +0 -2
- data/docs/Checkout.md +2 -2
- data/docs/CheckoutOrderTemplate.md +1 -1
- data/docs/CheckoutRequest.md +2 -2
- data/docs/CheckoutResponse.md +3 -3
- data/docs/Customer.md +1 -1
- data/docs/CustomerAddress.md +3 -3
- data/docs/CustomerFiscalEntitiesRequestAddress.md +3 -3
- data/docs/CustomerResponse.md +11 -9
- data/docs/CustomerShippingContacts.md +4 -2
- data/docs/CustomerShippingContactsAddress.md +2 -2
- data/docs/CustomerShippingContactsDataResponse.md +3 -1
- data/docs/CustomerShippingContactsResponse.md +3 -1
- data/docs/CustomerShippingContactsResponseAddress.md +2 -2
- data/docs/CustomerUpdateShippingContacts.md +1 -1
- data/docs/CustomersApi.md +2 -2
- data/docs/EventResponse.md +1 -1
- data/docs/FiscalEntityAddress.md +30 -0
- data/docs/LogResponse.md +5 -5
- data/docs/LogsResponseData.md +5 -5
- data/docs/{CustomerInfoResponse.md → OrderCustomerInfoResponse.md} +4 -2
- data/docs/OrderFiscalEntityAddressResponse.md +32 -0
- data/docs/{OrderResponseFiscalEntityAddressAllOf.md → OrderFiscalEntityAddressResponseAllOf.md} +2 -2
- data/docs/OrderFiscalEntityRequest.md +28 -0
- data/docs/OrderFiscalEntityResponse.md +34 -0
- data/docs/OrderNextActionResponse.md +20 -0
- data/docs/OrderNextActionResponseRedirectToUrl.md +20 -0
- data/docs/OrderRequest.md +7 -1
- data/docs/OrderResponse.md +3 -1
- data/docs/OrderResponseCustomerInfo.md +2 -0
- data/docs/OrderResponseShippingContact.md +3 -1
- data/docs/OrderTaxRequest.md +1 -1
- data/docs/OrderUpdateFiscalEntityRequest.md +28 -0
- data/docs/OrderUpdateRequest.md +2 -0
- data/docs/PaymentLinkApi.md +1 -1
- data/docs/Product.md +3 -3
- data/docs/ShippingRequest.md +1 -1
- data/docs/TokenResponseCheckout.md +1 -1
- data/docs/TransactionsApi.md +9 -3
- data/docs/UpdateCustomer.md +1 -1
- data/docs/WebhookLog.md +1 -1
- data/docs/WebhookResponse.md +1 -1
- data/docs/WebhookUpdateRequest.md +2 -2
- data/lib/conekta/api/antifraud_api.rb +1 -1
- data/lib/conekta/api/api_keys_api.rb +1 -1
- data/lib/conekta/api/balances_api.rb +2 -2
- data/lib/conekta/api/charges_api.rb +83 -1
- data/lib/conekta/api/companies_api.rb +1 -1
- data/lib/conekta/api/customers_api.rb +1 -1
- data/lib/conekta/api/discounts_api.rb +1 -1
- data/lib/conekta/api/events_api.rb +1 -1
- data/lib/conekta/api/logs_api.rb +1 -1
- data/lib/conekta/api/orders_api.rb +1 -1
- data/lib/conekta/api/payment_link_api.rb +1 -1
- data/lib/conekta/api/payment_methods_api.rb +1 -1
- data/lib/conekta/api/plans_api.rb +1 -1
- data/lib/conekta/api/products_api.rb +1 -1
- data/lib/conekta/api/shipping_contacts_api.rb +1 -1
- data/lib/conekta/api/shippings_api.rb +1 -1
- data/lib/conekta/api/subscriptions_api.rb +1 -1
- data/lib/conekta/api/taxes_api.rb +1 -1
- data/lib/conekta/api/tokens_api.rb +1 -1
- data/lib/conekta/api/transactions_api.rb +13 -4
- data/lib/conekta/api/transfers_api.rb +1 -1
- data/lib/conekta/api/webhook_keys_api.rb +1 -1
- data/lib/conekta/api/webhooks_api.rb +1 -1
- data/lib/conekta/api_client.rb +39 -36
- data/lib/conekta/api_error.rb +1 -1
- data/lib/conekta/configuration.rb +13 -10
- data/lib/conekta/models/api_key_create_response.rb +14 -19
- data/lib/conekta/models/api_key_create_response_all_of.rb +14 -19
- data/lib/conekta/models/api_key_request.rb +16 -19
- data/lib/conekta/models/api_key_response.rb +14 -19
- data/lib/conekta/models/api_key_response_on_delete.rb +14 -19
- data/lib/conekta/models/api_key_update_request.rb +14 -19
- data/lib/conekta/models/balance_common_field.rb +14 -19
- data/lib/conekta/models/balance_response.rb +14 -19
- data/lib/conekta/models/blacklist_rule_response.rb +14 -19
- data/lib/conekta/models/charge_data_payment_method_bank_transfer_response.rb +14 -19
- data/lib/conekta/models/charge_data_payment_method_card_response.rb +14 -43
- data/lib/conekta/models/charge_data_payment_method_cash_response.rb +14 -19
- data/lib/conekta/models/charge_order_response.rb +15 -29
- data/lib/conekta/models/charge_order_response_payment_method.rb +1 -1
- data/lib/conekta/models/charge_request.rb +17 -30
- data/lib/conekta/models/charge_request_payment_method.rb +27 -44
- data/lib/conekta/models/charge_response.rb +15 -29
- data/lib/conekta/models/charge_response_channel.rb +14 -19
- data/lib/conekta/models/charge_response_payment_method.rb +1 -1
- data/lib/conekta/models/charge_response_refunds.rb +18 -19
- data/lib/conekta/models/charge_response_refunds_all_of.rb +14 -19
- data/lib/conekta/models/charge_response_refunds_data.rb +22 -19
- data/lib/conekta/models/charge_update_request.rb +216 -0
- data/lib/conekta/models/charges_data_response.rb +15 -29
- data/lib/conekta/models/checkout.rb +26 -19
- data/lib/conekta/models/checkout_order_template.rb +23 -20
- data/lib/conekta/models/checkout_order_template_customer_info.rb +2 -2
- data/lib/conekta/models/checkout_request.rb +16 -19
- data/lib/conekta/models/checkout_response.rb +22 -19
- data/lib/conekta/models/checkouts_response.rb +18 -19
- data/lib/conekta/models/checkouts_response_all_of.rb +14 -19
- data/lib/conekta/models/company_fiscal_info_address_response.rb +14 -19
- data/lib/conekta/models/company_fiscal_info_response.rb +14 -19
- data/lib/conekta/models/company_payout_destination_response.rb +14 -19
- data/lib/conekta/models/company_response.rb +14 -19
- data/lib/conekta/models/create_customer_fiscal_entities_response.rb +22 -19
- data/lib/conekta/models/create_customer_fiscal_entities_response_all_of.rb +20 -19
- data/lib/conekta/models/create_customer_payment_methods_request.rb +2 -2
- data/lib/conekta/models/create_customer_payment_methods_response.rb +1 -1
- data/lib/conekta/models/create_risk_rules_data.rb +20 -19
- data/lib/conekta/models/customer.rb +25 -20
- data/lib/conekta/models/customer_address.rb +22 -19
- data/lib/conekta/models/customer_antifraud_info.rb +14 -19
- data/lib/conekta/models/customer_antifraud_info_response.rb +14 -19
- data/lib/conekta/models/customer_fiscal_entities_data_response.rb +22 -19
- data/lib/conekta/models/customer_fiscal_entities_request.rb +16 -19
- data/lib/conekta/models/customer_fiscal_entities_request_address.rb +22 -19
- data/lib/conekta/models/customer_fiscal_entities_response.rb +18 -19
- data/lib/conekta/models/customer_fiscal_entities_response_all_of.rb +14 -19
- data/lib/conekta/models/customer_info.rb +20 -19
- data/lib/conekta/models/customer_info_just_customer_id.rb +16 -19
- data/lib/conekta/models/customer_info_just_customer_id_response.rb +14 -19
- data/lib/conekta/models/customer_payment_method_request.rb +16 -19
- data/lib/conekta/models/customer_payment_methods.rb +14 -19
- data/lib/conekta/models/customer_payment_methods_data.rb +1 -1
- data/lib/conekta/models/customer_payment_methods_request.rb +2 -2
- data/lib/conekta/models/customer_payment_methods_response.rb +18 -19
- data/lib/conekta/models/customer_response.rb +67 -20
- data/lib/conekta/models/customer_response_shipping_contacts.rb +18 -19
- data/lib/conekta/models/customer_response_shipping_contacts_all_of.rb +14 -19
- data/lib/conekta/models/customer_shipping_contacts.rb +52 -24
- data/lib/conekta/models/customer_shipping_contacts_address.rb +14 -19
- data/lib/conekta/models/customer_shipping_contacts_data_response.rb +54 -20
- data/lib/conekta/models/customer_shipping_contacts_data_response_all_of.rb +20 -19
- data/lib/conekta/models/customer_shipping_contacts_response.rb +46 -20
- data/lib/conekta/models/customer_shipping_contacts_response_address.rb +15 -19
- data/lib/conekta/models/customer_update_fiscal_entities_request.rb +14 -19
- data/lib/conekta/models/customer_update_shipping_contacts.rb +14 -19
- data/lib/conekta/models/customers_response.rb +18 -19
- data/lib/conekta/models/customers_response_all_of.rb +14 -19
- data/lib/conekta/models/delete_api_keys_response.rb +14 -19
- data/lib/conekta/models/delete_api_keys_response_all_of.rb +14 -19
- data/lib/conekta/models/deleted_blacklist_rule_response.rb +14 -19
- data/lib/conekta/models/deleted_whitelist_rule_response.rb +14 -19
- data/lib/conekta/models/details.rb +14 -19
- data/lib/conekta/models/details_error.rb +14 -19
- data/lib/conekta/models/discount_lines_data_response.rb +26 -19
- data/lib/conekta/models/discount_lines_response.rb +26 -19
- data/lib/conekta/models/discount_lines_response_all_of.rb +20 -19
- data/lib/conekta/models/email_checkout_request.rb +16 -19
- data/lib/conekta/models/error.rb +14 -19
- data/lib/conekta/models/error_all_of.rb +14 -19
- data/lib/conekta/models/event_response.rb +19 -20
- data/lib/conekta/models/events_resend_response.rb +19 -20
- data/lib/conekta/models/fiscal_entity_address.rb +312 -0
- data/lib/conekta/models/get_api_keys_response.rb +18 -19
- data/lib/conekta/models/get_api_keys_response_all_of.rb +14 -19
- data/lib/conekta/models/get_charges_response.rb +18 -19
- data/lib/conekta/models/get_charges_response_all_of.rb +14 -19
- data/lib/conekta/models/get_companies_response.rb +18 -19
- data/lib/conekta/models/get_companies_response_all_of.rb +14 -19
- data/lib/conekta/models/get_customer_payment_method_data_response.rb +1 -1
- data/lib/conekta/models/get_events_response.rb +18 -19
- data/lib/conekta/models/get_events_response_all_of.rb +14 -19
- data/lib/conekta/models/get_order_discount_lines_response.rb +18 -19
- data/lib/conekta/models/get_order_discount_lines_response_all_of.rb +14 -19
- data/lib/conekta/models/get_orders_response.rb +20 -19
- data/lib/conekta/models/get_payment_method_response.rb +18 -19
- data/lib/conekta/models/get_payment_method_response_all_of.rb +14 -19
- data/lib/conekta/models/get_plans_response.rb +18 -19
- data/lib/conekta/models/get_plans_response_all_of.rb +14 -19
- data/lib/conekta/models/get_transactions_response.rb +18 -19
- data/lib/conekta/models/get_transactions_response_all_of.rb +14 -19
- data/lib/conekta/models/get_transfers_response.rb +18 -19
- data/lib/conekta/models/get_transfers_response_all_of.rb +14 -19
- data/lib/conekta/models/get_webhook_keys_response.rb +18 -19
- data/lib/conekta/models/get_webhook_keys_response_all_of.rb +14 -19
- data/lib/conekta/models/get_webhooks_response.rb +18 -19
- data/lib/conekta/models/get_webhooks_response_all_of.rb +14 -19
- data/lib/conekta/models/log_response.rb +20 -19
- data/lib/conekta/models/logs_response.rb +14 -19
- data/lib/conekta/models/logs_response_data.rb +14 -19
- data/lib/conekta/models/order_capture_request.rb +16 -19
- data/lib/conekta/models/{customer_info_response.rb → order_customer_info_response.rb} +29 -23
- data/lib/conekta/models/order_discount_lines_request.rb +20 -19
- data/lib/conekta/models/{order_response_fiscal_entity_address.rb → order_fiscal_entity_address_response.rb} +48 -34
- data/lib/conekta/models/{order_response_fiscal_entity_address_all_of.rb → order_fiscal_entity_address_response_all_of.rb} +17 -22
- data/lib/conekta/models/order_fiscal_entity_request.rb +295 -0
- data/lib/conekta/models/order_fiscal_entity_response.rb +347 -0
- data/lib/conekta/models/{order_response_fiscal_entity.rb → order_next_action_response.rb} +32 -53
- data/lib/conekta/models/order_next_action_response_redirect_to_url.rb +226 -0
- data/lib/conekta/models/order_refund_request.rb +18 -19
- data/lib/conekta/models/order_request.rb +58 -24
- data/lib/conekta/models/order_request_customer_info.rb +2 -2
- data/lib/conekta/models/order_response.rb +31 -22
- data/lib/conekta/models/order_response_charges.rb +18 -19
- data/lib/conekta/models/order_response_charges_all_of.rb +14 -19
- data/lib/conekta/models/order_response_checkout.rb +19 -20
- data/lib/conekta/models/order_response_customer_info.rb +27 -21
- data/lib/conekta/models/order_response_customer_info_all_of.rb +14 -19
- data/lib/conekta/models/order_response_discount_lines.rb +18 -19
- data/lib/conekta/models/order_response_discount_lines_all_of.rb +14 -19
- data/lib/conekta/models/order_response_products.rb +18 -19
- data/lib/conekta/models/order_response_products_all_of.rb +14 -19
- data/lib/conekta/models/order_response_shipping_contact.rb +46 -20
- data/lib/conekta/models/order_response_shipping_contact_all_of.rb +14 -19
- data/lib/conekta/models/order_tax_request.rb +23 -20
- data/lib/conekta/models/order_update_fiscal_entity_request.rb +295 -0
- data/lib/conekta/models/order_update_request.rb +29 -21
- data/lib/conekta/models/order_update_request_customer_info.rb +2 -2
- data/lib/conekta/models/orders_response.rb +16 -19
- data/lib/conekta/models/page.rb +14 -19
- data/lib/conekta/models/pagination.rb +18 -19
- data/lib/conekta/models/payment_method.rb +16 -19
- data/lib/conekta/models/payment_method_bank_transfer.rb +16 -19
- data/lib/conekta/models/payment_method_card.rb +16 -43
- data/lib/conekta/models/payment_method_card_request.rb +18 -19
- data/lib/conekta/models/payment_method_card_request_all_of.rb +14 -19
- data/lib/conekta/models/payment_method_card_response.rb +22 -19
- data/lib/conekta/models/payment_method_card_response_all_of.rb +14 -19
- data/lib/conekta/models/payment_method_cash.rb +16 -19
- data/lib/conekta/models/payment_method_cash_request.rb +16 -19
- data/lib/conekta/models/payment_method_cash_request_all_of.rb +14 -19
- data/lib/conekta/models/payment_method_cash_response.rb +22 -19
- data/lib/conekta/models/payment_method_cash_response_all_of.rb +14 -19
- data/lib/conekta/models/payment_method_response.rb +22 -19
- data/lib/conekta/models/payment_method_spei_recurrent.rb +22 -19
- data/lib/conekta/models/payment_method_spei_recurrent_all_of.rb +14 -19
- data/lib/conekta/models/payment_method_spei_request.rb +16 -19
- data/lib/conekta/models/plan_request.rb +27 -20
- data/lib/conekta/models/plan_response.rb +19 -20
- data/lib/conekta/models/plan_update_request.rb +24 -21
- data/lib/conekta/models/product.rb +30 -21
- data/lib/conekta/models/product_data_response.rb +30 -21
- data/lib/conekta/models/product_data_response_all_of.rb +14 -19
- data/lib/conekta/models/product_order_response.rb +30 -21
- data/lib/conekta/models/product_order_response_all_of.rb +14 -19
- data/lib/conekta/models/risk_rules.rb +14 -19
- data/lib/conekta/models/risk_rules_data.rb +14 -19
- data/lib/conekta/models/risk_rules_list.rb +18 -19
- data/lib/conekta/models/shipping_order_response.rb +21 -20
- data/lib/conekta/models/shipping_request.rb +21 -20
- data/lib/conekta/models/sms_checkout_request.rb +16 -19
- data/lib/conekta/models/subscription_events_response.rb +18 -19
- data/lib/conekta/models/subscription_request.rb +16 -19
- data/lib/conekta/models/subscription_response.rb +14 -19
- data/lib/conekta/models/subscription_update_request.rb +14 -19
- data/lib/conekta/models/token.rb +14 -19
- data/lib/conekta/models/token_card.rb +24 -19
- data/lib/conekta/models/token_checkout.rb +14 -19
- data/lib/conekta/models/token_response.rb +22 -19
- data/lib/conekta/models/token_response_checkout.rb +14 -19
- data/lib/conekta/models/transaction_response.rb +36 -19
- data/lib/conekta/models/transfer_destination_response.rb +14 -19
- data/lib/conekta/models/transfer_method_response.rb +14 -19
- data/lib/conekta/models/transfer_response.rb +19 -20
- data/lib/conekta/models/transfers_response.rb +19 -20
- data/lib/conekta/models/update_customer.rb +19 -20
- data/lib/conekta/models/update_customer_antifraud_info.rb +14 -19
- data/lib/conekta/models/update_customer_fiscal_entities_response.rb +22 -19
- data/lib/conekta/models/update_customer_fiscal_entities_response_all_of.rb +20 -19
- data/lib/conekta/models/update_customer_payment_methods_response.rb +1 -1
- data/lib/conekta/models/update_order_discount_lines_request.rb +19 -20
- data/lib/conekta/models/update_order_tax_request.rb +29 -22
- data/lib/conekta/models/update_order_tax_response.rb +25 -20
- data/lib/conekta/models/update_order_tax_response_all_of.rb +14 -19
- data/lib/conekta/models/update_payment_methods.rb +14 -19
- data/lib/conekta/models/update_product.rb +29 -22
- data/lib/conekta/models/webhook_key_create_response.rb +14 -19
- data/lib/conekta/models/webhook_key_delete_response.rb +14 -19
- data/lib/conekta/models/webhook_key_request.rb +14 -19
- data/lib/conekta/models/webhook_key_response.rb +14 -19
- data/lib/conekta/models/webhook_key_update_request.rb +14 -19
- data/lib/conekta/models/webhook_log.rb +19 -20
- data/lib/conekta/models/webhook_request.rb +16 -19
- data/lib/conekta/models/webhook_response.rb +14 -19
- data/lib/conekta/models/webhook_update_request.rb +24 -27
- data/lib/conekta/models/whitelistlist_rule_response.rb +14 -19
- data/lib/conekta/version.rb +2 -2
- data/lib/conekta.rb +11 -5
- data/spec/api/orders_api_spec.rb +27 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -8
- data/ssl_data/ca_bundle.crt +4039 -0
- data/templates/ruby/CUSTOM_VERSION.mustache +1 -0
- data/templates/ruby/api_client.mustache +256 -0
- data/templates/ruby/configuration.mustache +481 -0
- metadata +46 -29
- data/docs/OrderResponseFiscalEntity.md +0 -24
- data/docs/OrderResponseFiscalEntityAddress.md +0 -34
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -134,6 +134,7 @@ module Conekta
|
|
134
134
|
# Show invalid properties with the reasons. Usually used together with valid?
|
135
135
|
# @return Array for valid properties with the reasons
|
136
136
|
def list_invalid_properties
|
137
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
137
138
|
invalid_properties = Array.new
|
138
139
|
invalid_properties
|
139
140
|
end
|
@@ -141,6 +142,7 @@ module Conekta
|
|
141
142
|
# Check to see if the all the properties in the model are valid
|
142
143
|
# @return true if the model is valid
|
143
144
|
def valid?
|
145
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
144
146
|
object_validator = EnumAttributeValidator.new('String', ["payout_destination"])
|
145
147
|
return false unless object_validator.valid?(@object)
|
146
148
|
type_validator = EnumAttributeValidator.new('String', ["bank_account"])
|
@@ -197,37 +199,30 @@ module Conekta
|
|
197
199
|
# @param [Hash] attributes Model attributes in the form of hash
|
198
200
|
# @return [Object] Returns the model itself
|
199
201
|
def self.build_from_hash(attributes)
|
200
|
-
new.build_from_hash(attributes)
|
201
|
-
end
|
202
|
-
|
203
|
-
# Builds the object from hash
|
204
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
205
|
-
# @return [Object] Returns the model itself
|
206
|
-
def build_from_hash(attributes)
|
207
202
|
return nil unless attributes.is_a?(Hash)
|
208
203
|
attributes = attributes.transform_keys(&:to_sym)
|
209
|
-
|
210
|
-
|
211
|
-
|
204
|
+
transformed_hash = {}
|
205
|
+
openapi_types.each_pair do |key, type|
|
206
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
207
|
+
transformed_hash["#{key}"] = nil
|
212
208
|
elsif type =~ /\AArray<(.*)>/i
|
213
209
|
# check to ensure the input is an array given that the attribute
|
214
210
|
# is documented as an array but the input is not
|
215
|
-
if attributes[
|
216
|
-
|
211
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
212
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
217
213
|
end
|
218
|
-
elsif !attributes[
|
219
|
-
|
214
|
+
elsif !attributes[attribute_map[key]].nil?
|
215
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
220
216
|
end
|
221
217
|
end
|
222
|
-
|
223
|
-
self
|
218
|
+
new(transformed_hash)
|
224
219
|
end
|
225
220
|
|
226
221
|
# Deserializes the data based on type
|
227
222
|
# @param string type Data type
|
228
223
|
# @param string value Value to be deserialized
|
229
224
|
# @return [Object] Deserialized data
|
230
|
-
def _deserialize(type, value)
|
225
|
+
def self._deserialize(type, value)
|
231
226
|
case type.to_sym
|
232
227
|
when :Time
|
233
228
|
Time.parse(value)
|
@@ -262,7 +257,7 @@ module Conekta
|
|
262
257
|
else # model
|
263
258
|
# models (e.g. Pet) or oneOf
|
264
259
|
klass = Conekta.const_get(type)
|
265
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
260
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
266
261
|
end
|
267
262
|
end
|
268
263
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -150,6 +150,7 @@ module Conekta
|
|
150
150
|
# Show invalid properties with the reasons. Usually used together with valid?
|
151
151
|
# @return Array for valid properties with the reasons
|
152
152
|
def list_invalid_properties
|
153
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
153
154
|
invalid_properties = Array.new
|
154
155
|
invalid_properties
|
155
156
|
end
|
@@ -157,6 +158,7 @@ module Conekta
|
|
157
158
|
# Check to see if the all the properties in the model are valid
|
158
159
|
# @return true if the model is valid
|
159
160
|
def valid?
|
161
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
160
162
|
object_validator = EnumAttributeValidator.new('String', ["company"])
|
161
163
|
return false unless object_validator.valid?(@object)
|
162
164
|
true
|
@@ -203,37 +205,30 @@ module Conekta
|
|
203
205
|
# @param [Hash] attributes Model attributes in the form of hash
|
204
206
|
# @return [Object] Returns the model itself
|
205
207
|
def self.build_from_hash(attributes)
|
206
|
-
new.build_from_hash(attributes)
|
207
|
-
end
|
208
|
-
|
209
|
-
# Builds the object from hash
|
210
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
211
|
-
# @return [Object] Returns the model itself
|
212
|
-
def build_from_hash(attributes)
|
213
208
|
return nil unless attributes.is_a?(Hash)
|
214
209
|
attributes = attributes.transform_keys(&:to_sym)
|
215
|
-
|
216
|
-
|
217
|
-
|
210
|
+
transformed_hash = {}
|
211
|
+
openapi_types.each_pair do |key, type|
|
212
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
213
|
+
transformed_hash["#{key}"] = nil
|
218
214
|
elsif type =~ /\AArray<(.*)>/i
|
219
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
|
-
if attributes[
|
222
|
-
|
217
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
218
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
223
219
|
end
|
224
|
-
elsif !attributes[
|
225
|
-
|
220
|
+
elsif !attributes[attribute_map[key]].nil?
|
221
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
226
222
|
end
|
227
223
|
end
|
228
|
-
|
229
|
-
self
|
224
|
+
new(transformed_hash)
|
230
225
|
end
|
231
226
|
|
232
227
|
# Deserializes the data based on type
|
233
228
|
# @param string type Data type
|
234
229
|
# @param string value Value to be deserialized
|
235
230
|
# @return [Object] Deserialized data
|
236
|
-
def _deserialize(type, value)
|
231
|
+
def self._deserialize(type, value)
|
237
232
|
case type.to_sym
|
238
233
|
when :Time
|
239
234
|
Time.parse(value)
|
@@ -268,7 +263,7 @@ module Conekta
|
|
268
263
|
else # model
|
269
264
|
# models (e.g. Pet) or oneOf
|
270
265
|
klass = Conekta.const_get(type)
|
271
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
266
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
272
267
|
end
|
273
268
|
end
|
274
269
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -107,6 +107,8 @@ module Conekta
|
|
107
107
|
|
108
108
|
if attributes.key?(:'address')
|
109
109
|
self.address = attributes[:'address']
|
110
|
+
else
|
111
|
+
self.address = nil
|
110
112
|
end
|
111
113
|
|
112
114
|
if attributes.key?(:'tax_id')
|
@@ -133,14 +135,20 @@ module Conekta
|
|
133
135
|
|
134
136
|
if attributes.key?(:'id')
|
135
137
|
self.id = attributes[:'id']
|
138
|
+
else
|
139
|
+
self.id = nil
|
136
140
|
end
|
137
141
|
|
138
142
|
if attributes.key?(:'object')
|
139
143
|
self.object = attributes[:'object']
|
144
|
+
else
|
145
|
+
self.object = nil
|
140
146
|
end
|
141
147
|
|
142
148
|
if attributes.key?(:'created_at')
|
143
149
|
self.created_at = attributes[:'created_at']
|
150
|
+
else
|
151
|
+
self.created_at = nil
|
144
152
|
end
|
145
153
|
|
146
154
|
if attributes.key?(:'parent_id')
|
@@ -155,6 +163,7 @@ module Conekta
|
|
155
163
|
# Show invalid properties with the reasons. Usually used together with valid?
|
156
164
|
# @return Array for valid properties with the reasons
|
157
165
|
def list_invalid_properties
|
166
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
158
167
|
invalid_properties = Array.new
|
159
168
|
if @address.nil?
|
160
169
|
invalid_properties.push('invalid value for "address", address cannot be nil.')
|
@@ -178,6 +187,7 @@ module Conekta
|
|
178
187
|
# Check to see if the all the properties in the model are valid
|
179
188
|
# @return true if the model is valid
|
180
189
|
def valid?
|
190
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
181
191
|
return false if @address.nil?
|
182
192
|
return false if @id.nil?
|
183
193
|
return false if @object.nil?
|
@@ -219,37 +229,30 @@ module Conekta
|
|
219
229
|
# @param [Hash] attributes Model attributes in the form of hash
|
220
230
|
# @return [Object] Returns the model itself
|
221
231
|
def self.build_from_hash(attributes)
|
222
|
-
new.build_from_hash(attributes)
|
223
|
-
end
|
224
|
-
|
225
|
-
# Builds the object from hash
|
226
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
227
|
-
# @return [Object] Returns the model itself
|
228
|
-
def build_from_hash(attributes)
|
229
232
|
return nil unless attributes.is_a?(Hash)
|
230
233
|
attributes = attributes.transform_keys(&:to_sym)
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
+
transformed_hash = {}
|
235
|
+
openapi_types.each_pair do |key, type|
|
236
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
237
|
+
transformed_hash["#{key}"] = nil
|
234
238
|
elsif type =~ /\AArray<(.*)>/i
|
235
239
|
# check to ensure the input is an array given that the attribute
|
236
240
|
# is documented as an array but the input is not
|
237
|
-
if attributes[
|
238
|
-
|
241
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
242
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
239
243
|
end
|
240
|
-
elsif !attributes[
|
241
|
-
|
244
|
+
elsif !attributes[attribute_map[key]].nil?
|
245
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
242
246
|
end
|
243
247
|
end
|
244
|
-
|
245
|
-
self
|
248
|
+
new(transformed_hash)
|
246
249
|
end
|
247
250
|
|
248
251
|
# Deserializes the data based on type
|
249
252
|
# @param string type Data type
|
250
253
|
# @param string value Value to be deserialized
|
251
254
|
# @return [Object] Deserialized data
|
252
|
-
def _deserialize(type, value)
|
255
|
+
def self._deserialize(type, value)
|
253
256
|
case type.to_sym
|
254
257
|
when :Time
|
255
258
|
Time.parse(value)
|
@@ -284,7 +287,7 @@ module Conekta
|
|
284
287
|
else # model
|
285
288
|
# models (e.g. Pet) or oneOf
|
286
289
|
klass = Conekta.const_get(type)
|
287
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
290
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
288
291
|
end
|
289
292
|
end
|
290
293
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -75,14 +75,20 @@ module Conekta
|
|
75
75
|
|
76
76
|
if attributes.key?(:'id')
|
77
77
|
self.id = attributes[:'id']
|
78
|
+
else
|
79
|
+
self.id = nil
|
78
80
|
end
|
79
81
|
|
80
82
|
if attributes.key?(:'object')
|
81
83
|
self.object = attributes[:'object']
|
84
|
+
else
|
85
|
+
self.object = nil
|
82
86
|
end
|
83
87
|
|
84
88
|
if attributes.key?(:'created_at')
|
85
89
|
self.created_at = attributes[:'created_at']
|
90
|
+
else
|
91
|
+
self.created_at = nil
|
86
92
|
end
|
87
93
|
|
88
94
|
if attributes.key?(:'parent_id')
|
@@ -97,6 +103,7 @@ module Conekta
|
|
97
103
|
# Show invalid properties with the reasons. Usually used together with valid?
|
98
104
|
# @return Array for valid properties with the reasons
|
99
105
|
def list_invalid_properties
|
106
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
100
107
|
invalid_properties = Array.new
|
101
108
|
if @id.nil?
|
102
109
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
@@ -116,6 +123,7 @@ module Conekta
|
|
116
123
|
# Check to see if the all the properties in the model are valid
|
117
124
|
# @return true if the model is valid
|
118
125
|
def valid?
|
126
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
119
127
|
return false if @id.nil?
|
120
128
|
return false if @object.nil?
|
121
129
|
return false if @created_at.nil?
|
@@ -150,37 +158,30 @@ module Conekta
|
|
150
158
|
# @param [Hash] attributes Model attributes in the form of hash
|
151
159
|
# @return [Object] Returns the model itself
|
152
160
|
def self.build_from_hash(attributes)
|
153
|
-
new.build_from_hash(attributes)
|
154
|
-
end
|
155
|
-
|
156
|
-
# Builds the object from hash
|
157
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
158
|
-
# @return [Object] Returns the model itself
|
159
|
-
def build_from_hash(attributes)
|
160
161
|
return nil unless attributes.is_a?(Hash)
|
161
162
|
attributes = attributes.transform_keys(&:to_sym)
|
162
|
-
|
163
|
-
|
164
|
-
|
163
|
+
transformed_hash = {}
|
164
|
+
openapi_types.each_pair do |key, type|
|
165
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
166
|
+
transformed_hash["#{key}"] = nil
|
165
167
|
elsif type =~ /\AArray<(.*)>/i
|
166
168
|
# check to ensure the input is an array given that the attribute
|
167
169
|
# is documented as an array but the input is not
|
168
|
-
if attributes[
|
169
|
-
|
170
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
171
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
170
172
|
end
|
171
|
-
elsif !attributes[
|
172
|
-
|
173
|
+
elsif !attributes[attribute_map[key]].nil?
|
174
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
173
175
|
end
|
174
176
|
end
|
175
|
-
|
176
|
-
self
|
177
|
+
new(transformed_hash)
|
177
178
|
end
|
178
179
|
|
179
180
|
# Deserializes the data based on type
|
180
181
|
# @param string type Data type
|
181
182
|
# @param string value Value to be deserialized
|
182
183
|
# @return [Object] Deserialized data
|
183
|
-
def _deserialize(type, value)
|
184
|
+
def self._deserialize(type, value)
|
184
185
|
case type.to_sym
|
185
186
|
when :Time
|
186
187
|
Time.parse(value)
|
@@ -215,7 +216,7 @@ module Conekta
|
|
215
216
|
else # model
|
216
217
|
# models (e.g. Pet) or oneOf
|
217
218
|
klass = Conekta.const_get(type)
|
218
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
219
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
219
220
|
end
|
220
221
|
end
|
221
222
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -92,7 +92,7 @@ module Conekta
|
|
92
92
|
# raise if data contains keys that are not known to the model
|
93
93
|
raise unless (data.keys - const.acceptable_attributes).empty?
|
94
94
|
model = const.build_from_hash(data)
|
95
|
-
return model if model
|
95
|
+
return model if model
|
96
96
|
end
|
97
97
|
end
|
98
98
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -70,20 +70,27 @@ module Conekta
|
|
70
70
|
|
71
71
|
if attributes.key?(:'description')
|
72
72
|
self.description = attributes[:'description']
|
73
|
+
else
|
74
|
+
self.description = nil
|
73
75
|
end
|
74
76
|
|
75
77
|
if attributes.key?(:'field')
|
76
78
|
self.field = attributes[:'field']
|
79
|
+
else
|
80
|
+
self.field = nil
|
77
81
|
end
|
78
82
|
|
79
83
|
if attributes.key?(:'value')
|
80
84
|
self.value = attributes[:'value']
|
85
|
+
else
|
86
|
+
self.value = nil
|
81
87
|
end
|
82
88
|
end
|
83
89
|
|
84
90
|
# Show invalid properties with the reasons. Usually used together with valid?
|
85
91
|
# @return Array for valid properties with the reasons
|
86
92
|
def list_invalid_properties
|
93
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
87
94
|
invalid_properties = Array.new
|
88
95
|
if @description.nil?
|
89
96
|
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
@@ -103,6 +110,7 @@ module Conekta
|
|
103
110
|
# Check to see if the all the properties in the model are valid
|
104
111
|
# @return true if the model is valid
|
105
112
|
def valid?
|
113
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
106
114
|
return false if @description.nil?
|
107
115
|
return false if @field.nil?
|
108
116
|
return false if @value.nil?
|
@@ -135,37 +143,30 @@ module Conekta
|
|
135
143
|
# @param [Hash] attributes Model attributes in the form of hash
|
136
144
|
# @return [Object] Returns the model itself
|
137
145
|
def self.build_from_hash(attributes)
|
138
|
-
new.build_from_hash(attributes)
|
139
|
-
end
|
140
|
-
|
141
|
-
# Builds the object from hash
|
142
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
143
|
-
# @return [Object] Returns the model itself
|
144
|
-
def build_from_hash(attributes)
|
145
146
|
return nil unless attributes.is_a?(Hash)
|
146
147
|
attributes = attributes.transform_keys(&:to_sym)
|
147
|
-
|
148
|
-
|
149
|
-
|
148
|
+
transformed_hash = {}
|
149
|
+
openapi_types.each_pair do |key, type|
|
150
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
151
|
+
transformed_hash["#{key}"] = nil
|
150
152
|
elsif type =~ /\AArray<(.*)>/i
|
151
153
|
# check to ensure the input is an array given that the attribute
|
152
154
|
# is documented as an array but the input is not
|
153
|
-
if attributes[
|
154
|
-
|
155
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
156
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
155
157
|
end
|
156
|
-
elsif !attributes[
|
157
|
-
|
158
|
+
elsif !attributes[attribute_map[key]].nil?
|
159
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
158
160
|
end
|
159
161
|
end
|
160
|
-
|
161
|
-
self
|
162
|
+
new(transformed_hash)
|
162
163
|
end
|
163
164
|
|
164
165
|
# Deserializes the data based on type
|
165
166
|
# @param string type Data type
|
166
167
|
# @param string value Value to be deserialized
|
167
168
|
# @return [Object] Deserialized data
|
168
|
-
def _deserialize(type, value)
|
169
|
+
def self._deserialize(type, value)
|
169
170
|
case type.to_sym
|
170
171
|
when :Time
|
171
172
|
Time.parse(value)
|
@@ -200,7 +201,7 @@ module Conekta
|
|
200
201
|
else # model
|
201
202
|
# models (e.g. Pet) or oneOf
|
202
203
|
klass = Conekta.const_get(type)
|
203
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
204
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
204
205
|
end
|
205
206
|
end
|
206
207
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 2.1.0
|
7
7
|
Contact: engineering@conekta.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -137,6 +137,8 @@ module Conekta
|
|
137
137
|
|
138
138
|
if attributes.key?(:'email')
|
139
139
|
self.email = attributes[:'email']
|
140
|
+
else
|
141
|
+
self.email = nil
|
140
142
|
end
|
141
143
|
|
142
144
|
if attributes.key?(:'default_payment_source_id')
|
@@ -161,6 +163,8 @@ module Conekta
|
|
161
163
|
|
162
164
|
if attributes.key?(:'name')
|
163
165
|
self.name = attributes[:'name']
|
166
|
+
else
|
167
|
+
self.name = nil
|
164
168
|
end
|
165
169
|
|
166
170
|
if attributes.key?(:'payment_sources')
|
@@ -171,6 +175,8 @@ module Conekta
|
|
171
175
|
|
172
176
|
if attributes.key?(:'phone')
|
173
177
|
self.phone = attributes[:'phone']
|
178
|
+
else
|
179
|
+
self.phone = nil
|
174
180
|
end
|
175
181
|
|
176
182
|
if attributes.key?(:'plan_id')
|
@@ -191,6 +197,7 @@ module Conekta
|
|
191
197
|
# Show invalid properties with the reasons. Usually used together with valid?
|
192
198
|
# @return Array for valid properties with the reasons
|
193
199
|
def list_invalid_properties
|
200
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
194
201
|
invalid_properties = Array.new
|
195
202
|
if @email.nil?
|
196
203
|
invalid_properties.push('invalid value for "email", email cannot be nil.')
|
@@ -214,6 +221,7 @@ module Conekta
|
|
214
221
|
# Check to see if the all the properties in the model are valid
|
215
222
|
# @return true if the model is valid
|
216
223
|
def valid?
|
224
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
217
225
|
return false if @email.nil?
|
218
226
|
return false if !@metadata.nil? && @metadata.length > 100
|
219
227
|
return false if @name.nil?
|
@@ -224,7 +232,11 @@ module Conekta
|
|
224
232
|
# Custom attribute writer method with validation
|
225
233
|
# @param [Object] metadata Value to be assigned
|
226
234
|
def metadata=(metadata)
|
227
|
-
if
|
235
|
+
if metadata.nil?
|
236
|
+
fail ArgumentError, 'metadata cannot be nil'
|
237
|
+
end
|
238
|
+
|
239
|
+
if metadata.length > 100
|
228
240
|
fail ArgumentError, 'invalid value for "metadata", number of items must be less than or equal to 100.'
|
229
241
|
end
|
230
242
|
|
@@ -268,37 +280,30 @@ module Conekta
|
|
268
280
|
# @param [Hash] attributes Model attributes in the form of hash
|
269
281
|
# @return [Object] Returns the model itself
|
270
282
|
def self.build_from_hash(attributes)
|
271
|
-
new.build_from_hash(attributes)
|
272
|
-
end
|
273
|
-
|
274
|
-
# Builds the object from hash
|
275
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
276
|
-
# @return [Object] Returns the model itself
|
277
|
-
def build_from_hash(attributes)
|
278
283
|
return nil unless attributes.is_a?(Hash)
|
279
284
|
attributes = attributes.transform_keys(&:to_sym)
|
280
|
-
|
281
|
-
|
282
|
-
|
285
|
+
transformed_hash = {}
|
286
|
+
openapi_types.each_pair do |key, type|
|
287
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
288
|
+
transformed_hash["#{key}"] = nil
|
283
289
|
elsif type =~ /\AArray<(.*)>/i
|
284
290
|
# check to ensure the input is an array given that the attribute
|
285
291
|
# is documented as an array but the input is not
|
286
|
-
if attributes[
|
287
|
-
|
292
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
293
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
288
294
|
end
|
289
|
-
elsif !attributes[
|
290
|
-
|
295
|
+
elsif !attributes[attribute_map[key]].nil?
|
296
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
291
297
|
end
|
292
298
|
end
|
293
|
-
|
294
|
-
self
|
299
|
+
new(transformed_hash)
|
295
300
|
end
|
296
301
|
|
297
302
|
# Deserializes the data based on type
|
298
303
|
# @param string type Data type
|
299
304
|
# @param string value Value to be deserialized
|
300
305
|
# @return [Object] Deserialized data
|
301
|
-
def _deserialize(type, value)
|
306
|
+
def self._deserialize(type, value)
|
302
307
|
case type.to_sym
|
303
308
|
when :Time
|
304
309
|
Time.parse(value)
|
@@ -333,7 +338,7 @@ module Conekta
|
|
333
338
|
else # model
|
334
339
|
# models (e.g. Pet) or oneOf
|
335
340
|
klass = Conekta.const_get(type)
|
336
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
341
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
337
342
|
end
|
338
343
|
end
|
339
344
|
|