conekta 2.5.0 → 6.0.0
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/AUTHORS.md +28 -0
- data/CHANGELOG.md +13 -0
- data/CODE_OF_CONDUCT.md +77 -0
- data/CONTRIBUTING.md +19 -0
- data/Gemfile +5 -9
- data/{LICENSE.txt → LICENSE} +1 -1
- data/Makefile +2 -0
- data/README.md +367 -150
- data/Rakefile +9 -0
- data/VERSION +1 -0
- data/conekta.gemspec +38 -28
- data/conekta.png +0 -0
- data/docs/AntifraudApi.md +443 -0
- data/docs/ApiKeyCreateResponse.md +40 -0
- data/docs/ApiKeyCreateResponseAllOf.md +18 -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/BlacklistRuleResponse.md +24 -0
- data/docs/ChargeDataPaymentMethodBankTransferResponse.md +48 -0
- data/docs/ChargeDataPaymentMethodCardResponse.md +38 -0
- data/docs/ChargeDataPaymentMethodCashResponse.md +32 -0
- data/docs/ChargeOrderResponse.md +56 -0
- data/docs/ChargeOrderResponsePaymentMethod.md +82 -0
- data/docs/ChargeRequest.md +24 -0
- data/docs/ChargeRequestPaymentMethod.md +26 -0
- data/docs/ChargeResponse.md +54 -0
- data/docs/ChargeResponseChannel.md +24 -0
- data/docs/ChargeResponsePaymentMethod.md +82 -0
- data/docs/ChargeResponseRefunds.md +26 -0
- data/docs/ChargeResponseRefundsAllOf.md +18 -0
- data/docs/ChargeResponseRefundsData.md +30 -0
- data/docs/ChargesApi.md +165 -0
- data/docs/ChargesDataResponse.md +54 -0
- data/docs/Checkout.md +38 -0
- data/docs/CheckoutOrderTemplate.md +24 -0
- data/docs/CheckoutOrderTemplateCustomerInfo.md +49 -0
- data/docs/CheckoutRequest.md +34 -0
- data/docs/CheckoutResponse.md +66 -0
- data/docs/CheckoutsResponse.md +26 -0
- data/docs/CheckoutsResponseAllOf.md +18 -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/CreateCustomerFiscalEntitiesResponseAllOf.md +26 -0
- data/docs/CreateCustomerPaymentMethodsRequest.md +51 -0
- data/docs/CreateCustomerPaymentMethodsResponse.md +83 -0
- data/docs/CreateRiskRulesData.md +22 -0
- data/docs/Customer.md +44 -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/CustomerFiscalEntitiesRequestAddress.md +32 -0
- data/docs/CustomerFiscalEntitiesResponse.md +22 -0
- data/docs/CustomerFiscalEntitiesResponseAllOf.md +18 -0
- data/docs/CustomerInfo.md +26 -0
- data/docs/CustomerInfoJustCustomerId.md +18 -0
- data/docs/CustomerInfoJustCustomerIdResponse.md +18 -0
- data/docs/CustomerInfoResponse.md +26 -0
- data/docs/CustomerPaymentMethodRequest.md +18 -0
- data/docs/CustomerPaymentMethods.md +18 -0
- data/docs/CustomerPaymentMethodsData.md +83 -0
- data/docs/CustomerPaymentMethodsRequest.md +51 -0
- data/docs/CustomerPaymentMethodsResponse.md +26 -0
- data/docs/CustomerResponse.md +50 -0
- data/docs/CustomerResponseShippingContacts.md +22 -0
- data/docs/CustomerResponseShippingContactsAllOf.md +18 -0
- data/docs/CustomerShippingContacts.md +30 -0
- data/docs/CustomerShippingContactsAddress.md +30 -0
- data/docs/CustomerShippingContactsDataResponse.md +36 -0
- data/docs/CustomerShippingContactsDataResponseAllOf.md +22 -0
- data/docs/CustomerShippingContactsResponse.md +36 -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/CustomersResponseAllOf.md +18 -0
- data/docs/DeleteApiKeysResponse.md +34 -0
- data/docs/DeleteApiKeysResponseAllOf.md +18 -0
- data/docs/DeletedBlacklistRuleResponse.md +24 -0
- data/docs/DeletedWhitelistRuleResponse.md +24 -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/DiscountLinesResponseAllOf.md +22 -0
- data/docs/DiscountsApi.md +405 -0
- data/docs/EmailCheckoutRequest.md +18 -0
- data/docs/Error.md +24 -0
- data/docs/ErrorAllOf.md +22 -0
- data/docs/EventResponse.md +32 -0
- data/docs/EventsApi.md +239 -0
- data/docs/EventsResendResponse.md +28 -0
- data/docs/GetApiKeysResponse.md +26 -0
- data/docs/GetApiKeysResponseAllOf.md +18 -0
- data/docs/GetChargesResponse.md +26 -0
- data/docs/GetChargesResponseAllOf.md +18 -0
- data/docs/GetCompaniesResponse.md +26 -0
- data/docs/GetCompaniesResponseAllOf.md +18 -0
- data/docs/GetCustomerPaymentMethodDataResponse.md +83 -0
- data/docs/GetEventsResponse.md +26 -0
- data/docs/GetEventsResponseAllOf.md +18 -0
- data/docs/GetOrderDiscountLinesResponse.md +26 -0
- data/docs/GetOrderDiscountLinesResponseAllOf.md +18 -0
- data/docs/GetOrdersResponse.md +26 -0
- data/docs/GetPaymentMethodResponse.md +26 -0
- data/docs/GetPaymentMethodResponseAllOf.md +18 -0
- data/docs/GetPlansResponse.md +26 -0
- data/docs/GetPlansResponseAllOf.md +18 -0
- data/docs/GetTransactionsResponse.md +26 -0
- data/docs/GetTransactionsResponseAllOf.md +18 -0
- data/docs/GetTransfersResponse.md +26 -0
- data/docs/GetTransfersResponseAllOf.md +18 -0
- data/docs/GetWebhookKeysResponse.md +26 -0
- data/docs/GetWebhookKeysResponseAllOf.md +18 -0
- data/docs/GetWebhooksResponse.md +26 -0
- data/docs/GetWebhooksResponseAllOf.md +18 -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/OrderDiscountLinesRequest.md +22 -0
- data/docs/OrderRefundRequest.md +22 -0
- data/docs/OrderRequest.md +42 -0
- data/docs/OrderRequestCustomerInfo.md +49 -0
- data/docs/OrderResponse.md +56 -0
- data/docs/OrderResponseCharges.md +22 -0
- data/docs/OrderResponseChargesAllOf.md +18 -0
- data/docs/OrderResponseCheckout.md +68 -0
- data/docs/OrderResponseCustomerInfo.md +28 -0
- data/docs/OrderResponseCustomerInfoAllOf.md +18 -0
- data/docs/OrderResponseDiscountLines.md +22 -0
- data/docs/OrderResponseDiscountLinesAllOf.md +18 -0
- data/docs/OrderResponseFiscalEntity.md +24 -0
- data/docs/OrderResponseFiscalEntityAddress.md +34 -0
- data/docs/OrderResponseFiscalEntityAddressAllOf.md +18 -0
- data/docs/OrderResponseProducts.md +26 -0
- data/docs/OrderResponseProductsAllOf.md +18 -0
- data/docs/OrderResponseShippingContact.md +36 -0
- data/docs/OrderResponseShippingContactAllOf.md +22 -0
- data/docs/OrderTaxRequest.md +22 -0
- data/docs/OrderUpdateRequest.md +38 -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/PaymentMethodBankTransfer.md +52 -0
- data/docs/PaymentMethodCard.md +42 -0
- data/docs/PaymentMethodCardRequest.md +20 -0
- data/docs/PaymentMethodCardRequestAllOf.md +18 -0
- data/docs/PaymentMethodCardResponse.md +46 -0
- data/docs/PaymentMethodCardResponseAllOf.md +36 -0
- data/docs/PaymentMethodCash.md +36 -0
- data/docs/PaymentMethodCashRequest.md +20 -0
- data/docs/PaymentMethodCashRequestAllOf.md +18 -0
- data/docs/PaymentMethodCashResponse.md +36 -0
- data/docs/PaymentMethodCashResponseAllOf.md +26 -0
- data/docs/PaymentMethodResponse.md +26 -0
- data/docs/PaymentMethodSpeiRecurrent.md +30 -0
- data/docs/PaymentMethodSpeiRecurrentAllOf.md +20 -0
- data/docs/PaymentMethodSpeiRequest.md +20 -0
- data/docs/PaymentMethodsApi.md +327 -0
- data/docs/PlanRequest.md +32 -0
- data/docs/PlanResponse.md +38 -0
- data/docs/PlanUpdateRequest.md +24 -0
- data/docs/PlansApi.md +385 -0
- data/docs/Product.md +34 -0
- data/docs/ProductDataResponse.md +40 -0
- data/docs/ProductDataResponseAllOf.md +22 -0
- data/docs/ProductOrderResponse.md +40 -0
- data/docs/ProductOrderResponseAllOf.md +22 -0
- data/docs/ProductsApi.md +243 -0
- data/docs/RiskRules.md +18 -0
- data/docs/RiskRulesData.md +30 -0
- data/docs/RiskRulesList.md +26 -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/SubscriptionEventsResponse.md +26 -0
- data/docs/SubscriptionRequest.md +22 -0
- data/docs/SubscriptionResponse.md +50 -0
- data/docs/SubscriptionUpdateRequest.md +22 -0
- data/docs/SubscriptionsApi.md +539 -0
- data/docs/TaxesApi.md +243 -0
- data/docs/Token.md +20 -0
- data/docs/TokenCard.md +28 -0
- data/docs/TokenCheckout.md +18 -0
- data/docs/TokenResponse.md +26 -0
- data/docs/TokenResponseCheckout.md +62 -0
- data/docs/TokensApi.md +81 -0
- data/docs/TransactionResponse.md +38 -0
- data/docs/TransactionsApi.md +165 -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 +44 -0
- data/docs/UpdateCustomerAntifraudInfo.md +20 -0
- data/docs/UpdateCustomerFiscalEntitiesResponse.md +38 -0
- data/docs/UpdateCustomerFiscalEntitiesResponseAllOf.md +26 -0
- data/docs/UpdateCustomerPaymentMethodsResponse.md +83 -0
- data/docs/UpdateOrderDiscountLinesRequest.md +22 -0
- data/docs/UpdateOrderTaxRequest.md +22 -0
- data/docs/UpdateOrderTaxResponse.md +28 -0
- data/docs/UpdateOrderTaxResponseAllOf.md +22 -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/docs/WhitelistlistRuleResponse.md +24 -0
- data/lib/conekta/api/antifraud_api.rb +434 -0
- data/lib/conekta/api/api_keys_api.rb +407 -0
- data/lib/conekta/api/balances_api.rb +86 -0
- data/lib/conekta/api/charges_api.rb +191 -0
- data/lib/conekta/api/companies_api.rb +174 -0
- data/lib/conekta/api/customers_api.rb +591 -0
- data/lib/conekta/api/discounts_api.rb +447 -0
- data/lib/conekta/api/events_api.rb +256 -0
- data/lib/conekta/api/logs_api.rb +182 -0
- data/lib/conekta/api/orders_api.rb +657 -0
- data/lib/conekta/api/payment_link_api.rb +491 -0
- data/lib/conekta/api/payment_methods_api.rb +368 -0
- data/lib/conekta/api/plans_api.rb +406 -0
- data/lib/conekta/api/products_api.rb +275 -0
- data/lib/conekta/api/shipping_contacts_api.rb +275 -0
- data/lib/conekta/api/shippings_api.rb +275 -0
- data/lib/conekta/api/subscriptions_api.rb +550 -0
- data/lib/conekta/api/taxes_api.rb +275 -0
- data/lib/conekta/api/tokens_api.rb +97 -0
- data/lib/conekta/api/transactions_api.rb +182 -0
- data/lib/conekta/api/transfers_api.rb +182 -0
- data/lib/conekta/api/webhook_keys_api.rb +396 -0
- data/lib/conekta/api/webhooks_api.rb +477 -0
- data/lib/conekta/api_client.rb +439 -0
- data/lib/conekta/api_error.rb +58 -0
- data/lib/conekta/configuration.rb +379 -0
- data/lib/conekta/models/api_key_create_response.rb +339 -0
- data/lib/conekta/models/api_key_create_response_all_of.rb +220 -0
- data/lib/conekta/models/api_key_request.rb +234 -0
- data/lib/conekta/models/api_key_response.rb +322 -0
- data/lib/conekta/models/api_key_response_on_delete.rb +301 -0
- data/lib/conekta/models/api_key_update_request.rb +230 -0
- data/lib/conekta/models/balance_common_field.rb +231 -0
- data/lib/conekta/models/balance_response.rb +329 -0
- data/lib/conekta/models/blacklist_rule_response.rb +250 -0
- data/lib/conekta/models/charge_data_payment_method_bank_transfer_response.rb +367 -0
- data/lib/conekta/models/charge_data_payment_method_card_response.rb +337 -0
- data/lib/conekta/models/charge_data_payment_method_cash_response.rb +286 -0
- data/lib/conekta/models/charge_order_response.rb +397 -0
- data/lib/conekta/models/charge_order_response_payment_method.rb +57 -0
- data/lib/conekta/models/charge_request.rb +254 -0
- data/lib/conekta/models/charge_request_payment_method.rb +287 -0
- data/lib/conekta/models/charge_response.rb +385 -0
- data/lib/conekta/models/charge_response_channel.rb +246 -0
- data/lib/conekta/models/charge_response_payment_method.rb +57 -0
- data/lib/conekta/models/charge_response_refunds.rb +283 -0
- data/lib/conekta/models/charge_response_refunds_all_of.rb +222 -0
- data/lib/conekta/models/charge_response_refunds_data.rb +295 -0
- data/lib/conekta/models/charges_data_response.rb +392 -0
- data/lib/conekta/models/checkout.rb +355 -0
- data/lib/conekta/models/checkout_order_template.rb +298 -0
- data/lib/conekta/models/checkout_order_template_customer_info.rb +106 -0
- data/lib/conekta/models/checkout_request.rb +307 -0
- data/lib/conekta/models/checkout_response.rb +466 -0
- data/lib/conekta/models/checkouts_response.rb +282 -0
- data/lib/conekta/models/checkouts_response_all_of.rb +221 -0
- data/lib/conekta/models/company_fiscal_info_address_response.rb +335 -0
- data/lib/conekta/models/company_fiscal_info_response.rb +314 -0
- data/lib/conekta/models/company_payout_destination_response.rb +317 -0
- data/lib/conekta/models/company_response.rb +323 -0
- data/lib/conekta/models/create_customer_fiscal_entities_response.rb +339 -0
- data/lib/conekta/models/create_customer_fiscal_entities_response_all_of.rb +270 -0
- data/lib/conekta/models/create_customer_payment_methods_request.rb +107 -0
- data/lib/conekta/models/create_customer_payment_methods_response.rb +58 -0
- data/lib/conekta/models/create_risk_rules_data.rb +255 -0
- data/lib/conekta/models/customer.rb +388 -0
- data/lib/conekta/models/customer_address.rb +298 -0
- data/lib/conekta/models/customer_antifraud_info.rb +228 -0
- data/lib/conekta/models/customer_antifraud_info_response.rb +228 -0
- data/lib/conekta/models/customer_fiscal_entities_data_response.rb +339 -0
- data/lib/conekta/models/customer_fiscal_entities_request.rb +271 -0
- data/lib/conekta/models/customer_fiscal_entities_request_address.rb +305 -0
- data/lib/conekta/models/customer_fiscal_entities_response.rb +259 -0
- data/lib/conekta/models/customer_fiscal_entities_response_all_of.rb +221 -0
- data/lib/conekta/models/customer_info.rb +270 -0
- data/lib/conekta/models/customer_info_just_customer_id.rb +224 -0
- data/lib/conekta/models/customer_info_just_customer_id_response.rb +219 -0
- data/lib/conekta/models/customer_info_response.rb +257 -0
- data/lib/conekta/models/customer_payment_method_request.rb +226 -0
- data/lib/conekta/models/customer_payment_methods.rb +221 -0
- data/lib/conekta/models/customer_payment_methods_data.rb +58 -0
- data/lib/conekta/models/customer_payment_methods_request.rb +106 -0
- data/lib/conekta/models/customer_payment_methods_response.rb +282 -0
- data/lib/conekta/models/customer_response.rb +387 -0
- data/lib/conekta/models/customer_response_shipping_contacts.rb +259 -0
- data/lib/conekta/models/customer_response_shipping_contacts_all_of.rb +221 -0
- data/lib/conekta/models/customer_shipping_contacts.rb +284 -0
- data/lib/conekta/models/customer_shipping_contacts_address.rb +276 -0
- data/lib/conekta/models/customer_shipping_contacts_data_response.rb +333 -0
- data/lib/conekta/models/customer_shipping_contacts_data_response_all_of.rb +252 -0
- data/lib/conekta/models/customer_shipping_contacts_response.rb +302 -0
- data/lib/conekta/models/customer_shipping_contacts_response_address.rb +282 -0
- data/lib/conekta/models/customer_update_fiscal_entities_request.rb +266 -0
- data/lib/conekta/models/customer_update_shipping_contacts.rb +279 -0
- data/lib/conekta/models/customers_response.rb +282 -0
- data/lib/conekta/models/customers_response_all_of.rb +221 -0
- data/lib/conekta/models/delete_api_keys_response.rb +307 -0
- data/lib/conekta/models/delete_api_keys_response_all_of.rb +219 -0
- data/lib/conekta/models/deleted_blacklist_rule_response.rb +250 -0
- data/lib/conekta/models/deleted_whitelist_rule_response.rb +250 -0
- data/lib/conekta/models/details.rb +221 -0
- data/lib/conekta/models/details_error.rb +247 -0
- data/lib/conekta/models/discount_lines_data_response.rb +326 -0
- data/lib/conekta/models/discount_lines_response.rb +327 -0
- data/lib/conekta/models/discount_lines_response_all_of.rb +255 -0
- data/lib/conekta/models/email_checkout_request.rb +224 -0
- data/lib/conekta/models/error.rb +259 -0
- data/lib/conekta/models/error_all_of.rb +239 -0
- data/lib/conekta/models/event_response.rb +302 -0
- data/lib/conekta/models/events_resend_response.rb +282 -0
- data/lib/conekta/models/get_api_keys_response.rb +282 -0
- data/lib/conekta/models/get_api_keys_response_all_of.rb +221 -0
- data/lib/conekta/models/get_charges_response.rb +282 -0
- data/lib/conekta/models/get_charges_response_all_of.rb +221 -0
- data/lib/conekta/models/get_companies_response.rb +282 -0
- data/lib/conekta/models/get_companies_response_all_of.rb +221 -0
- data/lib/conekta/models/get_customer_payment_method_data_response.rb +58 -0
- data/lib/conekta/models/get_events_response.rb +282 -0
- data/lib/conekta/models/get_events_response_all_of.rb +221 -0
- data/lib/conekta/models/get_order_discount_lines_response.rb +282 -0
- data/lib/conekta/models/get_order_discount_lines_response_all_of.rb +221 -0
- data/lib/conekta/models/get_orders_response.rb +287 -0
- data/lib/conekta/models/get_payment_method_response.rb +282 -0
- data/lib/conekta/models/get_payment_method_response_all_of.rb +221 -0
- data/lib/conekta/models/get_plans_response.rb +282 -0
- data/lib/conekta/models/get_plans_response_all_of.rb +221 -0
- data/lib/conekta/models/get_transactions_response.rb +283 -0
- data/lib/conekta/models/get_transactions_response_all_of.rb +222 -0
- data/lib/conekta/models/get_transfers_response.rb +283 -0
- data/lib/conekta/models/get_transfers_response_all_of.rb +222 -0
- data/lib/conekta/models/get_webhook_keys_response.rb +282 -0
- data/lib/conekta/models/get_webhook_keys_response_all_of.rb +221 -0
- data/lib/conekta/models/get_webhooks_response.rb +282 -0
- data/lib/conekta/models/get_webhooks_response_all_of.rb +221 -0
- data/lib/conekta/models/log_response.rb +417 -0
- data/lib/conekta/models/logs_response.rb +266 -0
- data/lib/conekta/models/logs_response_data.rb +401 -0
- data/lib/conekta/models/order_capture_request.rb +244 -0
- data/lib/conekta/models/order_discount_lines_request.rb +275 -0
- data/lib/conekta/models/order_refund_request.rb +248 -0
- data/lib/conekta/models/order_request.rb +401 -0
- data/lib/conekta/models/order_request_customer_info.rb +106 -0
- data/lib/conekta/models/order_response.rb +418 -0
- data/lib/conekta/models/order_response_charges.rb +260 -0
- data/lib/conekta/models/order_response_charges_all_of.rb +221 -0
- data/lib/conekta/models/order_response_checkout.rb +468 -0
- data/lib/conekta/models/order_response_customer_info.rb +275 -0
- data/lib/conekta/models/order_response_customer_info_all_of.rb +219 -0
- data/lib/conekta/models/order_response_discount_lines.rb +259 -0
- data/lib/conekta/models/order_response_discount_lines_all_of.rb +221 -0
- data/lib/conekta/models/order_response_fiscal_entity.rb +246 -0
- data/lib/conekta/models/order_response_fiscal_entity_address.rb +315 -0
- data/lib/conekta/models/order_response_fiscal_entity_address_all_of.rb +219 -0
- data/lib/conekta/models/order_response_products.rb +282 -0
- data/lib/conekta/models/order_response_products_all_of.rb +221 -0
- data/lib/conekta/models/order_response_shipping_contact.rb +309 -0
- data/lib/conekta/models/order_response_shipping_contact_all_of.rb +237 -0
- data/lib/conekta/models/order_tax_request.rb +305 -0
- data/lib/conekta/models/order_update_request.rb +344 -0
- data/lib/conekta/models/order_update_request_customer_info.rb +105 -0
- data/lib/conekta/models/orders_response.rb +226 -0
- data/lib/conekta/models/page.rb +233 -0
- data/lib/conekta/models/pagination.rb +241 -0
- data/lib/conekta/models/payment_method.rb +233 -0
- data/lib/conekta/models/payment_method_bank_transfer.rb +397 -0
- data/lib/conekta/models/payment_method_card.rb +367 -0
- data/lib/conekta/models/payment_method_card_request.rb +248 -0
- data/lib/conekta/models/payment_method_card_request_all_of.rb +220 -0
- data/lib/conekta/models/payment_method_card_response.rb +373 -0
- data/lib/conekta/models/payment_method_card_response_all_of.rb +301 -0
- data/lib/conekta/models/payment_method_cash.rb +316 -0
- data/lib/conekta/models/payment_method_cash_request.rb +242 -0
- data/lib/conekta/models/payment_method_cash_request_all_of.rb +219 -0
- data/lib/conekta/models/payment_method_cash_response.rb +328 -0
- data/lib/conekta/models/payment_method_cash_response_all_of.rb +256 -0
- data/lib/conekta/models/payment_method_response.rb +275 -0
- data/lib/conekta/models/payment_method_spei_recurrent.rb +301 -0
- data/lib/conekta/models/payment_method_spei_recurrent_all_of.rb +229 -0
- data/lib/conekta/models/payment_method_spei_request.rb +242 -0
- data/lib/conekta/models/plan_request.rb +398 -0
- data/lib/conekta/models/plan_response.rb +327 -0
- data/lib/conekta/models/plan_update_request.rb +281 -0
- data/lib/conekta/models/product.rb +388 -0
- data/lib/conekta/models/product_data_response.rb +423 -0
- data/lib/conekta/models/product_data_response_all_of.rb +237 -0
- data/lib/conekta/models/product_order_response.rb +423 -0
- data/lib/conekta/models/product_order_response_all_of.rb +237 -0
- data/lib/conekta/models/risk_rules.rb +221 -0
- data/lib/conekta/models/risk_rules_data.rb +280 -0
- data/lib/conekta/models/risk_rules_list.rb +282 -0
- data/lib/conekta/models/shipping_order_response.rb +336 -0
- data/lib/conekta/models/shipping_request.rb +301 -0
- data/lib/conekta/models/sms_checkout_request.rb +224 -0
- data/lib/conekta/models/subscription_events_response.rb +282 -0
- data/lib/conekta/models/subscription_request.rb +243 -0
- data/lib/conekta/models/subscription_response.rb +371 -0
- data/lib/conekta/models/subscription_update_request.rb +238 -0
- data/lib/conekta/models/token.rb +231 -0
- data/lib/conekta/models/token_card.rb +352 -0
- data/lib/conekta/models/token_checkout.rb +220 -0
- data/lib/conekta/models/token_response.rb +281 -0
- data/lib/conekta/models/token_response_checkout.rb +439 -0
- data/lib/conekta/models/transaction_response.rb +395 -0
- data/lib/conekta/models/transfer_destination_response.rb +291 -0
- data/lib/conekta/models/transfer_method_response.rb +291 -0
- data/lib/conekta/models/transfer_response.rb +325 -0
- data/lib/conekta/models/transfers_response.rb +325 -0
- data/lib/conekta/models/update_customer.rb +373 -0
- data/lib/conekta/models/update_customer_antifraud_info.rb +228 -0
- data/lib/conekta/models/update_customer_fiscal_entities_response.rb +339 -0
- data/lib/conekta/models/update_customer_fiscal_entities_response_all_of.rb +270 -0
- data/lib/conekta/models/update_customer_payment_methods_response.rb +58 -0
- data/lib/conekta/models/update_order_discount_lines_request.rb +254 -0
- data/lib/conekta/models/update_order_tax_request.rb +287 -0
- data/lib/conekta/models/update_order_tax_response.rb +345 -0
- data/lib/conekta/models/update_order_tax_response_all_of.rb +237 -0
- data/lib/conekta/models/update_payment_methods.rb +219 -0
- data/lib/conekta/models/update_product.rb +342 -0
- data/lib/conekta/models/webhook_key_create_response.rb +271 -0
- data/lib/conekta/models/webhook_key_delete_response.rb +271 -0
- data/lib/conekta/models/webhook_key_request.rb +222 -0
- data/lib/conekta/models/webhook_key_response.rb +282 -0
- data/lib/conekta/models/webhook_key_update_request.rb +222 -0
- data/lib/conekta/models/webhook_log.rb +290 -0
- data/lib/conekta/models/webhook_request.rb +264 -0
- data/lib/conekta/models/webhook_response.rb +304 -0
- data/lib/conekta/models/webhook_update_request.rb +270 -0
- data/lib/conekta/models/whitelistlist_rule_response.rb +250 -0
- data/lib/conekta/version.rb +13 -1
- data/lib/conekta.rb +255 -93
- data/lib/ssl_data/ca_bundle.crt +84 -0
- data/spec/api/antifraud_api_spec.rb +166 -0
- data/spec/api/api_keys_api_spec.rb +151 -0
- data/spec/api/balances_api_spec.rb +56 -0
- data/spec/api/base_test.rb +9 -0
- data/spec/api/charges_api_spec.rb +140 -0
- data/spec/api/companies_api_spec.rb +71 -0
- data/spec/api/customers_api_spec.rb +305 -0
- data/spec/api/discounts_api_spec.rb +153 -0
- data/spec/api/events_api_spec.rb +96 -0
- data/spec/api/logs_api_spec.rb +78 -0
- data/spec/api/orders_api_spec.rb +362 -0
- data/spec/api/payment_link_api_spec.rb +192 -0
- data/spec/api/payment_methods_api_spec.rb +134 -0
- data/spec/api/plans_api_spec.rb +139 -0
- data/spec/api/products_api_spec.rb +106 -0
- data/spec/api/shipping_contacts_api_spec.rb +117 -0
- data/spec/api/shippings_api_spec.rb +108 -0
- data/spec/api/subscriptions_api_spec.rb +177 -0
- data/spec/api/taxes_api_spec.rb +110 -0
- data/spec/api/tokens_api_spec.rb +76 -0
- data/spec/api/transactions_api_spec.rb +82 -0
- data/spec/api/transfers_api_spec.rb +96 -0
- data/spec/api/webhook_keys_api_spec.rb +146 -0
- data/spec/api/webhooks_api_spec.rb +152 -0
- data/spec/api_client_spec.rb +223 -0
- data/spec/configuration_spec.rb +82 -0
- data/spec/spec_helper.rb +114 -10
- metadata +534 -173
- data/.gitignore +0 -23
- data/.rspec +0 -1
- data/Dockerfile +0 -44
- data/lib/conekta/address.rb +0 -5
- data/lib/conekta/card.rb +0 -21
- data/lib/conekta/charge.rb +0 -25
- data/lib/conekta/checkout.rb +0 -35
- data/lib/conekta/conekta_object.rb +0 -109
- data/lib/conekta/customer.rb +0 -82
- data/lib/conekta/customer_info.rb +0 -5
- data/lib/conekta/destination.rb +0 -17
- data/lib/conekta/details.rb +0 -5
- data/lib/conekta/discount_line.rb +0 -19
- data/lib/conekta/error.rb +0 -100
- data/lib/conekta/error_details.rb +0 -14
- data/lib/conekta/event.rb +0 -9
- data/lib/conekta/line_item.rb +0 -21
- data/lib/conekta/list.rb +0 -59
- data/lib/conekta/log.rb +0 -10
- data/lib/conekta/method.rb +0 -4
- data/lib/conekta/operations/create.rb +0 -18
- data/lib/conekta/operations/create_member.rb +0 -40
- data/lib/conekta/operations/custom_action.rb +0 -13
- data/lib/conekta/operations/delete.rb +0 -45
- data/lib/conekta/operations/find.rb +0 -20
- data/lib/conekta/operations/update.rb +0 -11
- data/lib/conekta/operations/where.rb +0 -30
- data/lib/conekta/order.rb +0 -86
- data/lib/conekta/payee.rb +0 -66
- data/lib/conekta/payment_method.rb +0 -4
- data/lib/conekta/payment_source.rb +0 -17
- data/lib/conekta/payout.rb +0 -7
- data/lib/conekta/payout_method.rb +0 -17
- data/lib/conekta/plan.rb +0 -16
- data/lib/conekta/refund.rb +0 -6
- data/lib/conekta/requestor.rb +0 -76
- data/lib/conekta/resource.rb +0 -55
- data/lib/conekta/return.rb +0 -12
- data/lib/conekta/shipping_contact.rb +0 -19
- data/lib/conekta/shipping_line.rb +0 -20
- data/lib/conekta/subscription.rb +0 -25
- data/lib/conekta/tax_line.rb +0 -19
- data/lib/conekta/token.rb +0 -8
- data/lib/conekta/transfer.rb +0 -7
- data/lib/conekta/util.rb +0 -137
- data/lib/conekta/webhook.rb +0 -12
- data/lib/conekta/webhook_log.rb +0 -4
- data/locales/en.yml +0 -9
- data/locales/es.yml +0 -10
- data/readme_files/banner.png +0 -0
- data/readme_files/conekta-badge.png +0 -0
- data/readme_files/ruby-badge.png +0 -0
- data/spec/conekta/1.0.0/.DS_Store +0 -0
- data/spec/conekta/1.0.0/card_spec.rb +0 -40
- data/spec/conekta/1.0.0/charge_spec.rb +0 -152
- data/spec/conekta/1.0.0/customer_spec.rb +0 -147
- data/spec/conekta/1.0.0/error_spec.rb +0 -69
- data/spec/conekta/1.0.0/event_spec.rb +0 -26
- data/spec/conekta/1.0.0/log_spec.rb +0 -20
- data/spec/conekta/1.0.0/payout_spec.rb +0 -60
- data/spec/conekta/1.0.0/plan_spec.rb +0 -53
- data/spec/conekta/1.0.0/token_spec.rb +0 -5
- data/spec/conekta/1.0.0/webhook_spec.rb +0 -36
- data/spec/conekta/2.0.0/checkout_spec.rb +0 -224
- data/spec/conekta/2.0.0/customer_spec.rb +0 -77
- data/spec/conekta/2.0.0/discount_line_spec.rb +0 -49
- data/spec/conekta/2.0.0/error_spec.rb +0 -61
- data/spec/conekta/2.0.0/line_item_spec.rb +0 -53
- data/spec/conekta/2.0.0/list_spec.rb +0 -29
- data/spec/conekta/2.0.0/order_spec.rb +0 -376
- data/spec/conekta/2.0.0/payee_spec.rb +0 -55
- data/spec/conekta/2.0.0/shipping_contact_spec.rb +0 -60
- data/spec/conekta/2.0.0/shipping_line_spec.rb +0 -53
- data/spec/conekta/2.0.0/source_spec.rb +0 -31
- data/spec/conekta/2.0.0/tax_line_spec.rb +0 -44
- data/spec/conekta/2.0.0/transfer_spec.rb +0 -59
- data/spec/conekta_spec.rb +0 -29
- data/spec/support/fixtures/orders.json +0 -1127
- data/spec/support/shared_context.rb +0 -49
@@ -0,0 +1,355 @@
|
|
1
|
+
=begin
|
2
|
+
#Conekta API
|
3
|
+
|
4
|
+
#Conekta sdk
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.1.0
|
7
|
+
Contact: engineering@conekta.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.6.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Conekta
|
17
|
+
# It is a sub-resource of the Order model that can be stipulated in order to configure its corresponding checkout
|
18
|
+
class Checkout
|
19
|
+
# Those are the payment methods that will be available for the link
|
20
|
+
attr_accessor :allowed_payment_methods
|
21
|
+
|
22
|
+
# It is the time when the link will expire. It is expressed in seconds since the Unix epoch. The valid range is from 2 to 365 days (the valid range will be taken from the next day of the creation date at 00:01 hrs)
|
23
|
+
attr_accessor :expires_at
|
24
|
+
|
25
|
+
# This flag allows you to specify if months without interest will be active.
|
26
|
+
attr_accessor :monthly_installments_enabled
|
27
|
+
|
28
|
+
# This field allows you to specify the number of months without interest.
|
29
|
+
attr_accessor :monthly_installments_options
|
30
|
+
|
31
|
+
# Reason for charge
|
32
|
+
attr_accessor :name
|
33
|
+
|
34
|
+
# This flag allows you to fill in the shipping information at checkout.
|
35
|
+
attr_accessor :needs_shipping_contact
|
36
|
+
|
37
|
+
# This flag allows you to specify if the link will be on demand.
|
38
|
+
attr_accessor :on_demand_enabled
|
39
|
+
|
40
|
+
attr_accessor :order_template
|
41
|
+
|
42
|
+
# It is the number of payments that can be made through the link.
|
43
|
+
attr_accessor :payments_limit_count
|
44
|
+
|
45
|
+
# false: single use. true: multiple payments
|
46
|
+
attr_accessor :recurrent
|
47
|
+
|
48
|
+
# It is the type of link that will be created. It must be a valid type.
|
49
|
+
attr_accessor :type
|
50
|
+
|
51
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
52
|
+
def self.attribute_map
|
53
|
+
{
|
54
|
+
:'allowed_payment_methods' => :'allowed_payment_methods',
|
55
|
+
:'expires_at' => :'expires_at',
|
56
|
+
:'monthly_installments_enabled' => :'monthly_installments_enabled',
|
57
|
+
:'monthly_installments_options' => :'monthly_installments_options',
|
58
|
+
:'name' => :'name',
|
59
|
+
:'needs_shipping_contact' => :'needs_shipping_contact',
|
60
|
+
:'on_demand_enabled' => :'on_demand_enabled',
|
61
|
+
:'order_template' => :'order_template',
|
62
|
+
:'payments_limit_count' => :'payments_limit_count',
|
63
|
+
:'recurrent' => :'recurrent',
|
64
|
+
:'type' => :'type'
|
65
|
+
}
|
66
|
+
end
|
67
|
+
|
68
|
+
# Returns all the JSON keys this model knows about
|
69
|
+
def self.acceptable_attributes
|
70
|
+
attribute_map.values
|
71
|
+
end
|
72
|
+
|
73
|
+
# Attribute type mapping.
|
74
|
+
def self.openapi_types
|
75
|
+
{
|
76
|
+
:'allowed_payment_methods' => :'Array<String>',
|
77
|
+
:'expires_at' => :'Integer',
|
78
|
+
:'monthly_installments_enabled' => :'Boolean',
|
79
|
+
:'monthly_installments_options' => :'Array<Integer>',
|
80
|
+
:'name' => :'String',
|
81
|
+
:'needs_shipping_contact' => :'Boolean',
|
82
|
+
:'on_demand_enabled' => :'Boolean',
|
83
|
+
:'order_template' => :'CheckoutOrderTemplate',
|
84
|
+
:'payments_limit_count' => :'Integer',
|
85
|
+
:'recurrent' => :'Boolean',
|
86
|
+
:'type' => :'String'
|
87
|
+
}
|
88
|
+
end
|
89
|
+
|
90
|
+
# List of attributes with nullable: true
|
91
|
+
def self.openapi_nullable
|
92
|
+
Set.new([
|
93
|
+
:'on_demand_enabled',
|
94
|
+
])
|
95
|
+
end
|
96
|
+
|
97
|
+
# Initializes the object
|
98
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
99
|
+
def initialize(attributes = {})
|
100
|
+
if (!attributes.is_a?(Hash))
|
101
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Conekta::Checkout` initialize method"
|
102
|
+
end
|
103
|
+
|
104
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
105
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
106
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
107
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Conekta::Checkout`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
108
|
+
end
|
109
|
+
h[k.to_sym] = v
|
110
|
+
}
|
111
|
+
|
112
|
+
if attributes.key?(:'allowed_payment_methods')
|
113
|
+
if (value = attributes[:'allowed_payment_methods']).is_a?(Array)
|
114
|
+
self.allowed_payment_methods = value
|
115
|
+
end
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'expires_at')
|
119
|
+
self.expires_at = attributes[:'expires_at']
|
120
|
+
end
|
121
|
+
|
122
|
+
if attributes.key?(:'monthly_installments_enabled')
|
123
|
+
self.monthly_installments_enabled = attributes[:'monthly_installments_enabled']
|
124
|
+
end
|
125
|
+
|
126
|
+
if attributes.key?(:'monthly_installments_options')
|
127
|
+
if (value = attributes[:'monthly_installments_options']).is_a?(Array)
|
128
|
+
self.monthly_installments_options = value
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
if attributes.key?(:'name')
|
133
|
+
self.name = attributes[:'name']
|
134
|
+
end
|
135
|
+
|
136
|
+
if attributes.key?(:'needs_shipping_contact')
|
137
|
+
self.needs_shipping_contact = attributes[:'needs_shipping_contact']
|
138
|
+
end
|
139
|
+
|
140
|
+
if attributes.key?(:'on_demand_enabled')
|
141
|
+
self.on_demand_enabled = attributes[:'on_demand_enabled']
|
142
|
+
end
|
143
|
+
|
144
|
+
if attributes.key?(:'order_template')
|
145
|
+
self.order_template = attributes[:'order_template']
|
146
|
+
end
|
147
|
+
|
148
|
+
if attributes.key?(:'payments_limit_count')
|
149
|
+
self.payments_limit_count = attributes[:'payments_limit_count']
|
150
|
+
end
|
151
|
+
|
152
|
+
if attributes.key?(:'recurrent')
|
153
|
+
self.recurrent = attributes[:'recurrent']
|
154
|
+
end
|
155
|
+
|
156
|
+
if attributes.key?(:'type')
|
157
|
+
self.type = attributes[:'type']
|
158
|
+
end
|
159
|
+
end
|
160
|
+
|
161
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
162
|
+
# @return Array for valid properties with the reasons
|
163
|
+
def list_invalid_properties
|
164
|
+
invalid_properties = Array.new
|
165
|
+
if @allowed_payment_methods.nil?
|
166
|
+
invalid_properties.push('invalid value for "allowed_payment_methods", allowed_payment_methods cannot be nil.')
|
167
|
+
end
|
168
|
+
|
169
|
+
if @expires_at.nil?
|
170
|
+
invalid_properties.push('invalid value for "expires_at", expires_at cannot be nil.')
|
171
|
+
end
|
172
|
+
|
173
|
+
if @name.nil?
|
174
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
175
|
+
end
|
176
|
+
|
177
|
+
if @order_template.nil?
|
178
|
+
invalid_properties.push('invalid value for "order_template", order_template cannot be nil.')
|
179
|
+
end
|
180
|
+
|
181
|
+
if @recurrent.nil?
|
182
|
+
invalid_properties.push('invalid value for "recurrent", recurrent cannot be nil.')
|
183
|
+
end
|
184
|
+
|
185
|
+
if @type.nil?
|
186
|
+
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
187
|
+
end
|
188
|
+
|
189
|
+
invalid_properties
|
190
|
+
end
|
191
|
+
|
192
|
+
# Check to see if the all the properties in the model are valid
|
193
|
+
# @return true if the model is valid
|
194
|
+
def valid?
|
195
|
+
return false if @allowed_payment_methods.nil?
|
196
|
+
return false if @expires_at.nil?
|
197
|
+
return false if @name.nil?
|
198
|
+
return false if @order_template.nil?
|
199
|
+
return false if @recurrent.nil?
|
200
|
+
return false if @type.nil?
|
201
|
+
true
|
202
|
+
end
|
203
|
+
|
204
|
+
# Checks equality by comparing each attribute.
|
205
|
+
# @param [Object] Object to be compared
|
206
|
+
def ==(o)
|
207
|
+
return true if self.equal?(o)
|
208
|
+
self.class == o.class &&
|
209
|
+
allowed_payment_methods == o.allowed_payment_methods &&
|
210
|
+
expires_at == o.expires_at &&
|
211
|
+
monthly_installments_enabled == o.monthly_installments_enabled &&
|
212
|
+
monthly_installments_options == o.monthly_installments_options &&
|
213
|
+
name == o.name &&
|
214
|
+
needs_shipping_contact == o.needs_shipping_contact &&
|
215
|
+
on_demand_enabled == o.on_demand_enabled &&
|
216
|
+
order_template == o.order_template &&
|
217
|
+
payments_limit_count == o.payments_limit_count &&
|
218
|
+
recurrent == o.recurrent &&
|
219
|
+
type == o.type
|
220
|
+
end
|
221
|
+
|
222
|
+
# @see the `==` method
|
223
|
+
# @param [Object] Object to be compared
|
224
|
+
def eql?(o)
|
225
|
+
self == o
|
226
|
+
end
|
227
|
+
|
228
|
+
# Calculates hash code according to all attributes.
|
229
|
+
# @return [Integer] Hash code
|
230
|
+
def hash
|
231
|
+
[allowed_payment_methods, expires_at, monthly_installments_enabled, monthly_installments_options, name, needs_shipping_contact, on_demand_enabled, order_template, payments_limit_count, recurrent, type].hash
|
232
|
+
end
|
233
|
+
|
234
|
+
# Builds the object from hash
|
235
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
236
|
+
# @return [Object] Returns the model itself
|
237
|
+
def self.build_from_hash(attributes)
|
238
|
+
new.build_from_hash(attributes)
|
239
|
+
end
|
240
|
+
|
241
|
+
# Builds the object from hash
|
242
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
243
|
+
# @return [Object] Returns the model itself
|
244
|
+
def build_from_hash(attributes)
|
245
|
+
return nil unless attributes.is_a?(Hash)
|
246
|
+
attributes = attributes.transform_keys(&:to_sym)
|
247
|
+
self.class.openapi_types.each_pair do |key, type|
|
248
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
249
|
+
self.send("#{key}=", nil)
|
250
|
+
elsif type =~ /\AArray<(.*)>/i
|
251
|
+
# check to ensure the input is an array given that the attribute
|
252
|
+
# is documented as an array but the input is not
|
253
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
254
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
255
|
+
end
|
256
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
257
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
258
|
+
end
|
259
|
+
end
|
260
|
+
|
261
|
+
self
|
262
|
+
end
|
263
|
+
|
264
|
+
# Deserializes the data based on type
|
265
|
+
# @param string type Data type
|
266
|
+
# @param string value Value to be deserialized
|
267
|
+
# @return [Object] Deserialized data
|
268
|
+
def _deserialize(type, value)
|
269
|
+
case type.to_sym
|
270
|
+
when :Time
|
271
|
+
Time.parse(value)
|
272
|
+
when :Date
|
273
|
+
Date.parse(value)
|
274
|
+
when :String
|
275
|
+
value.to_s
|
276
|
+
when :Integer
|
277
|
+
value.to_i
|
278
|
+
when :Float
|
279
|
+
value.to_f
|
280
|
+
when :Boolean
|
281
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
282
|
+
true
|
283
|
+
else
|
284
|
+
false
|
285
|
+
end
|
286
|
+
when :Object
|
287
|
+
# generic object (usually a Hash), return directly
|
288
|
+
value
|
289
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
290
|
+
inner_type = Regexp.last_match[:inner_type]
|
291
|
+
value.map { |v| _deserialize(inner_type, v) }
|
292
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
293
|
+
k_type = Regexp.last_match[:k_type]
|
294
|
+
v_type = Regexp.last_match[:v_type]
|
295
|
+
{}.tap do |hash|
|
296
|
+
value.each do |k, v|
|
297
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
298
|
+
end
|
299
|
+
end
|
300
|
+
else # model
|
301
|
+
# models (e.g. Pet) or oneOf
|
302
|
+
klass = Conekta.const_get(type)
|
303
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
304
|
+
end
|
305
|
+
end
|
306
|
+
|
307
|
+
# Returns the string representation of the object
|
308
|
+
# @return [String] String presentation of the object
|
309
|
+
def to_s
|
310
|
+
to_hash.to_s
|
311
|
+
end
|
312
|
+
|
313
|
+
# to_body is an alias to to_hash (backward compatibility)
|
314
|
+
# @return [Hash] Returns the object in the form of hash
|
315
|
+
def to_body
|
316
|
+
to_hash
|
317
|
+
end
|
318
|
+
|
319
|
+
# Returns the object in the form of hash
|
320
|
+
# @return [Hash] Returns the object in the form of hash
|
321
|
+
def to_hash
|
322
|
+
hash = {}
|
323
|
+
self.class.attribute_map.each_pair do |attr, param|
|
324
|
+
value = self.send(attr)
|
325
|
+
if value.nil?
|
326
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
327
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
328
|
+
end
|
329
|
+
|
330
|
+
hash[param] = _to_hash(value)
|
331
|
+
end
|
332
|
+
hash
|
333
|
+
end
|
334
|
+
|
335
|
+
# Outputs non-array value in the form of hash
|
336
|
+
# For object, use to_hash. Otherwise, just return the value
|
337
|
+
# @param [Object] value Any valid value
|
338
|
+
# @return [Hash] Returns the value in the form of hash
|
339
|
+
def _to_hash(value)
|
340
|
+
if value.is_a?(Array)
|
341
|
+
value.compact.map { |v| _to_hash(v) }
|
342
|
+
elsif value.is_a?(Hash)
|
343
|
+
{}.tap do |hash|
|
344
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
345
|
+
end
|
346
|
+
elsif value.respond_to? :to_hash
|
347
|
+
value.to_hash
|
348
|
+
else
|
349
|
+
value
|
350
|
+
end
|
351
|
+
end
|
352
|
+
|
353
|
+
end
|
354
|
+
|
355
|
+
end
|
@@ -0,0 +1,298 @@
|
|
1
|
+
=begin
|
2
|
+
#Conekta API
|
3
|
+
|
4
|
+
#Conekta sdk
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.1.0
|
7
|
+
Contact: engineering@conekta.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.6.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Conekta
|
17
|
+
# It maintains the attributes with which the order will be created when receiving a new payment.
|
18
|
+
class CheckoutOrderTemplate
|
19
|
+
# It is the currency in which the order will be created. It must be a valid ISO 4217 currency code.
|
20
|
+
attr_accessor :currency
|
21
|
+
|
22
|
+
attr_accessor :customer_info
|
23
|
+
|
24
|
+
# They are the products to buy. Each contains the \"unit price\" and \"quantity\" parameters that are used to calculate the total amount of the order.
|
25
|
+
attr_accessor :line_items
|
26
|
+
|
27
|
+
# It is a set of key-value pairs that you can attach to the order. It can be used to store additional information about the order in a structured format.
|
28
|
+
attr_accessor :metadata
|
29
|
+
|
30
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
31
|
+
def self.attribute_map
|
32
|
+
{
|
33
|
+
:'currency' => :'currency',
|
34
|
+
:'customer_info' => :'customer_info',
|
35
|
+
:'line_items' => :'line_items',
|
36
|
+
:'metadata' => :'metadata'
|
37
|
+
}
|
38
|
+
end
|
39
|
+
|
40
|
+
# Returns all the JSON keys this model knows about
|
41
|
+
def self.acceptable_attributes
|
42
|
+
attribute_map.values
|
43
|
+
end
|
44
|
+
|
45
|
+
# Attribute type mapping.
|
46
|
+
def self.openapi_types
|
47
|
+
{
|
48
|
+
:'currency' => :'String',
|
49
|
+
:'customer_info' => :'CheckoutOrderTemplateCustomerInfo',
|
50
|
+
:'line_items' => :'Array<Product>',
|
51
|
+
:'metadata' => :'Hash<String, Object>'
|
52
|
+
}
|
53
|
+
end
|
54
|
+
|
55
|
+
# List of attributes with nullable: true
|
56
|
+
def self.openapi_nullable
|
57
|
+
Set.new([
|
58
|
+
])
|
59
|
+
end
|
60
|
+
|
61
|
+
# Initializes the object
|
62
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
63
|
+
def initialize(attributes = {})
|
64
|
+
if (!attributes.is_a?(Hash))
|
65
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Conekta::CheckoutOrderTemplate` initialize method"
|
66
|
+
end
|
67
|
+
|
68
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
69
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
70
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
71
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Conekta::CheckoutOrderTemplate`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
72
|
+
end
|
73
|
+
h[k.to_sym] = v
|
74
|
+
}
|
75
|
+
|
76
|
+
if attributes.key?(:'currency')
|
77
|
+
self.currency = attributes[:'currency']
|
78
|
+
end
|
79
|
+
|
80
|
+
if attributes.key?(:'customer_info')
|
81
|
+
self.customer_info = attributes[:'customer_info']
|
82
|
+
end
|
83
|
+
|
84
|
+
if attributes.key?(:'line_items')
|
85
|
+
if (value = attributes[:'line_items']).is_a?(Array)
|
86
|
+
self.line_items = value
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
if attributes.key?(:'metadata')
|
91
|
+
if (value = attributes[:'metadata']).is_a?(Hash)
|
92
|
+
self.metadata = value
|
93
|
+
end
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
98
|
+
# @return Array for valid properties with the reasons
|
99
|
+
def list_invalid_properties
|
100
|
+
invalid_properties = Array.new
|
101
|
+
if @currency.nil?
|
102
|
+
invalid_properties.push('invalid value for "currency", currency cannot be nil.')
|
103
|
+
end
|
104
|
+
|
105
|
+
if @currency.to_s.length > 3
|
106
|
+
invalid_properties.push('invalid value for "currency", the character length must be smaller than or equal to 3.')
|
107
|
+
end
|
108
|
+
|
109
|
+
if @line_items.nil?
|
110
|
+
invalid_properties.push('invalid value for "line_items", line_items cannot be nil.')
|
111
|
+
end
|
112
|
+
|
113
|
+
if !@metadata.nil? && @metadata.length > 100
|
114
|
+
invalid_properties.push('invalid value for "metadata", number of items must be less than or equal to 100.')
|
115
|
+
end
|
116
|
+
|
117
|
+
invalid_properties
|
118
|
+
end
|
119
|
+
|
120
|
+
# Check to see if the all the properties in the model are valid
|
121
|
+
# @return true if the model is valid
|
122
|
+
def valid?
|
123
|
+
return false if @currency.nil?
|
124
|
+
return false if @currency.to_s.length > 3
|
125
|
+
return false if @line_items.nil?
|
126
|
+
return false if !@metadata.nil? && @metadata.length > 100
|
127
|
+
true
|
128
|
+
end
|
129
|
+
|
130
|
+
# Custom attribute writer method with validation
|
131
|
+
# @param [Object] currency Value to be assigned
|
132
|
+
def currency=(currency)
|
133
|
+
if currency.nil?
|
134
|
+
fail ArgumentError, 'currency cannot be nil'
|
135
|
+
end
|
136
|
+
|
137
|
+
if currency.to_s.length > 3
|
138
|
+
fail ArgumentError, 'invalid value for "currency", the character length must be smaller than or equal to 3.'
|
139
|
+
end
|
140
|
+
|
141
|
+
@currency = currency
|
142
|
+
end
|
143
|
+
|
144
|
+
# Custom attribute writer method with validation
|
145
|
+
# @param [Object] metadata Value to be assigned
|
146
|
+
def metadata=(metadata)
|
147
|
+
if !metadata.nil? && metadata.length > 100
|
148
|
+
fail ArgumentError, 'invalid value for "metadata", number of items must be less than or equal to 100.'
|
149
|
+
end
|
150
|
+
|
151
|
+
@metadata = metadata
|
152
|
+
end
|
153
|
+
|
154
|
+
# Checks equality by comparing each attribute.
|
155
|
+
# @param [Object] Object to be compared
|
156
|
+
def ==(o)
|
157
|
+
return true if self.equal?(o)
|
158
|
+
self.class == o.class &&
|
159
|
+
currency == o.currency &&
|
160
|
+
customer_info == o.customer_info &&
|
161
|
+
line_items == o.line_items &&
|
162
|
+
metadata == o.metadata
|
163
|
+
end
|
164
|
+
|
165
|
+
# @see the `==` method
|
166
|
+
# @param [Object] Object to be compared
|
167
|
+
def eql?(o)
|
168
|
+
self == o
|
169
|
+
end
|
170
|
+
|
171
|
+
# Calculates hash code according to all attributes.
|
172
|
+
# @return [Integer] Hash code
|
173
|
+
def hash
|
174
|
+
[currency, customer_info, line_items, metadata].hash
|
175
|
+
end
|
176
|
+
|
177
|
+
# Builds the object from hash
|
178
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
179
|
+
# @return [Object] Returns the model itself
|
180
|
+
def self.build_from_hash(attributes)
|
181
|
+
new.build_from_hash(attributes)
|
182
|
+
end
|
183
|
+
|
184
|
+
# Builds the object from hash
|
185
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
186
|
+
# @return [Object] Returns the model itself
|
187
|
+
def build_from_hash(attributes)
|
188
|
+
return nil unless attributes.is_a?(Hash)
|
189
|
+
attributes = attributes.transform_keys(&:to_sym)
|
190
|
+
self.class.openapi_types.each_pair do |key, type|
|
191
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
192
|
+
self.send("#{key}=", nil)
|
193
|
+
elsif type =~ /\AArray<(.*)>/i
|
194
|
+
# check to ensure the input is an array given that the attribute
|
195
|
+
# is documented as an array but the input is not
|
196
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
197
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
198
|
+
end
|
199
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
200
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
201
|
+
end
|
202
|
+
end
|
203
|
+
|
204
|
+
self
|
205
|
+
end
|
206
|
+
|
207
|
+
# Deserializes the data based on type
|
208
|
+
# @param string type Data type
|
209
|
+
# @param string value Value to be deserialized
|
210
|
+
# @return [Object] Deserialized data
|
211
|
+
def _deserialize(type, value)
|
212
|
+
case type.to_sym
|
213
|
+
when :Time
|
214
|
+
Time.parse(value)
|
215
|
+
when :Date
|
216
|
+
Date.parse(value)
|
217
|
+
when :String
|
218
|
+
value.to_s
|
219
|
+
when :Integer
|
220
|
+
value.to_i
|
221
|
+
when :Float
|
222
|
+
value.to_f
|
223
|
+
when :Boolean
|
224
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
225
|
+
true
|
226
|
+
else
|
227
|
+
false
|
228
|
+
end
|
229
|
+
when :Object
|
230
|
+
# generic object (usually a Hash), return directly
|
231
|
+
value
|
232
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
233
|
+
inner_type = Regexp.last_match[:inner_type]
|
234
|
+
value.map { |v| _deserialize(inner_type, v) }
|
235
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
236
|
+
k_type = Regexp.last_match[:k_type]
|
237
|
+
v_type = Regexp.last_match[:v_type]
|
238
|
+
{}.tap do |hash|
|
239
|
+
value.each do |k, v|
|
240
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
241
|
+
end
|
242
|
+
end
|
243
|
+
else # model
|
244
|
+
# models (e.g. Pet) or oneOf
|
245
|
+
klass = Conekta.const_get(type)
|
246
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
247
|
+
end
|
248
|
+
end
|
249
|
+
|
250
|
+
# Returns the string representation of the object
|
251
|
+
# @return [String] String presentation of the object
|
252
|
+
def to_s
|
253
|
+
to_hash.to_s
|
254
|
+
end
|
255
|
+
|
256
|
+
# to_body is an alias to to_hash (backward compatibility)
|
257
|
+
# @return [Hash] Returns the object in the form of hash
|
258
|
+
def to_body
|
259
|
+
to_hash
|
260
|
+
end
|
261
|
+
|
262
|
+
# Returns the object in the form of hash
|
263
|
+
# @return [Hash] Returns the object in the form of hash
|
264
|
+
def to_hash
|
265
|
+
hash = {}
|
266
|
+
self.class.attribute_map.each_pair do |attr, param|
|
267
|
+
value = self.send(attr)
|
268
|
+
if value.nil?
|
269
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
270
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
271
|
+
end
|
272
|
+
|
273
|
+
hash[param] = _to_hash(value)
|
274
|
+
end
|
275
|
+
hash
|
276
|
+
end
|
277
|
+
|
278
|
+
# Outputs non-array value in the form of hash
|
279
|
+
# For object, use to_hash. Otherwise, just return the value
|
280
|
+
# @param [Object] value Any valid value
|
281
|
+
# @return [Hash] Returns the value in the form of hash
|
282
|
+
def _to_hash(value)
|
283
|
+
if value.is_a?(Array)
|
284
|
+
value.compact.map { |v| _to_hash(v) }
|
285
|
+
elsif value.is_a?(Hash)
|
286
|
+
{}.tap do |hash|
|
287
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
288
|
+
end
|
289
|
+
elsif value.respond_to? :to_hash
|
290
|
+
value.to_hash
|
291
|
+
else
|
292
|
+
value
|
293
|
+
end
|
294
|
+
end
|
295
|
+
|
296
|
+
end
|
297
|
+
|
298
|
+
end
|