digital_femsa 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CODE_OF_CONDUCT.md +77 -0
- data/CONTRIBUTING.md +19 -0
- data/Gemfile +9 -0
- data/LICENSE +22 -0
- data/Makefile +11 -0
- data/README.md +320 -0
- data/Rakefile +10 -0
- data/VERSION +1 -0
- data/config-ruby.json +30 -0
- data/digital_femsa.gemspec +41 -0
- data/docs/ApiKeyCreateResponse.md +40 -0
- data/docs/ApiKeyRequest.md +20 -0
- data/docs/ApiKeyResponse.md +38 -0
- data/docs/ApiKeyResponseOnDelete.md +34 -0
- data/docs/ApiKeyUpdateRequest.md +20 -0
- data/docs/ApiKeysApi.md +391 -0
- data/docs/BalanceCommonField.md +20 -0
- data/docs/BalanceResponse.md +36 -0
- data/docs/BalancesApi.md +79 -0
- data/docs/ChargeOrderResponse.md +52 -0
- data/docs/ChargeOrderResponsePaymentMethod.md +76 -0
- data/docs/ChargeRequest.md +22 -0
- data/docs/ChargeRequestPaymentMethod.md +22 -0
- data/docs/ChargeResponse.md +52 -0
- data/docs/ChargeResponseChannel.md +24 -0
- data/docs/ChargeResponsePaymentMethod.md +76 -0
- data/docs/ChargeResponseRefunds.md +26 -0
- data/docs/ChargeResponseRefundsData.md +30 -0
- data/docs/ChargeUpdateRequest.md +18 -0
- data/docs/ChargesApi.md +241 -0
- data/docs/ChargesDataResponse.md +52 -0
- data/docs/Checkout.md +34 -0
- data/docs/CheckoutOrderTemplate.md +24 -0
- data/docs/CheckoutOrderTemplateCustomerInfo.md +49 -0
- data/docs/CheckoutRequest.md +30 -0
- data/docs/CheckoutResponse.md +58 -0
- data/docs/CheckoutsResponse.md +26 -0
- data/docs/CompaniesApi.md +159 -0
- data/docs/CompanyFiscalInfoAddressResponse.md +34 -0
- data/docs/CompanyFiscalInfoResponse.md +30 -0
- data/docs/CompanyPayoutDestinationResponse.md +28 -0
- data/docs/CompanyResponse.md +32 -0
- data/docs/CreateCustomerFiscalEntitiesResponse.md +38 -0
- data/docs/CreateCustomerPaymentMethodsRequest.md +47 -0
- data/docs/CreateCustomerPaymentMethodsResponse.md +77 -0
- data/docs/Customer.md +40 -0
- data/docs/CustomerAddress.md +32 -0
- data/docs/CustomerAntifraudInfo.md +20 -0
- data/docs/CustomerAntifraudInfoResponse.md +20 -0
- data/docs/CustomerFiscalEntitiesDataResponse.md +38 -0
- data/docs/CustomerFiscalEntitiesRequest.md +28 -0
- data/docs/CustomerFiscalEntitiesResponse.md +22 -0
- data/docs/CustomerInfo.md +26 -0
- data/docs/CustomerInfoJustCustomerId.md +18 -0
- data/docs/CustomerInfoJustCustomerIdResponse.md +18 -0
- data/docs/CustomerPaymentMethodRequest.md +18 -0
- data/docs/CustomerPaymentMethodsData.md +77 -0
- data/docs/CustomerPaymentMethodsRequest.md +47 -0
- data/docs/CustomerPaymentMethodsResponse.md +26 -0
- data/docs/CustomerResponse.md +50 -0
- data/docs/CustomerResponseShippingContacts.md +22 -0
- data/docs/CustomerShippingContacts.md +32 -0
- data/docs/CustomerShippingContactsAddress.md +30 -0
- data/docs/CustomerShippingContactsDataResponse.md +38 -0
- data/docs/CustomerShippingContactsResponse.md +38 -0
- data/docs/CustomerShippingContactsResponseAddress.md +32 -0
- data/docs/CustomerUpdateFiscalEntitiesRequest.md +28 -0
- data/docs/CustomerUpdateShippingContacts.md +30 -0
- data/docs/CustomersApi.md +553 -0
- data/docs/CustomersResponse.md +26 -0
- data/docs/DeleteApiKeysResponse.md +34 -0
- data/docs/Details.md +18 -0
- data/docs/DetailsError.md +24 -0
- data/docs/DiscountLinesDataResponse.md +28 -0
- data/docs/DiscountLinesResponse.md +28 -0
- data/docs/DiscountsApi.md +405 -0
- data/docs/EmailCheckoutRequest.md +18 -0
- data/docs/Error.md +24 -0
- data/docs/EventResponse.md +32 -0
- data/docs/EventsApi.md +239 -0
- data/docs/EventsResendResponse.md +28 -0
- data/docs/FiscalEntityAddress.md +30 -0
- data/docs/GetApiKeysResponse.md +26 -0
- data/docs/GetChargesResponse.md +26 -0
- data/docs/GetCompaniesResponse.md +26 -0
- data/docs/GetCustomerPaymentMethodDataResponse.md +77 -0
- data/docs/GetEventsResponse.md +26 -0
- data/docs/GetOrderDiscountLinesResponse.md +26 -0
- data/docs/GetOrdersResponse.md +26 -0
- data/docs/GetPaymentMethodResponse.md +26 -0
- data/docs/GetTransactionsResponse.md +26 -0
- data/docs/GetTransfersResponse.md +26 -0
- data/docs/GetWebhookKeysResponse.md +26 -0
- data/docs/GetWebhooksResponse.md +26 -0
- data/docs/LogResponse.md +56 -0
- data/docs/LogsApi.md +165 -0
- data/docs/LogsResponse.md +26 -0
- data/docs/LogsResponseData.md +56 -0
- data/docs/OrderCaptureRequest.md +18 -0
- data/docs/OrderCustomerInfoResponse.md +28 -0
- data/docs/OrderDiscountLinesRequest.md +22 -0
- data/docs/OrderFiscalEntityAddressResponse.md +32 -0
- 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/OrderRefundRequest.md +22 -0
- data/docs/OrderRequest.md +44 -0
- data/docs/OrderRequestCustomerInfo.md +49 -0
- data/docs/OrderResponse.md +58 -0
- data/docs/OrderResponseCharges.md +22 -0
- data/docs/OrderResponseCheckout.md +58 -0
- data/docs/OrderResponseCustomerInfo.md +30 -0
- data/docs/OrderResponseDiscountLines.md +22 -0
- data/docs/OrderResponseProducts.md +26 -0
- data/docs/OrderResponseShippingContact.md +38 -0
- data/docs/OrderTaxRequest.md +22 -0
- data/docs/OrderUpdateFiscalEntityRequest.md +28 -0
- data/docs/OrderUpdateRequest.md +40 -0
- data/docs/OrderUpdateRequestCustomerInfo.md +49 -0
- data/docs/OrdersApi.md +627 -0
- data/docs/OrdersResponse.md +18 -0
- data/docs/Page.md +20 -0
- data/docs/Pagination.md +20 -0
- data/docs/PaymentLinkApi.md +463 -0
- data/docs/PaymentMethod.md +20 -0
- data/docs/PaymentMethodCash.md +36 -0
- data/docs/PaymentMethodCashRequest.md +20 -0
- data/docs/PaymentMethodCashResponse.md +36 -0
- data/docs/PaymentMethodResponse.md +26 -0
- data/docs/PaymentMethodsApi.md +327 -0
- data/docs/Product.md +34 -0
- data/docs/ProductDataResponse.md +40 -0
- data/docs/ProductOrderResponse.md +40 -0
- data/docs/ProductsApi.md +243 -0
- data/docs/ShippingContactsApi.md +243 -0
- data/docs/ShippingOrderResponse.md +32 -0
- data/docs/ShippingRequest.md +26 -0
- data/docs/ShippingsApi.md +243 -0
- data/docs/SmsCheckoutRequest.md +18 -0
- data/docs/TaxesApi.md +243 -0
- data/docs/TransactionResponse.md +38 -0
- data/docs/TransactionsApi.md +171 -0
- data/docs/TransferDestinationResponse.md +32 -0
- data/docs/TransferMethodResponse.md +32 -0
- data/docs/TransferResponse.md +36 -0
- data/docs/TransfersApi.md +165 -0
- data/docs/TransfersResponse.md +36 -0
- data/docs/UpdateCustomer.md +40 -0
- data/docs/UpdateCustomerAntifraudInfo.md +20 -0
- data/docs/UpdateCustomerFiscalEntitiesResponse.md +38 -0
- data/docs/UpdateCustomerPaymentMethodsResponse.md +77 -0
- data/docs/UpdateOrderDiscountLinesRequest.md +22 -0
- data/docs/UpdateOrderTaxRequest.md +22 -0
- data/docs/UpdateOrderTaxResponse.md +28 -0
- data/docs/UpdatePaymentMethods.md +18 -0
- data/docs/UpdateProduct.md +34 -0
- data/docs/WebhookKeyCreateResponse.md +28 -0
- data/docs/WebhookKeyDeleteResponse.md +28 -0
- data/docs/WebhookKeyRequest.md +18 -0
- data/docs/WebhookKeyResponse.md +30 -0
- data/docs/WebhookKeyUpdateRequest.md +18 -0
- data/docs/WebhookKeysApi.md +385 -0
- data/docs/WebhookLog.md +30 -0
- data/docs/WebhookRequest.md +20 -0
- data/docs/WebhookResponse.md +36 -0
- data/docs/WebhookUpdateRequest.md +22 -0
- data/docs/WebhooksApi.md +461 -0
- data/gitleaks.toml +0 -0
- data/lib/digital_femsa/api/api_keys_api.rb +407 -0
- data/lib/digital_femsa/api/balances_api.rb +86 -0
- data/lib/digital_femsa/api/charges_api.rb +273 -0
- data/lib/digital_femsa/api/companies_api.rb +174 -0
- data/lib/digital_femsa/api/customers_api.rb +591 -0
- data/lib/digital_femsa/api/discounts_api.rb +447 -0
- data/lib/digital_femsa/api/events_api.rb +256 -0
- data/lib/digital_femsa/api/logs_api.rb +182 -0
- data/lib/digital_femsa/api/orders_api.rb +657 -0
- data/lib/digital_femsa/api/payment_link_api.rb +491 -0
- data/lib/digital_femsa/api/payment_methods_api.rb +368 -0
- data/lib/digital_femsa/api/products_api.rb +275 -0
- data/lib/digital_femsa/api/shipping_contacts_api.rb +275 -0
- data/lib/digital_femsa/api/shippings_api.rb +275 -0
- data/lib/digital_femsa/api/taxes_api.rb +275 -0
- data/lib/digital_femsa/api/transactions_api.rb +191 -0
- data/lib/digital_femsa/api/transfers_api.rb +182 -0
- data/lib/digital_femsa/api/webhook_keys_api.rb +396 -0
- data/lib/digital_femsa/api/webhooks_api.rb +477 -0
- data/lib/digital_femsa/api_client.rb +442 -0
- data/lib/digital_femsa/api_error.rb +58 -0
- data/lib/digital_femsa/configuration.rb +382 -0
- data/lib/digital_femsa/models/api_key_create_response.rb +333 -0
- data/lib/digital_femsa/models/api_key_request.rb +231 -0
- data/lib/digital_femsa/models/api_key_response.rb +317 -0
- data/lib/digital_femsa/models/api_key_response_on_delete.rb +296 -0
- data/lib/digital_femsa/models/api_key_update_request.rb +225 -0
- data/lib/digital_femsa/models/balance_common_field.rb +226 -0
- data/lib/digital_femsa/models/balance_response.rb +324 -0
- data/lib/digital_femsa/models/charge_order_response.rb +373 -0
- data/lib/digital_femsa/models/charge_order_response_payment_method.rb +53 -0
- data/lib/digital_femsa/models/charge_request.rb +241 -0
- data/lib/digital_femsa/models/charge_request_payment_method.rb +241 -0
- data/lib/digital_femsa/models/charge_response.rb +371 -0
- data/lib/digital_femsa/models/charge_response_channel.rb +241 -0
- data/lib/digital_femsa/models/charge_response_payment_method.rb +53 -0
- data/lib/digital_femsa/models/charge_response_refunds.rb +281 -0
- data/lib/digital_femsa/models/charge_response_refunds_data.rb +298 -0
- data/lib/digital_femsa/models/charge_update_request.rb +216 -0
- data/lib/digital_femsa/models/charges_data_response.rb +378 -0
- data/lib/digital_femsa/models/checkout.rb +340 -0
- data/lib/digital_femsa/models/checkout_order_template.rb +301 -0
- data/lib/digital_femsa/models/checkout_order_template_customer_info.rb +106 -0
- data/lib/digital_femsa/models/checkout_request.rb +284 -0
- data/lib/digital_femsa/models/checkout_response.rb +429 -0
- data/lib/digital_femsa/models/checkouts_response.rb +280 -0
- data/lib/digital_femsa/models/company_fiscal_info_address_response.rb +330 -0
- data/lib/digital_femsa/models/company_fiscal_info_response.rb +309 -0
- data/lib/digital_femsa/models/company_payout_destination_response.rb +312 -0
- data/lib/digital_femsa/models/company_response.rb +318 -0
- data/lib/digital_femsa/models/create_customer_fiscal_entities_response.rb +341 -0
- data/lib/digital_femsa/models/create_customer_payment_methods_request.rb +105 -0
- data/lib/digital_femsa/models/create_customer_payment_methods_response.rb +54 -0
- data/lib/digital_femsa/models/customer.rb +374 -0
- data/lib/digital_femsa/models/customer_address.rb +301 -0
- data/lib/digital_femsa/models/customer_antifraud_info.rb +223 -0
- data/lib/digital_femsa/models/customer_antifraud_info_response.rb +223 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_data_response.rb +341 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_request.rb +268 -0
- data/lib/digital_femsa/models/customer_fiscal_entities_response.rb +257 -0
- data/lib/digital_femsa/models/customer_info.rb +271 -0
- data/lib/digital_femsa/models/customer_info_just_customer_id.rb +221 -0
- data/lib/digital_femsa/models/customer_info_just_customer_id_response.rb +214 -0
- data/lib/digital_femsa/models/customer_payment_method_request.rb +223 -0
- data/lib/digital_femsa/models/customer_payment_methods_data.rb +54 -0
- data/lib/digital_femsa/models/customer_payment_methods_request.rb +104 -0
- data/lib/digital_femsa/models/customer_payment_methods_response.rb +280 -0
- data/lib/digital_femsa/models/customer_response.rb +425 -0
- data/lib/digital_femsa/models/customer_response_shipping_contacts.rb +257 -0
- data/lib/digital_femsa/models/customer_shipping_contacts.rb +312 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_address.rb +271 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_data_response.rb +366 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_response.rb +328 -0
- data/lib/digital_femsa/models/customer_shipping_contacts_response_address.rb +278 -0
- data/lib/digital_femsa/models/customer_update_fiscal_entities_request.rb +261 -0
- data/lib/digital_femsa/models/customer_update_shipping_contacts.rb +274 -0
- data/lib/digital_femsa/models/customers_response.rb +280 -0
- data/lib/digital_femsa/models/delete_api_keys_response.rb +301 -0
- data/lib/digital_femsa/models/details.rb +216 -0
- data/lib/digital_femsa/models/details_error.rb +242 -0
- data/lib/digital_femsa/models/discount_lines_data_response.rb +333 -0
- data/lib/digital_femsa/models/discount_lines_response.rb +333 -0
- data/lib/digital_femsa/models/email_checkout_request.rb +221 -0
- data/lib/digital_femsa/models/error.rb +253 -0
- data/lib/digital_femsa/models/event_response.rb +301 -0
- data/lib/digital_femsa/models/events_resend_response.rb +281 -0
- data/lib/digital_femsa/models/fiscal_entity_address.rb +312 -0
- data/lib/digital_femsa/models/get_api_keys_response.rb +280 -0
- data/lib/digital_femsa/models/get_charges_response.rb +280 -0
- data/lib/digital_femsa/models/get_companies_response.rb +280 -0
- data/lib/digital_femsa/models/get_customer_payment_method_data_response.rb +54 -0
- data/lib/digital_femsa/models/get_events_response.rb +280 -0
- data/lib/digital_femsa/models/get_order_discount_lines_response.rb +280 -0
- data/lib/digital_femsa/models/get_orders_response.rb +288 -0
- data/lib/digital_femsa/models/get_payment_method_response.rb +280 -0
- data/lib/digital_femsa/models/get_transactions_response.rb +281 -0
- data/lib/digital_femsa/models/get_transfers_response.rb +281 -0
- data/lib/digital_femsa/models/get_webhook_keys_response.rb +280 -0
- data/lib/digital_femsa/models/get_webhooks_response.rb +280 -0
- data/lib/digital_femsa/models/log_response.rb +418 -0
- data/lib/digital_femsa/models/logs_response.rb +261 -0
- data/lib/digital_femsa/models/logs_response_data.rb +396 -0
- data/lib/digital_femsa/models/order_capture_request.rb +241 -0
- data/lib/digital_femsa/models/order_customer_info_response.rb +263 -0
- data/lib/digital_femsa/models/order_discount_lines_request.rb +276 -0
- data/lib/digital_femsa/models/order_fiscal_entity_address_response.rb +328 -0
- data/lib/digital_femsa/models/order_fiscal_entity_request.rb +295 -0
- data/lib/digital_femsa/models/order_fiscal_entity_response.rb +347 -0
- data/lib/digital_femsa/models/order_next_action_response.rb +225 -0
- data/lib/digital_femsa/models/order_next_action_response_redirect_to_url.rb +226 -0
- data/lib/digital_femsa/models/order_refund_request.rb +247 -0
- data/lib/digital_femsa/models/order_request.rb +413 -0
- data/lib/digital_femsa/models/order_request_customer_info.rb +106 -0
- data/lib/digital_femsa/models/order_response.rb +427 -0
- data/lib/digital_femsa/models/order_response_charges.rb +258 -0
- data/lib/digital_femsa/models/order_response_checkout.rb +418 -0
- data/lib/digital_femsa/models/order_response_customer_info.rb +280 -0
- data/lib/digital_femsa/models/order_response_discount_lines.rb +257 -0
- data/lib/digital_femsa/models/order_response_products.rb +280 -0
- data/lib/digital_femsa/models/order_response_shipping_contact.rb +334 -0
- data/lib/digital_femsa/models/order_tax_request.rb +308 -0
- data/lib/digital_femsa/models/order_update_fiscal_entity_request.rb +295 -0
- data/lib/digital_femsa/models/order_update_request.rb +352 -0
- data/lib/digital_femsa/models/order_update_request_customer_info.rb +105 -0
- data/lib/digital_femsa/models/orders_response.rb +223 -0
- data/lib/digital_femsa/models/page.rb +228 -0
- data/lib/digital_femsa/models/pagination.rb +240 -0
- data/lib/digital_femsa/models/payment_method.rb +230 -0
- data/lib/digital_femsa/models/payment_method_cash.rb +312 -0
- data/lib/digital_femsa/models/payment_method_cash_request.rb +238 -0
- data/lib/digital_femsa/models/payment_method_cash_response.rb +330 -0
- data/lib/digital_femsa/models/payment_method_response.rb +278 -0
- data/lib/digital_femsa/models/product.rb +397 -0
- data/lib/digital_femsa/models/product_data_response.rb +431 -0
- data/lib/digital_femsa/models/product_order_response.rb +431 -0
- data/lib/digital_femsa/models/shipping_order_response.rb +336 -0
- data/lib/digital_femsa/models/shipping_request.rb +302 -0
- data/lib/digital_femsa/models/sms_checkout_request.rb +221 -0
- data/lib/digital_femsa/models/transaction_response.rb +412 -0
- data/lib/digital_femsa/models/transfer_destination_response.rb +286 -0
- data/lib/digital_femsa/models/transfer_method_response.rb +286 -0
- data/lib/digital_femsa/models/transfer_response.rb +324 -0
- data/lib/digital_femsa/models/transfers_response.rb +324 -0
- data/lib/digital_femsa/models/update_customer.rb +353 -0
- data/lib/digital_femsa/models/update_customer_antifraud_info.rb +223 -0
- data/lib/digital_femsa/models/update_customer_fiscal_entities_response.rb +341 -0
- data/lib/digital_femsa/models/update_customer_payment_methods_response.rb +54 -0
- data/lib/digital_femsa/models/update_order_discount_lines_request.rb +253 -0
- data/lib/digital_femsa/models/update_order_tax_request.rb +294 -0
- data/lib/digital_femsa/models/update_order_tax_response.rb +349 -0
- data/lib/digital_femsa/models/update_payment_methods.rb +214 -0
- data/lib/digital_femsa/models/update_product.rb +349 -0
- data/lib/digital_femsa/models/webhook_key_create_response.rb +266 -0
- data/lib/digital_femsa/models/webhook_key_delete_response.rb +266 -0
- data/lib/digital_femsa/models/webhook_key_request.rb +217 -0
- data/lib/digital_femsa/models/webhook_key_response.rb +277 -0
- data/lib/digital_femsa/models/webhook_key_update_request.rb +217 -0
- data/lib/digital_femsa/models/webhook_log.rb +289 -0
- data/lib/digital_femsa/models/webhook_request.rb +261 -0
- data/lib/digital_femsa/models/webhook_response.rb +299 -0
- data/lib/digital_femsa/models/webhook_update_request.rb +267 -0
- data/lib/digital_femsa/version.rb +15 -0
- data/lib/digital_femsa.rb +197 -0
- data/lib/ssl_data/ca_bundle.crt +4039 -0
- data/spec/api/api_keys_api_spec.rb +107 -0
- data/spec/api/balances_api_spec.rb +47 -0
- data/spec/api/charges_api_spec.rb +80 -0
- data/spec/api/companies_api_spec.rb +63 -0
- data/spec/api/customers_api_spec.rb +140 -0
- data/spec/api/discounts_api_spec.rb +114 -0
- data/spec/api/events_api_spec.rb +79 -0
- data/spec/api/logs_api_spec.rb +66 -0
- data/spec/api/orders_api_spec.rb +153 -0
- data/spec/api/payment_link_api_spec.rb +119 -0
- data/spec/api/payment_methods_api_spec.rb +99 -0
- data/spec/api/products_api_spec.rb +81 -0
- data/spec/api/shipping_contacts_api_spec.rb +81 -0
- data/spec/api/shippings_api_spec.rb +81 -0
- data/spec/api/taxes_api_spec.rb +81 -0
- data/spec/api/transactions_api_spec.rb +69 -0
- data/spec/api/transfers_api_spec.rb +66 -0
- data/spec/api/webhook_keys_api_spec.rb +104 -0
- data/spec/api/webhooks_api_spec.rb +118 -0
- data/spec/spec_helper.rb +111 -0
- data/ssl_data/ca_bundle.crt +4039 -0
- data/templates/ruby/CUSTOM_VERSION.mustache +1 -0
- data/templates/ruby/api_client.mustache +257 -0
- data/templates/ruby/configuration.mustache +481 -0
- metadata +488 -0
@@ -0,0 +1,429 @@
|
|
1
|
+
=begin
|
2
|
+
#Femsa API
|
3
|
+
|
4
|
+
#Femsa sdk
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.1.0
|
7
|
+
Contact: engineering@femsa.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.5.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module DigitalFemsa
|
17
|
+
# checkout response
|
18
|
+
class CheckoutResponse
|
19
|
+
attr_accessor :allowed_payment_methods
|
20
|
+
|
21
|
+
attr_accessor :can_not_expire
|
22
|
+
|
23
|
+
attr_accessor :emails_sent
|
24
|
+
|
25
|
+
attr_accessor :expires_at
|
26
|
+
|
27
|
+
attr_accessor :failure_url
|
28
|
+
|
29
|
+
attr_accessor :id
|
30
|
+
|
31
|
+
attr_accessor :livemode
|
32
|
+
|
33
|
+
attr_accessor :metadata
|
34
|
+
|
35
|
+
# Reason for charge
|
36
|
+
attr_accessor :name
|
37
|
+
|
38
|
+
attr_accessor :needs_shipping_contact
|
39
|
+
|
40
|
+
attr_accessor :object
|
41
|
+
|
42
|
+
attr_accessor :paid_payments_count
|
43
|
+
|
44
|
+
attr_accessor :payments_limit_count
|
45
|
+
|
46
|
+
attr_accessor :recurrent
|
47
|
+
|
48
|
+
attr_accessor :slug
|
49
|
+
|
50
|
+
attr_accessor :sms_sent
|
51
|
+
|
52
|
+
attr_accessor :starts_at
|
53
|
+
|
54
|
+
attr_accessor :status
|
55
|
+
|
56
|
+
attr_accessor :success_url
|
57
|
+
|
58
|
+
attr_accessor :type
|
59
|
+
|
60
|
+
attr_accessor :url
|
61
|
+
|
62
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
63
|
+
def self.attribute_map
|
64
|
+
{
|
65
|
+
:'allowed_payment_methods' => :'allowed_payment_methods',
|
66
|
+
:'can_not_expire' => :'can_not_expire',
|
67
|
+
:'emails_sent' => :'emails_sent',
|
68
|
+
:'expires_at' => :'expires_at',
|
69
|
+
:'failure_url' => :'failure_url',
|
70
|
+
:'id' => :'id',
|
71
|
+
:'livemode' => :'livemode',
|
72
|
+
:'metadata' => :'metadata',
|
73
|
+
:'name' => :'name',
|
74
|
+
:'needs_shipping_contact' => :'needs_shipping_contact',
|
75
|
+
:'object' => :'object',
|
76
|
+
:'paid_payments_count' => :'paid_payments_count',
|
77
|
+
:'payments_limit_count' => :'payments_limit_count',
|
78
|
+
:'recurrent' => :'recurrent',
|
79
|
+
:'slug' => :'slug',
|
80
|
+
:'sms_sent' => :'sms_sent',
|
81
|
+
:'starts_at' => :'starts_at',
|
82
|
+
:'status' => :'status',
|
83
|
+
:'success_url' => :'success_url',
|
84
|
+
:'type' => :'type',
|
85
|
+
:'url' => :'url'
|
86
|
+
}
|
87
|
+
end
|
88
|
+
|
89
|
+
# Returns all the JSON keys this model knows about
|
90
|
+
def self.acceptable_attributes
|
91
|
+
attribute_map.values
|
92
|
+
end
|
93
|
+
|
94
|
+
# Attribute type mapping.
|
95
|
+
def self.openapi_types
|
96
|
+
{
|
97
|
+
:'allowed_payment_methods' => :'Array<String>',
|
98
|
+
:'can_not_expire' => :'Boolean',
|
99
|
+
:'emails_sent' => :'Integer',
|
100
|
+
:'expires_at' => :'Integer',
|
101
|
+
:'failure_url' => :'String',
|
102
|
+
:'id' => :'String',
|
103
|
+
:'livemode' => :'Boolean',
|
104
|
+
:'metadata' => :'Hash<String, Object>',
|
105
|
+
:'name' => :'String',
|
106
|
+
:'needs_shipping_contact' => :'Boolean',
|
107
|
+
:'object' => :'String',
|
108
|
+
:'paid_payments_count' => :'Integer',
|
109
|
+
:'payments_limit_count' => :'Integer',
|
110
|
+
:'recurrent' => :'Boolean',
|
111
|
+
:'slug' => :'String',
|
112
|
+
:'sms_sent' => :'Integer',
|
113
|
+
:'starts_at' => :'Integer',
|
114
|
+
:'status' => :'String',
|
115
|
+
:'success_url' => :'String',
|
116
|
+
:'type' => :'String',
|
117
|
+
:'url' => :'String'
|
118
|
+
}
|
119
|
+
end
|
120
|
+
|
121
|
+
# List of attributes with nullable: true
|
122
|
+
def self.openapi_nullable
|
123
|
+
Set.new([
|
124
|
+
:'payments_limit_count',
|
125
|
+
])
|
126
|
+
end
|
127
|
+
|
128
|
+
# Initializes the object
|
129
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
130
|
+
def initialize(attributes = {})
|
131
|
+
if (!attributes.is_a?(Hash))
|
132
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DigitalFemsa::CheckoutResponse` initialize method"
|
133
|
+
end
|
134
|
+
|
135
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
136
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
137
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
138
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DigitalFemsa::CheckoutResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
139
|
+
end
|
140
|
+
h[k.to_sym] = v
|
141
|
+
}
|
142
|
+
|
143
|
+
if attributes.key?(:'allowed_payment_methods')
|
144
|
+
if (value = attributes[:'allowed_payment_methods']).is_a?(Array)
|
145
|
+
self.allowed_payment_methods = value
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
if attributes.key?(:'can_not_expire')
|
150
|
+
self.can_not_expire = attributes[:'can_not_expire']
|
151
|
+
end
|
152
|
+
|
153
|
+
if attributes.key?(:'emails_sent')
|
154
|
+
self.emails_sent = attributes[:'emails_sent']
|
155
|
+
end
|
156
|
+
|
157
|
+
if attributes.key?(:'expires_at')
|
158
|
+
self.expires_at = attributes[:'expires_at']
|
159
|
+
end
|
160
|
+
|
161
|
+
if attributes.key?(:'failure_url')
|
162
|
+
self.failure_url = attributes[:'failure_url']
|
163
|
+
end
|
164
|
+
|
165
|
+
if attributes.key?(:'id')
|
166
|
+
self.id = attributes[:'id']
|
167
|
+
else
|
168
|
+
self.id = nil
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.key?(:'livemode')
|
172
|
+
self.livemode = attributes[:'livemode']
|
173
|
+
else
|
174
|
+
self.livemode = nil
|
175
|
+
end
|
176
|
+
|
177
|
+
if attributes.key?(:'metadata')
|
178
|
+
if (value = attributes[:'metadata']).is_a?(Hash)
|
179
|
+
self.metadata = value
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.key?(:'name')
|
184
|
+
self.name = attributes[:'name']
|
185
|
+
else
|
186
|
+
self.name = nil
|
187
|
+
end
|
188
|
+
|
189
|
+
if attributes.key?(:'needs_shipping_contact')
|
190
|
+
self.needs_shipping_contact = attributes[:'needs_shipping_contact']
|
191
|
+
end
|
192
|
+
|
193
|
+
if attributes.key?(:'object')
|
194
|
+
self.object = attributes[:'object']
|
195
|
+
else
|
196
|
+
self.object = nil
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.key?(:'paid_payments_count')
|
200
|
+
self.paid_payments_count = attributes[:'paid_payments_count']
|
201
|
+
end
|
202
|
+
|
203
|
+
if attributes.key?(:'payments_limit_count')
|
204
|
+
self.payments_limit_count = attributes[:'payments_limit_count']
|
205
|
+
end
|
206
|
+
|
207
|
+
if attributes.key?(:'recurrent')
|
208
|
+
self.recurrent = attributes[:'recurrent']
|
209
|
+
end
|
210
|
+
|
211
|
+
if attributes.key?(:'slug')
|
212
|
+
self.slug = attributes[:'slug']
|
213
|
+
end
|
214
|
+
|
215
|
+
if attributes.key?(:'sms_sent')
|
216
|
+
self.sms_sent = attributes[:'sms_sent']
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.key?(:'starts_at')
|
220
|
+
self.starts_at = attributes[:'starts_at']
|
221
|
+
end
|
222
|
+
|
223
|
+
if attributes.key?(:'status')
|
224
|
+
self.status = attributes[:'status']
|
225
|
+
end
|
226
|
+
|
227
|
+
if attributes.key?(:'success_url')
|
228
|
+
self.success_url = attributes[:'success_url']
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.key?(:'type')
|
232
|
+
self.type = attributes[:'type']
|
233
|
+
end
|
234
|
+
|
235
|
+
if attributes.key?(:'url')
|
236
|
+
self.url = attributes[:'url']
|
237
|
+
end
|
238
|
+
end
|
239
|
+
|
240
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
241
|
+
# @return Array for valid properties with the reasons
|
242
|
+
def list_invalid_properties
|
243
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
244
|
+
invalid_properties = Array.new
|
245
|
+
if @id.nil?
|
246
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
247
|
+
end
|
248
|
+
|
249
|
+
if @livemode.nil?
|
250
|
+
invalid_properties.push('invalid value for "livemode", livemode cannot be nil.')
|
251
|
+
end
|
252
|
+
|
253
|
+
if @name.nil?
|
254
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
255
|
+
end
|
256
|
+
|
257
|
+
if @object.nil?
|
258
|
+
invalid_properties.push('invalid value for "object", object cannot be nil.')
|
259
|
+
end
|
260
|
+
|
261
|
+
invalid_properties
|
262
|
+
end
|
263
|
+
|
264
|
+
# Check to see if the all the properties in the model are valid
|
265
|
+
# @return true if the model is valid
|
266
|
+
def valid?
|
267
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
268
|
+
return false if @id.nil?
|
269
|
+
return false if @livemode.nil?
|
270
|
+
return false if @name.nil?
|
271
|
+
return false if @object.nil?
|
272
|
+
true
|
273
|
+
end
|
274
|
+
|
275
|
+
# Checks equality by comparing each attribute.
|
276
|
+
# @param [Object] Object to be compared
|
277
|
+
def ==(o)
|
278
|
+
return true if self.equal?(o)
|
279
|
+
self.class == o.class &&
|
280
|
+
allowed_payment_methods == o.allowed_payment_methods &&
|
281
|
+
can_not_expire == o.can_not_expire &&
|
282
|
+
emails_sent == o.emails_sent &&
|
283
|
+
expires_at == o.expires_at &&
|
284
|
+
failure_url == o.failure_url &&
|
285
|
+
id == o.id &&
|
286
|
+
livemode == o.livemode &&
|
287
|
+
metadata == o.metadata &&
|
288
|
+
name == o.name &&
|
289
|
+
needs_shipping_contact == o.needs_shipping_contact &&
|
290
|
+
object == o.object &&
|
291
|
+
paid_payments_count == o.paid_payments_count &&
|
292
|
+
payments_limit_count == o.payments_limit_count &&
|
293
|
+
recurrent == o.recurrent &&
|
294
|
+
slug == o.slug &&
|
295
|
+
sms_sent == o.sms_sent &&
|
296
|
+
starts_at == o.starts_at &&
|
297
|
+
status == o.status &&
|
298
|
+
success_url == o.success_url &&
|
299
|
+
type == o.type &&
|
300
|
+
url == o.url
|
301
|
+
end
|
302
|
+
|
303
|
+
# @see the `==` method
|
304
|
+
# @param [Object] Object to be compared
|
305
|
+
def eql?(o)
|
306
|
+
self == o
|
307
|
+
end
|
308
|
+
|
309
|
+
# Calculates hash code according to all attributes.
|
310
|
+
# @return [Integer] Hash code
|
311
|
+
def hash
|
312
|
+
[allowed_payment_methods, can_not_expire, emails_sent, expires_at, failure_url, id, livemode, metadata, name, needs_shipping_contact, object, paid_payments_count, payments_limit_count, recurrent, slug, sms_sent, starts_at, status, success_url, type, url].hash
|
313
|
+
end
|
314
|
+
|
315
|
+
# Builds the object from hash
|
316
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
317
|
+
# @return [Object] Returns the model itself
|
318
|
+
def self.build_from_hash(attributes)
|
319
|
+
return nil unless attributes.is_a?(Hash)
|
320
|
+
attributes = attributes.transform_keys(&:to_sym)
|
321
|
+
transformed_hash = {}
|
322
|
+
openapi_types.each_pair do |key, type|
|
323
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
324
|
+
transformed_hash["#{key}"] = nil
|
325
|
+
elsif type =~ /\AArray<(.*)>/i
|
326
|
+
# check to ensure the input is an array given that the attribute
|
327
|
+
# is documented as an array but the input is not
|
328
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
329
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
330
|
+
end
|
331
|
+
elsif !attributes[attribute_map[key]].nil?
|
332
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
333
|
+
end
|
334
|
+
end
|
335
|
+
new(transformed_hash)
|
336
|
+
end
|
337
|
+
|
338
|
+
# Deserializes the data based on type
|
339
|
+
# @param string type Data type
|
340
|
+
# @param string value Value to be deserialized
|
341
|
+
# @return [Object] Deserialized data
|
342
|
+
def self._deserialize(type, value)
|
343
|
+
case type.to_sym
|
344
|
+
when :Time
|
345
|
+
Time.parse(value)
|
346
|
+
when :Date
|
347
|
+
Date.parse(value)
|
348
|
+
when :String
|
349
|
+
value.to_s
|
350
|
+
when :Integer
|
351
|
+
value.to_i
|
352
|
+
when :Float
|
353
|
+
value.to_f
|
354
|
+
when :Boolean
|
355
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
356
|
+
true
|
357
|
+
else
|
358
|
+
false
|
359
|
+
end
|
360
|
+
when :Object
|
361
|
+
# generic object (usually a Hash), return directly
|
362
|
+
value
|
363
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
364
|
+
inner_type = Regexp.last_match[:inner_type]
|
365
|
+
value.map { |v| _deserialize(inner_type, v) }
|
366
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
367
|
+
k_type = Regexp.last_match[:k_type]
|
368
|
+
v_type = Regexp.last_match[:v_type]
|
369
|
+
{}.tap do |hash|
|
370
|
+
value.each do |k, v|
|
371
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
372
|
+
end
|
373
|
+
end
|
374
|
+
else # model
|
375
|
+
# models (e.g. Pet) or oneOf
|
376
|
+
klass = DigitalFemsa.const_get(type)
|
377
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
378
|
+
end
|
379
|
+
end
|
380
|
+
|
381
|
+
# Returns the string representation of the object
|
382
|
+
# @return [String] String presentation of the object
|
383
|
+
def to_s
|
384
|
+
to_hash.to_s
|
385
|
+
end
|
386
|
+
|
387
|
+
# to_body is an alias to to_hash (backward compatibility)
|
388
|
+
# @return [Hash] Returns the object in the form of hash
|
389
|
+
def to_body
|
390
|
+
to_hash
|
391
|
+
end
|
392
|
+
|
393
|
+
# Returns the object in the form of hash
|
394
|
+
# @return [Hash] Returns the object in the form of hash
|
395
|
+
def to_hash
|
396
|
+
hash = {}
|
397
|
+
self.class.attribute_map.each_pair do |attr, param|
|
398
|
+
value = self.send(attr)
|
399
|
+
if value.nil?
|
400
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
401
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
402
|
+
end
|
403
|
+
|
404
|
+
hash[param] = _to_hash(value)
|
405
|
+
end
|
406
|
+
hash
|
407
|
+
end
|
408
|
+
|
409
|
+
# Outputs non-array value in the form of hash
|
410
|
+
# For object, use to_hash. Otherwise, just return the value
|
411
|
+
# @param [Object] value Any valid value
|
412
|
+
# @return [Hash] Returns the value in the form of hash
|
413
|
+
def _to_hash(value)
|
414
|
+
if value.is_a?(Array)
|
415
|
+
value.compact.map { |v| _to_hash(v) }
|
416
|
+
elsif value.is_a?(Hash)
|
417
|
+
{}.tap do |hash|
|
418
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
419
|
+
end
|
420
|
+
elsif value.respond_to? :to_hash
|
421
|
+
value.to_hash
|
422
|
+
else
|
423
|
+
value
|
424
|
+
end
|
425
|
+
end
|
426
|
+
|
427
|
+
end
|
428
|
+
|
429
|
+
end
|
@@ -0,0 +1,280 @@
|
|
1
|
+
=begin
|
2
|
+
#Femsa API
|
3
|
+
|
4
|
+
#Femsa sdk
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.1.0
|
7
|
+
Contact: engineering@femsa.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.5.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module DigitalFemsa
|
17
|
+
class CheckoutsResponse
|
18
|
+
# Indicates if there are more pages to be requested
|
19
|
+
attr_accessor :has_more
|
20
|
+
|
21
|
+
# Object type, in this case is list
|
22
|
+
attr_accessor :object
|
23
|
+
|
24
|
+
# URL of the next page.
|
25
|
+
attr_accessor :next_page_url
|
26
|
+
|
27
|
+
# Url of the previous page.
|
28
|
+
attr_accessor :previous_page_url
|
29
|
+
|
30
|
+
attr_accessor :data
|
31
|
+
|
32
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
33
|
+
def self.attribute_map
|
34
|
+
{
|
35
|
+
:'has_more' => :'has_more',
|
36
|
+
:'object' => :'object',
|
37
|
+
:'next_page_url' => :'next_page_url',
|
38
|
+
:'previous_page_url' => :'previous_page_url',
|
39
|
+
:'data' => :'data'
|
40
|
+
}
|
41
|
+
end
|
42
|
+
|
43
|
+
# Returns all the JSON keys this model knows about
|
44
|
+
def self.acceptable_attributes
|
45
|
+
attribute_map.values
|
46
|
+
end
|
47
|
+
|
48
|
+
# Attribute type mapping.
|
49
|
+
def self.openapi_types
|
50
|
+
{
|
51
|
+
:'has_more' => :'Boolean',
|
52
|
+
:'object' => :'String',
|
53
|
+
:'next_page_url' => :'String',
|
54
|
+
:'previous_page_url' => :'String',
|
55
|
+
:'data' => :'Array<CheckoutResponse>'
|
56
|
+
}
|
57
|
+
end
|
58
|
+
|
59
|
+
# List of attributes with nullable: true
|
60
|
+
def self.openapi_nullable
|
61
|
+
Set.new([
|
62
|
+
:'next_page_url',
|
63
|
+
:'previous_page_url',
|
64
|
+
])
|
65
|
+
end
|
66
|
+
|
67
|
+
# List of class defined in allOf (OpenAPI v3)
|
68
|
+
def self.openapi_all_of
|
69
|
+
[
|
70
|
+
:'Page',
|
71
|
+
:'Pagination'
|
72
|
+
]
|
73
|
+
end
|
74
|
+
|
75
|
+
# Initializes the object
|
76
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
77
|
+
def initialize(attributes = {})
|
78
|
+
if (!attributes.is_a?(Hash))
|
79
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DigitalFemsa::CheckoutsResponse` initialize method"
|
80
|
+
end
|
81
|
+
|
82
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
83
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
84
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
85
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DigitalFemsa::CheckoutsResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
86
|
+
end
|
87
|
+
h[k.to_sym] = v
|
88
|
+
}
|
89
|
+
|
90
|
+
if attributes.key?(:'has_more')
|
91
|
+
self.has_more = attributes[:'has_more']
|
92
|
+
else
|
93
|
+
self.has_more = nil
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.key?(:'object')
|
97
|
+
self.object = attributes[:'object']
|
98
|
+
else
|
99
|
+
self.object = nil
|
100
|
+
end
|
101
|
+
|
102
|
+
if attributes.key?(:'next_page_url')
|
103
|
+
self.next_page_url = attributes[:'next_page_url']
|
104
|
+
end
|
105
|
+
|
106
|
+
if attributes.key?(:'previous_page_url')
|
107
|
+
self.previous_page_url = attributes[:'previous_page_url']
|
108
|
+
end
|
109
|
+
|
110
|
+
if attributes.key?(:'data')
|
111
|
+
if (value = attributes[:'data']).is_a?(Array)
|
112
|
+
self.data = value
|
113
|
+
end
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
118
|
+
# @return Array for valid properties with the reasons
|
119
|
+
def list_invalid_properties
|
120
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
121
|
+
invalid_properties = Array.new
|
122
|
+
if @has_more.nil?
|
123
|
+
invalid_properties.push('invalid value for "has_more", has_more cannot be nil.')
|
124
|
+
end
|
125
|
+
|
126
|
+
if @object.nil?
|
127
|
+
invalid_properties.push('invalid value for "object", object cannot be nil.')
|
128
|
+
end
|
129
|
+
|
130
|
+
invalid_properties
|
131
|
+
end
|
132
|
+
|
133
|
+
# Check to see if the all the properties in the model are valid
|
134
|
+
# @return true if the model is valid
|
135
|
+
def valid?
|
136
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
137
|
+
return false if @has_more.nil?
|
138
|
+
return false if @object.nil?
|
139
|
+
true
|
140
|
+
end
|
141
|
+
|
142
|
+
# Checks equality by comparing each attribute.
|
143
|
+
# @param [Object] Object to be compared
|
144
|
+
def ==(o)
|
145
|
+
return true if self.equal?(o)
|
146
|
+
self.class == o.class &&
|
147
|
+
has_more == o.has_more &&
|
148
|
+
object == o.object &&
|
149
|
+
next_page_url == o.next_page_url &&
|
150
|
+
previous_page_url == o.previous_page_url &&
|
151
|
+
data == o.data
|
152
|
+
end
|
153
|
+
|
154
|
+
# @see the `==` method
|
155
|
+
# @param [Object] Object to be compared
|
156
|
+
def eql?(o)
|
157
|
+
self == o
|
158
|
+
end
|
159
|
+
|
160
|
+
# Calculates hash code according to all attributes.
|
161
|
+
# @return [Integer] Hash code
|
162
|
+
def hash
|
163
|
+
[has_more, object, next_page_url, previous_page_url, data].hash
|
164
|
+
end
|
165
|
+
|
166
|
+
# Builds the object from hash
|
167
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
168
|
+
# @return [Object] Returns the model itself
|
169
|
+
def self.build_from_hash(attributes)
|
170
|
+
return nil unless attributes.is_a?(Hash)
|
171
|
+
attributes = attributes.transform_keys(&:to_sym)
|
172
|
+
transformed_hash = {}
|
173
|
+
openapi_types.each_pair do |key, type|
|
174
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
175
|
+
transformed_hash["#{key}"] = nil
|
176
|
+
elsif type =~ /\AArray<(.*)>/i
|
177
|
+
# check to ensure the input is an array given that the attribute
|
178
|
+
# is documented as an array but the input is not
|
179
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
180
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
181
|
+
end
|
182
|
+
elsif !attributes[attribute_map[key]].nil?
|
183
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
184
|
+
end
|
185
|
+
end
|
186
|
+
new(transformed_hash)
|
187
|
+
end
|
188
|
+
|
189
|
+
# Deserializes the data based on type
|
190
|
+
# @param string type Data type
|
191
|
+
# @param string value Value to be deserialized
|
192
|
+
# @return [Object] Deserialized data
|
193
|
+
def self._deserialize(type, value)
|
194
|
+
case type.to_sym
|
195
|
+
when :Time
|
196
|
+
Time.parse(value)
|
197
|
+
when :Date
|
198
|
+
Date.parse(value)
|
199
|
+
when :String
|
200
|
+
value.to_s
|
201
|
+
when :Integer
|
202
|
+
value.to_i
|
203
|
+
when :Float
|
204
|
+
value.to_f
|
205
|
+
when :Boolean
|
206
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
207
|
+
true
|
208
|
+
else
|
209
|
+
false
|
210
|
+
end
|
211
|
+
when :Object
|
212
|
+
# generic object (usually a Hash), return directly
|
213
|
+
value
|
214
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
215
|
+
inner_type = Regexp.last_match[:inner_type]
|
216
|
+
value.map { |v| _deserialize(inner_type, v) }
|
217
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
218
|
+
k_type = Regexp.last_match[:k_type]
|
219
|
+
v_type = Regexp.last_match[:v_type]
|
220
|
+
{}.tap do |hash|
|
221
|
+
value.each do |k, v|
|
222
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
223
|
+
end
|
224
|
+
end
|
225
|
+
else # model
|
226
|
+
# models (e.g. Pet) or oneOf
|
227
|
+
klass = DigitalFemsa.const_get(type)
|
228
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
229
|
+
end
|
230
|
+
end
|
231
|
+
|
232
|
+
# Returns the string representation of the object
|
233
|
+
# @return [String] String presentation of the object
|
234
|
+
def to_s
|
235
|
+
to_hash.to_s
|
236
|
+
end
|
237
|
+
|
238
|
+
# to_body is an alias to to_hash (backward compatibility)
|
239
|
+
# @return [Hash] Returns the object in the form of hash
|
240
|
+
def to_body
|
241
|
+
to_hash
|
242
|
+
end
|
243
|
+
|
244
|
+
# Returns the object in the form of hash
|
245
|
+
# @return [Hash] Returns the object in the form of hash
|
246
|
+
def to_hash
|
247
|
+
hash = {}
|
248
|
+
self.class.attribute_map.each_pair do |attr, param|
|
249
|
+
value = self.send(attr)
|
250
|
+
if value.nil?
|
251
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
252
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
253
|
+
end
|
254
|
+
|
255
|
+
hash[param] = _to_hash(value)
|
256
|
+
end
|
257
|
+
hash
|
258
|
+
end
|
259
|
+
|
260
|
+
# Outputs non-array value in the form of hash
|
261
|
+
# For object, use to_hash. Otherwise, just return the value
|
262
|
+
# @param [Object] value Any valid value
|
263
|
+
# @return [Hash] Returns the value in the form of hash
|
264
|
+
def _to_hash(value)
|
265
|
+
if value.is_a?(Array)
|
266
|
+
value.compact.map { |v| _to_hash(v) }
|
267
|
+
elsif value.is_a?(Hash)
|
268
|
+
{}.tap do |hash|
|
269
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
270
|
+
end
|
271
|
+
elsif value.respond_to? :to_hash
|
272
|
+
value.to_hash
|
273
|
+
else
|
274
|
+
value
|
275
|
+
end
|
276
|
+
end
|
277
|
+
|
278
|
+
end
|
279
|
+
|
280
|
+
end
|