conekta 2.6.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (576) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHORS.md +28 -0
  3. data/CHANGELOG.md +8 -0
  4. data/CODE_OF_CONDUCT.md +77 -0
  5. data/CONTRIBUTING.md +19 -0
  6. data/Gemfile +5 -9
  7. data/{LICENSE.txt → LICENSE} +1 -1
  8. data/Makefile +2 -0
  9. data/README.md +367 -123
  10. data/Rakefile +9 -0
  11. data/VERSION +1 -0
  12. data/conekta.gemspec +38 -29
  13. data/conekta.png +0 -0
  14. data/docs/AntifraudApi.md +443 -0
  15. data/docs/ApiKeyCreateResponse.md +40 -0
  16. data/docs/ApiKeyCreateResponseAllOf.md +18 -0
  17. data/docs/ApiKeyRequest.md +20 -0
  18. data/docs/ApiKeyResponse.md +38 -0
  19. data/docs/ApiKeyResponseOnDelete.md +34 -0
  20. data/docs/ApiKeyUpdateRequest.md +20 -0
  21. data/docs/ApiKeysApi.md +391 -0
  22. data/docs/BalanceCommonField.md +20 -0
  23. data/docs/BalanceResponse.md +36 -0
  24. data/docs/BalancesApi.md +79 -0
  25. data/docs/BlacklistRuleResponse.md +24 -0
  26. data/docs/ChargeDataPaymentMethodBankTransferResponse.md +48 -0
  27. data/docs/ChargeDataPaymentMethodCardResponse.md +38 -0
  28. data/docs/ChargeDataPaymentMethodCashResponse.md +32 -0
  29. data/docs/ChargeOrderResponse.md +56 -0
  30. data/docs/ChargeOrderResponsePaymentMethod.md +82 -0
  31. data/docs/ChargeRequest.md +24 -0
  32. data/docs/ChargeRequestPaymentMethod.md +26 -0
  33. data/docs/ChargeResponse.md +54 -0
  34. data/docs/ChargeResponseChannel.md +24 -0
  35. data/docs/ChargeResponsePaymentMethod.md +82 -0
  36. data/docs/ChargeResponseRefunds.md +26 -0
  37. data/docs/ChargeResponseRefundsAllOf.md +18 -0
  38. data/docs/ChargeResponseRefundsData.md +30 -0
  39. data/docs/ChargesApi.md +165 -0
  40. data/docs/ChargesDataResponse.md +54 -0
  41. data/docs/Checkout.md +38 -0
  42. data/docs/CheckoutOrderTemplate.md +24 -0
  43. data/docs/CheckoutOrderTemplateCustomerInfo.md +49 -0
  44. data/docs/CheckoutRequest.md +34 -0
  45. data/docs/CheckoutResponse.md +66 -0
  46. data/docs/CheckoutsResponse.md +26 -0
  47. data/docs/CheckoutsResponseAllOf.md +18 -0
  48. data/docs/CompaniesApi.md +159 -0
  49. data/docs/CompanyFiscalInfoAddressResponse.md +34 -0
  50. data/docs/CompanyFiscalInfoResponse.md +30 -0
  51. data/docs/CompanyPayoutDestinationResponse.md +28 -0
  52. data/docs/CompanyResponse.md +32 -0
  53. data/docs/CreateCustomerFiscalEntitiesResponse.md +38 -0
  54. data/docs/CreateCustomerFiscalEntitiesResponseAllOf.md +26 -0
  55. data/docs/CreateCustomerPaymentMethodsRequest.md +51 -0
  56. data/docs/CreateCustomerPaymentMethodsResponse.md +83 -0
  57. data/docs/CreateRiskRulesData.md +22 -0
  58. data/docs/Customer.md +44 -0
  59. data/docs/CustomerAddress.md +32 -0
  60. data/docs/CustomerAntifraudInfo.md +20 -0
  61. data/docs/CustomerAntifraudInfoResponse.md +20 -0
  62. data/docs/CustomerFiscalEntitiesDataResponse.md +38 -0
  63. data/docs/CustomerFiscalEntitiesRequest.md +28 -0
  64. data/docs/CustomerFiscalEntitiesRequestAddress.md +32 -0
  65. data/docs/CustomerFiscalEntitiesResponse.md +22 -0
  66. data/docs/CustomerFiscalEntitiesResponseAllOf.md +18 -0
  67. data/docs/CustomerInfo.md +26 -0
  68. data/docs/CustomerInfoJustCustomerId.md +18 -0
  69. data/docs/CustomerInfoJustCustomerIdResponse.md +18 -0
  70. data/docs/CustomerInfoResponse.md +26 -0
  71. data/docs/CustomerPaymentMethodRequest.md +18 -0
  72. data/docs/CustomerPaymentMethods.md +18 -0
  73. data/docs/CustomerPaymentMethodsData.md +83 -0
  74. data/docs/CustomerPaymentMethodsRequest.md +51 -0
  75. data/docs/CustomerPaymentMethodsResponse.md +26 -0
  76. data/docs/CustomerResponse.md +50 -0
  77. data/docs/CustomerResponseShippingContacts.md +22 -0
  78. data/docs/CustomerResponseShippingContactsAllOf.md +18 -0
  79. data/docs/CustomerShippingContacts.md +30 -0
  80. data/docs/CustomerShippingContactsAddress.md +30 -0
  81. data/docs/CustomerShippingContactsDataResponse.md +36 -0
  82. data/docs/CustomerShippingContactsDataResponseAllOf.md +22 -0
  83. data/docs/CustomerShippingContactsResponse.md +36 -0
  84. data/docs/CustomerShippingContactsResponseAddress.md +32 -0
  85. data/docs/CustomerUpdateFiscalEntitiesRequest.md +28 -0
  86. data/docs/CustomerUpdateShippingContacts.md +30 -0
  87. data/docs/CustomersApi.md +553 -0
  88. data/docs/CustomersResponse.md +26 -0
  89. data/docs/CustomersResponseAllOf.md +18 -0
  90. data/docs/DeleteApiKeysResponse.md +34 -0
  91. data/docs/DeleteApiKeysResponseAllOf.md +18 -0
  92. data/docs/DeletedBlacklistRuleResponse.md +24 -0
  93. data/docs/DeletedWhitelistRuleResponse.md +24 -0
  94. data/docs/Details.md +18 -0
  95. data/docs/DetailsError.md +24 -0
  96. data/docs/DiscountLinesDataResponse.md +28 -0
  97. data/docs/DiscountLinesResponse.md +28 -0
  98. data/docs/DiscountLinesResponseAllOf.md +22 -0
  99. data/docs/DiscountsApi.md +405 -0
  100. data/docs/EmailCheckoutRequest.md +18 -0
  101. data/docs/Error.md +24 -0
  102. data/docs/ErrorAllOf.md +22 -0
  103. data/docs/EventResponse.md +32 -0
  104. data/docs/EventsApi.md +239 -0
  105. data/docs/EventsResendResponse.md +28 -0
  106. data/docs/GetApiKeysResponse.md +26 -0
  107. data/docs/GetApiKeysResponseAllOf.md +18 -0
  108. data/docs/GetChargesResponse.md +26 -0
  109. data/docs/GetChargesResponseAllOf.md +18 -0
  110. data/docs/GetCompaniesResponse.md +26 -0
  111. data/docs/GetCompaniesResponseAllOf.md +18 -0
  112. data/docs/GetCustomerPaymentMethodDataResponse.md +83 -0
  113. data/docs/GetEventsResponse.md +26 -0
  114. data/docs/GetEventsResponseAllOf.md +18 -0
  115. data/docs/GetOrderDiscountLinesResponse.md +26 -0
  116. data/docs/GetOrderDiscountLinesResponseAllOf.md +18 -0
  117. data/docs/GetOrdersResponse.md +26 -0
  118. data/docs/GetPaymentMethodResponse.md +26 -0
  119. data/docs/GetPaymentMethodResponseAllOf.md +18 -0
  120. data/docs/GetPlansResponse.md +26 -0
  121. data/docs/GetPlansResponseAllOf.md +18 -0
  122. data/docs/GetTransactionsResponse.md +26 -0
  123. data/docs/GetTransactionsResponseAllOf.md +18 -0
  124. data/docs/GetTransfersResponse.md +26 -0
  125. data/docs/GetTransfersResponseAllOf.md +18 -0
  126. data/docs/GetWebhookKeysResponse.md +26 -0
  127. data/docs/GetWebhookKeysResponseAllOf.md +18 -0
  128. data/docs/GetWebhooksResponse.md +26 -0
  129. data/docs/GetWebhooksResponseAllOf.md +18 -0
  130. data/docs/LogResponse.md +56 -0
  131. data/docs/LogsApi.md +165 -0
  132. data/docs/LogsResponse.md +26 -0
  133. data/docs/LogsResponseData.md +56 -0
  134. data/docs/OrderCaptureRequest.md +18 -0
  135. data/docs/OrderDiscountLinesRequest.md +22 -0
  136. data/docs/OrderRefundRequest.md +22 -0
  137. data/docs/OrderRequest.md +42 -0
  138. data/docs/OrderRequestCustomerInfo.md +49 -0
  139. data/docs/OrderResponse.md +56 -0
  140. data/docs/OrderResponseCharges.md +22 -0
  141. data/docs/OrderResponseChargesAllOf.md +18 -0
  142. data/docs/OrderResponseCheckout.md +68 -0
  143. data/docs/OrderResponseCustomerInfo.md +28 -0
  144. data/docs/OrderResponseCustomerInfoAllOf.md +18 -0
  145. data/docs/OrderResponseDiscountLines.md +22 -0
  146. data/docs/OrderResponseDiscountLinesAllOf.md +18 -0
  147. data/docs/OrderResponseFiscalEntity.md +24 -0
  148. data/docs/OrderResponseFiscalEntityAddress.md +34 -0
  149. data/docs/OrderResponseFiscalEntityAddressAllOf.md +18 -0
  150. data/docs/OrderResponseProducts.md +26 -0
  151. data/docs/OrderResponseProductsAllOf.md +18 -0
  152. data/docs/OrderResponseShippingContact.md +36 -0
  153. data/docs/OrderResponseShippingContactAllOf.md +22 -0
  154. data/docs/OrderTaxRequest.md +22 -0
  155. data/docs/OrderUpdateRequest.md +38 -0
  156. data/docs/OrderUpdateRequestCustomerInfo.md +49 -0
  157. data/docs/OrdersApi.md +627 -0
  158. data/docs/OrdersResponse.md +18 -0
  159. data/docs/Page.md +20 -0
  160. data/docs/Pagination.md +20 -0
  161. data/docs/PaymentLinkApi.md +463 -0
  162. data/docs/PaymentMethod.md +20 -0
  163. data/docs/PaymentMethodBankTransfer.md +52 -0
  164. data/docs/PaymentMethodCard.md +42 -0
  165. data/docs/PaymentMethodCardRequest.md +20 -0
  166. data/docs/PaymentMethodCardRequestAllOf.md +18 -0
  167. data/docs/PaymentMethodCardResponse.md +46 -0
  168. data/docs/PaymentMethodCardResponseAllOf.md +36 -0
  169. data/docs/PaymentMethodCash.md +36 -0
  170. data/docs/PaymentMethodCashRequest.md +20 -0
  171. data/docs/PaymentMethodCashRequestAllOf.md +18 -0
  172. data/docs/PaymentMethodCashResponse.md +36 -0
  173. data/docs/PaymentMethodCashResponseAllOf.md +26 -0
  174. data/docs/PaymentMethodResponse.md +26 -0
  175. data/docs/PaymentMethodSpeiRecurrent.md +30 -0
  176. data/docs/PaymentMethodSpeiRecurrentAllOf.md +20 -0
  177. data/docs/PaymentMethodSpeiRequest.md +20 -0
  178. data/docs/PaymentMethodsApi.md +327 -0
  179. data/docs/PlanRequest.md +32 -0
  180. data/docs/PlanResponse.md +38 -0
  181. data/docs/PlanUpdateRequest.md +24 -0
  182. data/docs/PlansApi.md +385 -0
  183. data/docs/Product.md +34 -0
  184. data/docs/ProductDataResponse.md +40 -0
  185. data/docs/ProductDataResponseAllOf.md +22 -0
  186. data/docs/ProductOrderResponse.md +40 -0
  187. data/docs/ProductOrderResponseAllOf.md +22 -0
  188. data/docs/ProductsApi.md +243 -0
  189. data/docs/RiskRules.md +18 -0
  190. data/docs/RiskRulesData.md +30 -0
  191. data/docs/RiskRulesList.md +26 -0
  192. data/docs/ShippingContactsApi.md +243 -0
  193. data/docs/ShippingOrderResponse.md +32 -0
  194. data/docs/ShippingRequest.md +26 -0
  195. data/docs/ShippingsApi.md +243 -0
  196. data/docs/SmsCheckoutRequest.md +18 -0
  197. data/docs/SubscriptionEventsResponse.md +26 -0
  198. data/docs/SubscriptionRequest.md +22 -0
  199. data/docs/SubscriptionResponse.md +50 -0
  200. data/docs/SubscriptionUpdateRequest.md +22 -0
  201. data/docs/SubscriptionsApi.md +539 -0
  202. data/docs/TaxesApi.md +243 -0
  203. data/docs/Token.md +20 -0
  204. data/docs/TokenCard.md +28 -0
  205. data/docs/TokenCheckout.md +18 -0
  206. data/docs/TokenResponse.md +26 -0
  207. data/docs/TokenResponseCheckout.md +62 -0
  208. data/docs/TokensApi.md +81 -0
  209. data/docs/TransactionResponse.md +38 -0
  210. data/docs/TransactionsApi.md +165 -0
  211. data/docs/TransferDestinationResponse.md +32 -0
  212. data/docs/TransferMethodResponse.md +32 -0
  213. data/docs/TransferResponse.md +36 -0
  214. data/docs/TransfersApi.md +165 -0
  215. data/docs/TransfersResponse.md +36 -0
  216. data/docs/UpdateCustomer.md +44 -0
  217. data/docs/UpdateCustomerAntifraudInfo.md +20 -0
  218. data/docs/UpdateCustomerFiscalEntitiesResponse.md +38 -0
  219. data/docs/UpdateCustomerFiscalEntitiesResponseAllOf.md +26 -0
  220. data/docs/UpdateCustomerPaymentMethodsResponse.md +83 -0
  221. data/docs/UpdateOrderDiscountLinesRequest.md +22 -0
  222. data/docs/UpdateOrderTaxRequest.md +22 -0
  223. data/docs/UpdateOrderTaxResponse.md +28 -0
  224. data/docs/UpdateOrderTaxResponseAllOf.md +22 -0
  225. data/docs/UpdatePaymentMethods.md +18 -0
  226. data/docs/UpdateProduct.md +34 -0
  227. data/docs/WebhookKeyCreateResponse.md +28 -0
  228. data/docs/WebhookKeyDeleteResponse.md +28 -0
  229. data/docs/WebhookKeyRequest.md +18 -0
  230. data/docs/WebhookKeyResponse.md +30 -0
  231. data/docs/WebhookKeyUpdateRequest.md +18 -0
  232. data/docs/WebhookKeysApi.md +385 -0
  233. data/docs/WebhookLog.md +30 -0
  234. data/docs/WebhookRequest.md +20 -0
  235. data/docs/WebhookResponse.md +36 -0
  236. data/docs/WebhookUpdateRequest.md +22 -0
  237. data/docs/WebhooksApi.md +461 -0
  238. data/docs/WhitelistlistRuleResponse.md +24 -0
  239. data/lib/conekta/api/antifraud_api.rb +434 -0
  240. data/lib/conekta/api/api_keys_api.rb +407 -0
  241. data/lib/conekta/api/balances_api.rb +86 -0
  242. data/lib/conekta/api/charges_api.rb +191 -0
  243. data/lib/conekta/api/companies_api.rb +174 -0
  244. data/lib/conekta/api/customers_api.rb +591 -0
  245. data/lib/conekta/api/discounts_api.rb +447 -0
  246. data/lib/conekta/api/events_api.rb +256 -0
  247. data/lib/conekta/api/logs_api.rb +182 -0
  248. data/lib/conekta/api/orders_api.rb +657 -0
  249. data/lib/conekta/api/payment_link_api.rb +491 -0
  250. data/lib/conekta/api/payment_methods_api.rb +368 -0
  251. data/lib/conekta/api/plans_api.rb +406 -0
  252. data/lib/conekta/api/products_api.rb +275 -0
  253. data/lib/conekta/api/shipping_contacts_api.rb +275 -0
  254. data/lib/conekta/api/shippings_api.rb +275 -0
  255. data/lib/conekta/api/subscriptions_api.rb +550 -0
  256. data/lib/conekta/api/taxes_api.rb +275 -0
  257. data/lib/conekta/api/tokens_api.rb +97 -0
  258. data/lib/conekta/api/transactions_api.rb +182 -0
  259. data/lib/conekta/api/transfers_api.rb +182 -0
  260. data/lib/conekta/api/webhook_keys_api.rb +396 -0
  261. data/lib/conekta/api/webhooks_api.rb +477 -0
  262. data/lib/conekta/api_client.rb +439 -0
  263. data/lib/conekta/api_error.rb +58 -0
  264. data/lib/conekta/configuration.rb +379 -0
  265. data/lib/conekta/models/api_key_create_response.rb +339 -0
  266. data/lib/conekta/models/api_key_create_response_all_of.rb +220 -0
  267. data/lib/conekta/models/api_key_request.rb +234 -0
  268. data/lib/conekta/models/api_key_response.rb +322 -0
  269. data/lib/conekta/models/api_key_response_on_delete.rb +301 -0
  270. data/lib/conekta/models/api_key_update_request.rb +230 -0
  271. data/lib/conekta/models/balance_common_field.rb +231 -0
  272. data/lib/conekta/models/balance_response.rb +329 -0
  273. data/lib/conekta/models/blacklist_rule_response.rb +250 -0
  274. data/lib/conekta/models/charge_data_payment_method_bank_transfer_response.rb +367 -0
  275. data/lib/conekta/models/charge_data_payment_method_card_response.rb +337 -0
  276. data/lib/conekta/models/charge_data_payment_method_cash_response.rb +286 -0
  277. data/lib/conekta/models/charge_order_response.rb +397 -0
  278. data/lib/conekta/models/charge_order_response_payment_method.rb +57 -0
  279. data/lib/conekta/models/charge_request.rb +254 -0
  280. data/lib/conekta/models/charge_request_payment_method.rb +287 -0
  281. data/lib/conekta/models/charge_response.rb +385 -0
  282. data/lib/conekta/models/charge_response_channel.rb +246 -0
  283. data/lib/conekta/models/charge_response_payment_method.rb +57 -0
  284. data/lib/conekta/models/charge_response_refunds.rb +283 -0
  285. data/lib/conekta/models/charge_response_refunds_all_of.rb +222 -0
  286. data/lib/conekta/models/charge_response_refunds_data.rb +295 -0
  287. data/lib/conekta/models/charges_data_response.rb +392 -0
  288. data/lib/conekta/models/checkout.rb +355 -0
  289. data/lib/conekta/models/checkout_order_template.rb +298 -0
  290. data/lib/conekta/models/checkout_order_template_customer_info.rb +106 -0
  291. data/lib/conekta/models/checkout_request.rb +307 -0
  292. data/lib/conekta/models/checkout_response.rb +466 -0
  293. data/lib/conekta/models/checkouts_response.rb +282 -0
  294. data/lib/conekta/models/checkouts_response_all_of.rb +221 -0
  295. data/lib/conekta/models/company_fiscal_info_address_response.rb +335 -0
  296. data/lib/conekta/models/company_fiscal_info_response.rb +314 -0
  297. data/lib/conekta/models/company_payout_destination_response.rb +317 -0
  298. data/lib/conekta/models/company_response.rb +323 -0
  299. data/lib/conekta/models/create_customer_fiscal_entities_response.rb +339 -0
  300. data/lib/conekta/models/create_customer_fiscal_entities_response_all_of.rb +270 -0
  301. data/lib/conekta/models/create_customer_payment_methods_request.rb +107 -0
  302. data/lib/conekta/models/create_customer_payment_methods_response.rb +58 -0
  303. data/lib/conekta/models/create_risk_rules_data.rb +255 -0
  304. data/lib/conekta/models/customer.rb +388 -0
  305. data/lib/conekta/models/customer_address.rb +298 -0
  306. data/lib/conekta/models/customer_antifraud_info.rb +228 -0
  307. data/lib/conekta/models/customer_antifraud_info_response.rb +228 -0
  308. data/lib/conekta/models/customer_fiscal_entities_data_response.rb +339 -0
  309. data/lib/conekta/models/customer_fiscal_entities_request.rb +271 -0
  310. data/lib/conekta/models/customer_fiscal_entities_request_address.rb +305 -0
  311. data/lib/conekta/models/customer_fiscal_entities_response.rb +259 -0
  312. data/lib/conekta/models/customer_fiscal_entities_response_all_of.rb +221 -0
  313. data/lib/conekta/models/customer_info.rb +270 -0
  314. data/lib/conekta/models/customer_info_just_customer_id.rb +224 -0
  315. data/lib/conekta/models/customer_info_just_customer_id_response.rb +219 -0
  316. data/lib/conekta/models/customer_info_response.rb +257 -0
  317. data/lib/conekta/models/customer_payment_method_request.rb +226 -0
  318. data/lib/conekta/models/customer_payment_methods.rb +221 -0
  319. data/lib/conekta/models/customer_payment_methods_data.rb +58 -0
  320. data/lib/conekta/models/customer_payment_methods_request.rb +106 -0
  321. data/lib/conekta/models/customer_payment_methods_response.rb +282 -0
  322. data/lib/conekta/models/customer_response.rb +387 -0
  323. data/lib/conekta/models/customer_response_shipping_contacts.rb +259 -0
  324. data/lib/conekta/models/customer_response_shipping_contacts_all_of.rb +221 -0
  325. data/lib/conekta/models/customer_shipping_contacts.rb +284 -0
  326. data/lib/conekta/models/customer_shipping_contacts_address.rb +276 -0
  327. data/lib/conekta/models/customer_shipping_contacts_data_response.rb +333 -0
  328. data/lib/conekta/models/customer_shipping_contacts_data_response_all_of.rb +252 -0
  329. data/lib/conekta/models/customer_shipping_contacts_response.rb +302 -0
  330. data/lib/conekta/models/customer_shipping_contacts_response_address.rb +282 -0
  331. data/lib/conekta/models/customer_update_fiscal_entities_request.rb +266 -0
  332. data/lib/conekta/models/customer_update_shipping_contacts.rb +279 -0
  333. data/lib/conekta/models/customers_response.rb +282 -0
  334. data/lib/conekta/models/customers_response_all_of.rb +221 -0
  335. data/lib/conekta/models/delete_api_keys_response.rb +307 -0
  336. data/lib/conekta/models/delete_api_keys_response_all_of.rb +219 -0
  337. data/lib/conekta/models/deleted_blacklist_rule_response.rb +250 -0
  338. data/lib/conekta/models/deleted_whitelist_rule_response.rb +250 -0
  339. data/lib/conekta/models/details.rb +221 -0
  340. data/lib/conekta/models/details_error.rb +247 -0
  341. data/lib/conekta/models/discount_lines_data_response.rb +326 -0
  342. data/lib/conekta/models/discount_lines_response.rb +327 -0
  343. data/lib/conekta/models/discount_lines_response_all_of.rb +255 -0
  344. data/lib/conekta/models/email_checkout_request.rb +224 -0
  345. data/lib/conekta/models/error.rb +259 -0
  346. data/lib/conekta/models/error_all_of.rb +239 -0
  347. data/lib/conekta/models/event_response.rb +302 -0
  348. data/lib/conekta/models/events_resend_response.rb +282 -0
  349. data/lib/conekta/models/get_api_keys_response.rb +282 -0
  350. data/lib/conekta/models/get_api_keys_response_all_of.rb +221 -0
  351. data/lib/conekta/models/get_charges_response.rb +282 -0
  352. data/lib/conekta/models/get_charges_response_all_of.rb +221 -0
  353. data/lib/conekta/models/get_companies_response.rb +282 -0
  354. data/lib/conekta/models/get_companies_response_all_of.rb +221 -0
  355. data/lib/conekta/models/get_customer_payment_method_data_response.rb +58 -0
  356. data/lib/conekta/models/get_events_response.rb +282 -0
  357. data/lib/conekta/models/get_events_response_all_of.rb +221 -0
  358. data/lib/conekta/models/get_order_discount_lines_response.rb +282 -0
  359. data/lib/conekta/models/get_order_discount_lines_response_all_of.rb +221 -0
  360. data/lib/conekta/models/get_orders_response.rb +287 -0
  361. data/lib/conekta/models/get_payment_method_response.rb +282 -0
  362. data/lib/conekta/models/get_payment_method_response_all_of.rb +221 -0
  363. data/lib/conekta/models/get_plans_response.rb +282 -0
  364. data/lib/conekta/models/get_plans_response_all_of.rb +221 -0
  365. data/lib/conekta/models/get_transactions_response.rb +283 -0
  366. data/lib/conekta/models/get_transactions_response_all_of.rb +222 -0
  367. data/lib/conekta/models/get_transfers_response.rb +283 -0
  368. data/lib/conekta/models/get_transfers_response_all_of.rb +222 -0
  369. data/lib/conekta/models/get_webhook_keys_response.rb +282 -0
  370. data/lib/conekta/models/get_webhook_keys_response_all_of.rb +221 -0
  371. data/lib/conekta/models/get_webhooks_response.rb +282 -0
  372. data/lib/conekta/models/get_webhooks_response_all_of.rb +221 -0
  373. data/lib/conekta/models/log_response.rb +417 -0
  374. data/lib/conekta/models/logs_response.rb +266 -0
  375. data/lib/conekta/models/logs_response_data.rb +401 -0
  376. data/lib/conekta/models/order_capture_request.rb +244 -0
  377. data/lib/conekta/models/order_discount_lines_request.rb +275 -0
  378. data/lib/conekta/models/order_refund_request.rb +248 -0
  379. data/lib/conekta/models/order_request.rb +401 -0
  380. data/lib/conekta/models/order_request_customer_info.rb +106 -0
  381. data/lib/conekta/models/order_response.rb +418 -0
  382. data/lib/conekta/models/order_response_charges.rb +260 -0
  383. data/lib/conekta/models/order_response_charges_all_of.rb +221 -0
  384. data/lib/conekta/models/order_response_checkout.rb +468 -0
  385. data/lib/conekta/models/order_response_customer_info.rb +275 -0
  386. data/lib/conekta/models/order_response_customer_info_all_of.rb +219 -0
  387. data/lib/conekta/models/order_response_discount_lines.rb +259 -0
  388. data/lib/conekta/models/order_response_discount_lines_all_of.rb +221 -0
  389. data/lib/conekta/models/order_response_fiscal_entity.rb +246 -0
  390. data/lib/conekta/models/order_response_fiscal_entity_address.rb +315 -0
  391. data/lib/conekta/models/order_response_fiscal_entity_address_all_of.rb +219 -0
  392. data/lib/conekta/models/order_response_products.rb +282 -0
  393. data/lib/conekta/models/order_response_products_all_of.rb +221 -0
  394. data/lib/conekta/models/order_response_shipping_contact.rb +309 -0
  395. data/lib/conekta/models/order_response_shipping_contact_all_of.rb +237 -0
  396. data/lib/conekta/models/order_tax_request.rb +305 -0
  397. data/lib/conekta/models/order_update_request.rb +344 -0
  398. data/lib/conekta/models/order_update_request_customer_info.rb +105 -0
  399. data/lib/conekta/models/orders_response.rb +226 -0
  400. data/lib/conekta/models/page.rb +233 -0
  401. data/lib/conekta/models/pagination.rb +241 -0
  402. data/lib/conekta/models/payment_method.rb +233 -0
  403. data/lib/conekta/models/payment_method_bank_transfer.rb +397 -0
  404. data/lib/conekta/models/payment_method_card.rb +367 -0
  405. data/lib/conekta/models/payment_method_card_request.rb +248 -0
  406. data/lib/conekta/models/payment_method_card_request_all_of.rb +220 -0
  407. data/lib/conekta/models/payment_method_card_response.rb +373 -0
  408. data/lib/conekta/models/payment_method_card_response_all_of.rb +301 -0
  409. data/lib/conekta/models/payment_method_cash.rb +316 -0
  410. data/lib/conekta/models/payment_method_cash_request.rb +242 -0
  411. data/lib/conekta/models/payment_method_cash_request_all_of.rb +219 -0
  412. data/lib/conekta/models/payment_method_cash_response.rb +328 -0
  413. data/lib/conekta/models/payment_method_cash_response_all_of.rb +256 -0
  414. data/lib/conekta/models/payment_method_response.rb +275 -0
  415. data/lib/conekta/models/payment_method_spei_recurrent.rb +301 -0
  416. data/lib/conekta/models/payment_method_spei_recurrent_all_of.rb +229 -0
  417. data/lib/conekta/models/payment_method_spei_request.rb +242 -0
  418. data/lib/conekta/models/plan_request.rb +398 -0
  419. data/lib/conekta/models/plan_response.rb +327 -0
  420. data/lib/conekta/models/plan_update_request.rb +281 -0
  421. data/lib/conekta/models/product.rb +388 -0
  422. data/lib/conekta/models/product_data_response.rb +423 -0
  423. data/lib/conekta/models/product_data_response_all_of.rb +237 -0
  424. data/lib/conekta/models/product_order_response.rb +423 -0
  425. data/lib/conekta/models/product_order_response_all_of.rb +237 -0
  426. data/lib/conekta/models/risk_rules.rb +221 -0
  427. data/lib/conekta/models/risk_rules_data.rb +280 -0
  428. data/lib/conekta/models/risk_rules_list.rb +282 -0
  429. data/lib/conekta/models/shipping_order_response.rb +336 -0
  430. data/lib/conekta/models/shipping_request.rb +301 -0
  431. data/lib/conekta/models/sms_checkout_request.rb +224 -0
  432. data/lib/conekta/models/subscription_events_response.rb +282 -0
  433. data/lib/conekta/models/subscription_request.rb +243 -0
  434. data/lib/conekta/models/subscription_response.rb +371 -0
  435. data/lib/conekta/models/subscription_update_request.rb +238 -0
  436. data/lib/conekta/models/token.rb +231 -0
  437. data/lib/conekta/models/token_card.rb +352 -0
  438. data/lib/conekta/models/token_checkout.rb +220 -0
  439. data/lib/conekta/models/token_response.rb +281 -0
  440. data/lib/conekta/models/token_response_checkout.rb +439 -0
  441. data/lib/conekta/models/transaction_response.rb +395 -0
  442. data/lib/conekta/models/transfer_destination_response.rb +291 -0
  443. data/lib/conekta/models/transfer_method_response.rb +291 -0
  444. data/lib/conekta/models/transfer_response.rb +325 -0
  445. data/lib/conekta/models/transfers_response.rb +325 -0
  446. data/lib/conekta/models/update_customer.rb +373 -0
  447. data/lib/conekta/models/update_customer_antifraud_info.rb +228 -0
  448. data/lib/conekta/models/update_customer_fiscal_entities_response.rb +339 -0
  449. data/lib/conekta/models/update_customer_fiscal_entities_response_all_of.rb +270 -0
  450. data/lib/conekta/models/update_customer_payment_methods_response.rb +58 -0
  451. data/lib/conekta/models/update_order_discount_lines_request.rb +254 -0
  452. data/lib/conekta/models/update_order_tax_request.rb +287 -0
  453. data/lib/conekta/models/update_order_tax_response.rb +345 -0
  454. data/lib/conekta/models/update_order_tax_response_all_of.rb +237 -0
  455. data/lib/conekta/models/update_payment_methods.rb +219 -0
  456. data/lib/conekta/models/update_product.rb +342 -0
  457. data/lib/conekta/models/webhook_key_create_response.rb +271 -0
  458. data/lib/conekta/models/webhook_key_delete_response.rb +271 -0
  459. data/lib/conekta/models/webhook_key_request.rb +222 -0
  460. data/lib/conekta/models/webhook_key_response.rb +282 -0
  461. data/lib/conekta/models/webhook_key_update_request.rb +222 -0
  462. data/lib/conekta/models/webhook_log.rb +290 -0
  463. data/lib/conekta/models/webhook_request.rb +264 -0
  464. data/lib/conekta/models/webhook_response.rb +304 -0
  465. data/lib/conekta/models/webhook_update_request.rb +270 -0
  466. data/lib/conekta/models/whitelistlist_rule_response.rb +250 -0
  467. data/lib/conekta/version.rb +13 -1
  468. data/lib/conekta.rb +255 -93
  469. data/lib/ssl_data/ca_bundle.crt +84 -0
  470. data/spec/api/antifraud_api_spec.rb +166 -0
  471. data/spec/api/api_keys_api_spec.rb +151 -0
  472. data/spec/api/balances_api_spec.rb +56 -0
  473. data/spec/api/base_test.rb +9 -0
  474. data/spec/api/charges_api_spec.rb +140 -0
  475. data/spec/api/companies_api_spec.rb +71 -0
  476. data/spec/api/customers_api_spec.rb +305 -0
  477. data/spec/api/discounts_api_spec.rb +153 -0
  478. data/spec/api/events_api_spec.rb +96 -0
  479. data/spec/api/logs_api_spec.rb +78 -0
  480. data/spec/api/orders_api_spec.rb +362 -0
  481. data/spec/api/payment_link_api_spec.rb +192 -0
  482. data/spec/api/payment_methods_api_spec.rb +134 -0
  483. data/spec/api/plans_api_spec.rb +139 -0
  484. data/spec/api/products_api_spec.rb +106 -0
  485. data/spec/api/shipping_contacts_api_spec.rb +117 -0
  486. data/spec/api/shippings_api_spec.rb +108 -0
  487. data/spec/api/subscriptions_api_spec.rb +177 -0
  488. data/spec/api/taxes_api_spec.rb +110 -0
  489. data/spec/api/tokens_api_spec.rb +76 -0
  490. data/spec/api/transactions_api_spec.rb +82 -0
  491. data/spec/api/transfers_api_spec.rb +96 -0
  492. data/spec/api/webhook_keys_api_spec.rb +146 -0
  493. data/spec/api/webhooks_api_spec.rb +152 -0
  494. data/spec/api_client_spec.rb +223 -0
  495. data/spec/configuration_spec.rb +82 -0
  496. data/spec/spec_helper.rb +114 -9
  497. metadata +535 -188
  498. data/.gitignore +0 -23
  499. data/.rspec +0 -1
  500. data/Dockerfile +0 -44
  501. data/lib/conekta/address.rb +0 -5
  502. data/lib/conekta/card.rb +0 -21
  503. data/lib/conekta/charge.rb +0 -25
  504. data/lib/conekta/checkout.rb +0 -35
  505. data/lib/conekta/conekta_object.rb +0 -109
  506. data/lib/conekta/customer.rb +0 -82
  507. data/lib/conekta/customer_info.rb +0 -5
  508. data/lib/conekta/destination.rb +0 -17
  509. data/lib/conekta/details.rb +0 -5
  510. data/lib/conekta/discount_line.rb +0 -19
  511. data/lib/conekta/error.rb +0 -100
  512. data/lib/conekta/error_details.rb +0 -14
  513. data/lib/conekta/event.rb +0 -9
  514. data/lib/conekta/line_item.rb +0 -21
  515. data/lib/conekta/list.rb +0 -58
  516. data/lib/conekta/log.rb +0 -10
  517. data/lib/conekta/method.rb +0 -4
  518. data/lib/conekta/operations/create.rb +0 -18
  519. data/lib/conekta/operations/create_member.rb +0 -40
  520. data/lib/conekta/operations/custom_action.rb +0 -13
  521. data/lib/conekta/operations/delete.rb +0 -45
  522. data/lib/conekta/operations/find.rb +0 -20
  523. data/lib/conekta/operations/update.rb +0 -11
  524. data/lib/conekta/operations/where.rb +0 -30
  525. data/lib/conekta/order.rb +0 -86
  526. data/lib/conekta/payee.rb +0 -66
  527. data/lib/conekta/payment_method.rb +0 -4
  528. data/lib/conekta/payment_source.rb +0 -17
  529. data/lib/conekta/payout.rb +0 -7
  530. data/lib/conekta/payout_method.rb +0 -17
  531. data/lib/conekta/plan.rb +0 -16
  532. data/lib/conekta/refund.rb +0 -6
  533. data/lib/conekta/requestor.rb +0 -76
  534. data/lib/conekta/resource.rb +0 -55
  535. data/lib/conekta/return.rb +0 -12
  536. data/lib/conekta/shipping_contact.rb +0 -19
  537. data/lib/conekta/shipping_line.rb +0 -20
  538. data/lib/conekta/subscription.rb +0 -25
  539. data/lib/conekta/tax_line.rb +0 -19
  540. data/lib/conekta/token.rb +0 -8
  541. data/lib/conekta/transfer.rb +0 -7
  542. data/lib/conekta/util.rb +0 -137
  543. data/lib/conekta/webhook.rb +0 -12
  544. data/lib/conekta/webhook_log.rb +0 -4
  545. data/locales/en.yml +0 -9
  546. data/locales/es.yml +0 -10
  547. data/readme_files/banner.png +0 -0
  548. data/readme_files/conekta-badge.png +0 -0
  549. data/readme_files/ruby-badge.png +0 -0
  550. data/spec/conekta/1.0.0/.DS_Store +0 -0
  551. data/spec/conekta/1.0.0/card_spec.rb +0 -40
  552. data/spec/conekta/1.0.0/charge_spec.rb +0 -152
  553. data/spec/conekta/1.0.0/customer_spec.rb +0 -147
  554. data/spec/conekta/1.0.0/error_spec.rb +0 -69
  555. data/spec/conekta/1.0.0/event_spec.rb +0 -26
  556. data/spec/conekta/1.0.0/log_spec.rb +0 -20
  557. data/spec/conekta/1.0.0/payout_spec.rb +0 -60
  558. data/spec/conekta/1.0.0/plan_spec.rb +0 -53
  559. data/spec/conekta/1.0.0/token_spec.rb +0 -5
  560. data/spec/conekta/1.0.0/webhook_spec.rb +0 -36
  561. data/spec/conekta/2.0.0/checkout_spec.rb +0 -224
  562. data/spec/conekta/2.0.0/customer_spec.rb +0 -77
  563. data/spec/conekta/2.0.0/discount_line_spec.rb +0 -49
  564. data/spec/conekta/2.0.0/error_spec.rb +0 -61
  565. data/spec/conekta/2.0.0/line_item_spec.rb +0 -53
  566. data/spec/conekta/2.0.0/list_spec.rb +0 -29
  567. data/spec/conekta/2.0.0/order_spec.rb +0 -376
  568. data/spec/conekta/2.0.0/payee_spec.rb +0 -55
  569. data/spec/conekta/2.0.0/shipping_contact_spec.rb +0 -60
  570. data/spec/conekta/2.0.0/shipping_line_spec.rb +0 -53
  571. data/spec/conekta/2.0.0/source_spec.rb +0 -31
  572. data/spec/conekta/2.0.0/tax_line_spec.rb +0 -44
  573. data/spec/conekta/2.0.0/transfer_spec.rb +0 -59
  574. data/spec/conekta_spec.rb +0 -29
  575. data/spec/support/fixtures/orders.json +0 -1127
  576. data/spec/support/shared_context.rb +0 -49
@@ -0,0 +1,32 @@
1
+ # Conekta::TransferDestinationResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_holder** | **String** | Name of the account holder. | [optional] |
8
+ | **account_number** | **String** | Account number of the bank account. | [optional] |
9
+ | **bank** | **String** | Name of the bank. | [optional] |
10
+ | **created_at** | **Integer** | Date and time of creation of the transfer. | [optional] |
11
+ | **id** | **String** | Unique identifier of the transfer. | [optional] |
12
+ | **object** | **String** | Object name, which is bank_transfer_payout_method. | [optional] |
13
+ | **payee_id** | **String** | Unique identifier of the payee. | [optional] |
14
+ | **type** | **String** | Type of the payee. | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'conekta'
20
+
21
+ instance = Conekta::TransferDestinationResponse.new(
22
+ account_holder: John Doe,
23
+ account_number: 012180023547896764,
24
+ bank: BBVA Bancomer,
25
+ created_at: 1553273553,
26
+ id: pytmtd_2ide3qwTdDvNBosEC,
27
+ object: bank_transfer_payout_method,
28
+ payee_id: payee_2icdDewRxDENBos85,
29
+ type: BankTransferPayoutMethod
30
+ )
31
+ ```
32
+
@@ -0,0 +1,32 @@
1
+ # Conekta::TransferMethodResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_holder** | **String** | Name of the account holder. | [optional] |
8
+ | **account_number** | **String** | Account number of the bank account. | [optional] |
9
+ | **bank** | **String** | Name of the bank. | [optional] |
10
+ | **created_at** | **Integer** | Date and time of creation of the transfer. | [optional] |
11
+ | **id** | **String** | Unique identifier of the transfer. | [optional] |
12
+ | **object** | **String** | Object name, which is bank_transfer_payout_method. | [optional] |
13
+ | **payee_id** | **String** | Unique identifier of the payee. | [optional] |
14
+ | **type** | **String** | Type of the payee. | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'conekta'
20
+
21
+ instance = Conekta::TransferMethodResponse.new(
22
+ account_holder: John Doe,
23
+ account_number: 012180023547896764,
24
+ bank: BBVA Bancomer,
25
+ created_at: 1553273553,
26
+ id: pytmtd_2ide3qwTdDvNBosEC,
27
+ object: bank_transfer_payout_method,
28
+ payee_id: payee_2icdDewRxDENBos85,
29
+ type: BankTransferPayoutMethod
30
+ )
31
+ ```
32
+
@@ -0,0 +1,36 @@
1
+ # Conekta::TransferResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Integer** | Amount in cents of the transfer. | [optional] |
8
+ | **created_at** | **Integer** | Date and time of creation of the transfer in Unix format. | [optional] |
9
+ | **currency** | **String** | The currency of the transfer. It uses the 3-letter code of the [International Standard ISO 4217.](https://es.wikipedia.org/wiki/ISO_4217) | [optional] |
10
+ | **id** | **String** | Unique identifier of the transfer. | [optional] |
11
+ | **livemode** | **Boolean** | Indicates whether the transfer was created in live mode or test mode. | [optional] |
12
+ | **destination** | [**TransferDestinationResponse**](TransferDestinationResponse.md) | | [optional] |
13
+ | **object** | **String** | Object name, which is transfer. | [optional] |
14
+ | **statement_description** | **String** | Description of the transfer. | [optional] |
15
+ | **statement_reference** | **String** | Reference number of the transfer. | [optional] |
16
+ | **status** | **String** | Code indicating transfer status. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'conekta'
22
+
23
+ instance = Conekta::TransferResponse.new(
24
+ amount: 10000,
25
+ created_at: 1553273553,
26
+ currency: MXN,
27
+ id: 5b0337d4dD344ef954fe1X4b6,
28
+ livemode: true,
29
+ destination: null,
30
+ object: transfer,
31
+ statement_description: Conekta 4401234,
32
+ statement_reference: 4401234,
33
+ status: pending
34
+ )
35
+ ```
36
+
@@ -0,0 +1,165 @@
1
+ # Conekta::TransfersApi
2
+
3
+ All URIs are relative to *https://api.conekta.io*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**get_transfer**](TransfersApi.md#get_transfer) | **GET** /transfers/{id} | Get Transfer |
8
+ | [**get_transfers**](TransfersApi.md#get_transfers) | **GET** /transfers | Get a list of transfers |
9
+
10
+
11
+ ## get_transfer
12
+
13
+ > <TransferResponse> get_transfer(id, opts)
14
+
15
+ Get Transfer
16
+
17
+ Get the details of a Transfer
18
+
19
+ ### Examples
20
+
21
+ ```ruby
22
+ require 'time'
23
+ require 'conekta'
24
+ # setup authorization
25
+ Conekta.configure do |config|
26
+ # Configure Bearer authorization: bearerAuth
27
+ config.access_token = 'YOUR_BEARER_TOKEN'
28
+ end
29
+
30
+ api_instance = Conekta::TransfersApi.new
31
+ id = '6307a60c41de27127515a575' # String | Identifier of the resource
32
+ opts = {
33
+ accept_language: 'es', # String | Use for knowing which language to use
34
+ x_child_company_id: '6441b6376b60c3a638da80af' # String | In the case of a holding company, the company id of the child company to which will process the request.
35
+ }
36
+
37
+ begin
38
+ # Get Transfer
39
+ result = api_instance.get_transfer(id, opts)
40
+ p result
41
+ rescue Conekta::ApiError => e
42
+ puts "Error when calling TransfersApi->get_transfer: #{e}"
43
+ end
44
+ ```
45
+
46
+ #### Using the get_transfer_with_http_info variant
47
+
48
+ This returns an Array which contains the response data, status code and headers.
49
+
50
+ > <Array(<TransferResponse>, Integer, Hash)> get_transfer_with_http_info(id, opts)
51
+
52
+ ```ruby
53
+ begin
54
+ # Get Transfer
55
+ data, status_code, headers = api_instance.get_transfer_with_http_info(id, opts)
56
+ p status_code # => 2xx
57
+ p headers # => { ... }
58
+ p data # => <TransferResponse>
59
+ rescue Conekta::ApiError => e
60
+ puts "Error when calling TransfersApi->get_transfer_with_http_info: #{e}"
61
+ end
62
+ ```
63
+
64
+ ### Parameters
65
+
66
+ | Name | Type | Description | Notes |
67
+ | ---- | ---- | ----------- | ----- |
68
+ | **id** | **String** | Identifier of the resource | |
69
+ | **accept_language** | **String** | Use for knowing which language to use | [optional][default to &#39;es&#39;] |
70
+ | **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
71
+
72
+ ### Return type
73
+
74
+ [**TransferResponse**](TransferResponse.md)
75
+
76
+ ### Authorization
77
+
78
+ [bearerAuth](../README.md#bearerAuth)
79
+
80
+ ### HTTP request headers
81
+
82
+ - **Content-Type**: Not defined
83
+ - **Accept**: application/vnd.conekta-v2.1.0+json
84
+
85
+
86
+ ## get_transfers
87
+
88
+ > <GetTransfersResponse> get_transfers(opts)
89
+
90
+ Get a list of transfers
91
+
92
+ Get transfers details in the form of a list
93
+
94
+ ### Examples
95
+
96
+ ```ruby
97
+ require 'time'
98
+ require 'conekta'
99
+ # setup authorization
100
+ Conekta.configure do |config|
101
+ # Configure Bearer authorization: bearerAuth
102
+ config.access_token = 'YOUR_BEARER_TOKEN'
103
+ end
104
+
105
+ api_instance = Conekta::TransfersApi.new
106
+ opts = {
107
+ accept_language: 'es', # String | Use for knowing which language to use
108
+ x_child_company_id: '6441b6376b60c3a638da80af', # String | In the case of a holding company, the company id of the child company to which will process the request.
109
+ limit: 56, # Integer | The numbers of items to return, the maximum value is 250
110
+ search: 'search_example', # String | General order search, e.g. by mail, reference etc.
111
+ _next: '_next_example', # String | next page
112
+ previous: 'previous_example' # String | previous page
113
+ }
114
+
115
+ begin
116
+ # Get a list of transfers
117
+ result = api_instance.get_transfers(opts)
118
+ p result
119
+ rescue Conekta::ApiError => e
120
+ puts "Error when calling TransfersApi->get_transfers: #{e}"
121
+ end
122
+ ```
123
+
124
+ #### Using the get_transfers_with_http_info variant
125
+
126
+ This returns an Array which contains the response data, status code and headers.
127
+
128
+ > <Array(<GetTransfersResponse>, Integer, Hash)> get_transfers_with_http_info(opts)
129
+
130
+ ```ruby
131
+ begin
132
+ # Get a list of transfers
133
+ data, status_code, headers = api_instance.get_transfers_with_http_info(opts)
134
+ p status_code # => 2xx
135
+ p headers # => { ... }
136
+ p data # => <GetTransfersResponse>
137
+ rescue Conekta::ApiError => e
138
+ puts "Error when calling TransfersApi->get_transfers_with_http_info: #{e}"
139
+ end
140
+ ```
141
+
142
+ ### Parameters
143
+
144
+ | Name | Type | Description | Notes |
145
+ | ---- | ---- | ----------- | ----- |
146
+ | **accept_language** | **String** | Use for knowing which language to use | [optional][default to &#39;es&#39;] |
147
+ | **x_child_company_id** | **String** | In the case of a holding company, the company id of the child company to which will process the request. | [optional] |
148
+ | **limit** | **Integer** | The numbers of items to return, the maximum value is 250 | [optional][default to 20] |
149
+ | **search** | **String** | General order search, e.g. by mail, reference etc. | [optional] |
150
+ | **_next** | **String** | next page | [optional] |
151
+ | **previous** | **String** | previous page | [optional] |
152
+
153
+ ### Return type
154
+
155
+ [**GetTransfersResponse**](GetTransfersResponse.md)
156
+
157
+ ### Authorization
158
+
159
+ [bearerAuth](../README.md#bearerAuth)
160
+
161
+ ### HTTP request headers
162
+
163
+ - **Content-Type**: Not defined
164
+ - **Accept**: application/vnd.conekta-v2.1.0+json
165
+
@@ -0,0 +1,36 @@
1
+ # Conekta::TransfersResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Integer** | Amount in cents of the transfer. | [optional] |
8
+ | **created_at** | **Integer** | Date and time of creation of the transfer. | [optional] |
9
+ | **currency** | **String** | The currency of the transfer. It uses the 3-letter code of the [International Standard ISO 4217.](https://es.wikipedia.org/wiki/ISO_4217) | [optional] |
10
+ | **id** | **String** | Unique identifier of the transfer. | [optional] |
11
+ | **livemode** | **Boolean** | Indicates whether the transfer was created in live mode or test mode. | [optional] |
12
+ | **method** | [**TransferMethodResponse**](TransferMethodResponse.md) | | [optional] |
13
+ | **object** | **String** | Object name, which is transfer. | [optional] |
14
+ | **statement_description** | **String** | Description of the transfer. | [optional] |
15
+ | **statement_reference** | **String** | Reference number of the transfer. | [optional] |
16
+ | **status** | **String** | Code indicating transfer status. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'conekta'
22
+
23
+ instance = Conekta::TransfersResponse.new(
24
+ amount: 10000,
25
+ created_at: 1553273553,
26
+ currency: MXN,
27
+ id: 5b0337d4dD344ef954fe1X4b6,
28
+ livemode: true,
29
+ method: null,
30
+ object: transfer,
31
+ statement_description: Conekta 4401234,
32
+ statement_reference: 4401234,
33
+ status: pending
34
+ )
35
+ ```
36
+
@@ -0,0 +1,44 @@
1
+ # Conekta::UpdateCustomer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **antifraud_info** | [**UpdateCustomerAntifraudInfo**](UpdateCustomerAntifraudInfo.md) | | [optional] |
8
+ | **default_payment_source_id** | **String** | It is a parameter that allows to identify in the response, the Conekta ID of a payment method (payment_id) | [optional] |
9
+ | **email** | **String** | An email address is a series of customizable characters followed by a universal Internet symbol, the at symbol (@), the name of a host server, and a web domain ending (.mx, .com, .org, . net, etc). | [optional] |
10
+ | **name** | **String** | Client&#39;s name | [optional] |
11
+ | **phone** | **String** | Is the customer&#39;s phone number | [optional] |
12
+ | **plan_id** | **String** | Contains the ID of a plan, which could together with name, email and phone create a client directly to a subscription | [optional] |
13
+ | **default_shipping_contact_id** | **String** | It is a parameter that allows to identify in the response, the Conekta ID of the shipping address (shipping_contact) | [optional] |
14
+ | **corporate** | **Boolean** | It is a value that allows identifying if the email is corporate or not. | [optional][default to false] |
15
+ | **custom_reference** | **String** | It is an undefined value. | [optional] |
16
+ | **fiscal_entities** | [**Array&lt;CustomerFiscalEntitiesRequest&gt;**](CustomerFiscalEntitiesRequest.md) | | [optional] |
17
+ | **metadata** | **Hash&lt;String, Object&gt;** | | [optional] |
18
+ | **payment_sources** | [**Array&lt;CustomerPaymentMethodsRequest&gt;**](CustomerPaymentMethodsRequest.md) | Contains details of the payment methods that the customer has active or has used in Conekta | [optional] |
19
+ | **shipping_contacts** | [**Array&lt;CustomerShippingContacts&gt;**](CustomerShippingContacts.md) | Contains the detail of the shipping addresses that the client has active or has used in Conekta | [optional] |
20
+ | **subscription** | [**SubscriptionRequest**](SubscriptionRequest.md) | | [optional] |
21
+
22
+ ## Example
23
+
24
+ ```ruby
25
+ require 'conekta'
26
+
27
+ instance = Conekta::UpdateCustomer.new(
28
+ antifraud_info: null,
29
+ default_payment_source_id: src_1a2b3c4d5e6f7g8h,
30
+ email: miguel@gmail.com,
31
+ name: miguel,
32
+ phone: +5215555555555,
33
+ plan_id: plan_987234823,
34
+ default_shipping_contact_id: ship_cont_1a2b3c4d5e6f7g8h,
35
+ corporate: false,
36
+ custom_reference: null,
37
+ fiscal_entities: null,
38
+ metadata: null,
39
+ payment_sources: null,
40
+ shipping_contacts: null,
41
+ subscription: null
42
+ )
43
+ ```
44
+
@@ -0,0 +1,20 @@
1
+ # Conekta::UpdateCustomerAntifraudInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_created_at** | **Integer** | | [optional] |
8
+ | **first_paid_at** | **Integer** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'conekta'
14
+
15
+ instance = Conekta::UpdateCustomerAntifraudInfo.new(
16
+ account_created_at: 1484040996,
17
+ first_paid_at: 1485151007
18
+ )
19
+ ```
20
+
@@ -0,0 +1,38 @@
1
+ # Conekta::UpdateCustomerFiscalEntitiesResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address** | [**CustomerFiscalEntitiesRequestAddress**](CustomerFiscalEntitiesRequestAddress.md) | | |
8
+ | **tax_id** | **String** | | [optional] |
9
+ | **email** | **String** | | [optional] |
10
+ | **phone** | **String** | | [optional] |
11
+ | **metadata** | **Hash&lt;String, Object&gt;** | | [optional] |
12
+ | **company_name** | **String** | | [optional] |
13
+ | **id** | **String** | | |
14
+ | **object** | **String** | | |
15
+ | **created_at** | **Integer** | | |
16
+ | **parent_id** | **String** | | [optional] |
17
+ | **default** | **Boolean** | | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'conekta'
23
+
24
+ instance = Conekta::UpdateCustomerFiscalEntitiesResponse.new(
25
+ address: null,
26
+ tax_id: null,
27
+ email: null,
28
+ phone: null,
29
+ metadata: null,
30
+ company_name: conekta,
31
+ id: fis_ent_2tKZsTYcsryyu7Ah8,
32
+ object: fiscal_entities,
33
+ created_at: 1675715413,
34
+ parent_id: cus_2tKcHxhTz7xU5SymF,
35
+ default: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,26 @@
1
+ # Conekta::UpdateCustomerFiscalEntitiesResponseAllOf
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **object** | **String** | | |
9
+ | **created_at** | **Integer** | | |
10
+ | **parent_id** | **String** | | [optional] |
11
+ | **default** | **Boolean** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'conekta'
17
+
18
+ instance = Conekta::UpdateCustomerFiscalEntitiesResponseAllOf.new(
19
+ id: fis_ent_2tKZsTYcsryyu7Ah8,
20
+ object: fiscal_entities,
21
+ created_at: 1675715413,
22
+ parent_id: cus_2tKcHxhTz7xU5SymF,
23
+ default: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,83 @@
1
+ # Conekta::UpdateCustomerPaymentMethodsResponse
2
+
3
+ ## Class instance methods
4
+
5
+ ### `openapi_one_of`
6
+
7
+ Returns the list of classes defined in oneOf.
8
+
9
+ #### Example
10
+
11
+ ```ruby
12
+ require 'conekta'
13
+
14
+ Conekta::UpdateCustomerPaymentMethodsResponse.openapi_one_of
15
+ # =>
16
+ # [
17
+ # :'PaymentMethodCardResponse',
18
+ # :'PaymentMethodCashResponse',
19
+ # :'PaymentMethodSpeiRecurrent'
20
+ # ]
21
+ ```
22
+
23
+ ### `openapi_discriminator_name`
24
+
25
+ Returns the discriminator's property name.
26
+
27
+ #### Example
28
+
29
+ ```ruby
30
+ require 'conekta'
31
+
32
+ Conekta::UpdateCustomerPaymentMethodsResponse.openapi_discriminator_name
33
+ # => :'type'
34
+ ```
35
+
36
+ ### `openapi_discriminator_name`
37
+
38
+ Returns the discriminator's mapping.
39
+
40
+ #### Example
41
+
42
+ ```ruby
43
+ require 'conekta'
44
+
45
+ Conekta::UpdateCustomerPaymentMethodsResponse.openapi_discriminator_mapping
46
+ # =>
47
+ # {
48
+ # :'card' => :'PaymentMethodCardResponse',
49
+ # :'cash' => :'PaymentMethodCashResponse',
50
+ # :'oxxo_recurrent' => :'PaymentMethodCashResponse',
51
+ # :'spei_recurrent' => :'PaymentMethodSpeiRecurrent'
52
+ # }
53
+ ```
54
+
55
+ ### build
56
+
57
+ Find the appropriate object from the `openapi_one_of` list and casts the data into it.
58
+
59
+ #### Example
60
+
61
+ ```ruby
62
+ require 'conekta'
63
+
64
+ Conekta::UpdateCustomerPaymentMethodsResponse.build(data)
65
+ # => #<PaymentMethodCardResponse:0x00007fdd4aab02a0>
66
+
67
+ Conekta::UpdateCustomerPaymentMethodsResponse.build(data_that_doesnt_match)
68
+ # => nil
69
+ ```
70
+
71
+ #### Parameters
72
+
73
+ | Name | Type | Description |
74
+ | ---- | ---- | ----------- |
75
+ | **data** | **Mixed** | data to be matched against the list of oneOf items |
76
+
77
+ #### Return type
78
+
79
+ - `PaymentMethodCardResponse`
80
+ - `PaymentMethodCashResponse`
81
+ - `PaymentMethodSpeiRecurrent`
82
+ - `nil` (if no type matches)
83
+
@@ -0,0 +1,22 @@
1
+ # Conekta::UpdateOrderDiscountLinesRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Integer** | | [optional] |
8
+ | **code** | **String** | Discount code. | [optional] |
9
+ | **type** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'conekta'
15
+
16
+ instance = Conekta::UpdateOrderDiscountLinesRequest.new(
17
+ amount: 500,
18
+ code: 123,
19
+ type: loyalty
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Conekta::UpdateOrderTaxRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Integer** | The amount to be collected for tax in cents | [optional] |
8
+ | **description** | **String** | description or tax&#39;s name | [optional] |
9
+ | **metadata** | **Hash&lt;String, Object&gt;** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'conekta'
15
+
16
+ instance = Conekta::UpdateOrderTaxRequest.new(
17
+ amount: 100,
18
+ description: testing,
19
+ metadata: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,28 @@
1
+ # Conekta::UpdateOrderTaxResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Integer** | The amount to be collected for tax in cents | |
8
+ | **description** | **String** | description or tax&#39;s name | |
9
+ | **metadata** | **Hash&lt;String, Object&gt;** | | [optional] |
10
+ | **id** | **String** | | |
11
+ | **object** | **String** | | [optional] |
12
+ | **parent_id** | **String** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'conekta'
18
+
19
+ instance = Conekta::UpdateOrderTaxResponse.new(
20
+ amount: 100,
21
+ description: testing,
22
+ metadata: {key&#x3D;value},
23
+ id: tax_lin_2tQ8dC5mg1UADmVPo,
24
+ object: tax_line,
25
+ parent_id: ord_2tPAmKCEJqh8RE6nY
26
+ )
27
+ ```
28
+
@@ -0,0 +1,22 @@
1
+ # Conekta::UpdateOrderTaxResponseAllOf
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **object** | **String** | | [optional] |
9
+ | **parent_id** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'conekta'
15
+
16
+ instance = Conekta::UpdateOrderTaxResponseAllOf.new(
17
+ id: tax_lin_2tQ8dC5mg1UADmVPo,
18
+ object: tax_line,
19
+ parent_id: ord_2tPAmKCEJqh8RE6nY
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Conekta::UpdatePaymentMethods
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'conekta'
13
+
14
+ instance = Conekta::UpdatePaymentMethods.new(
15
+ name: name of person
16
+ )
17
+ ```
18
+
@@ -0,0 +1,34 @@
1
+ # Conekta::UpdateProduct
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **antifraud_info** | **Hash&lt;String, Object&gt;** | | [optional] |
8
+ | **description** | **String** | | [optional] |
9
+ | **sku** | **String** | | [optional] |
10
+ | **name** | **String** | | [optional] |
11
+ | **unit_price** | **Integer** | | [optional] |
12
+ | **quantity** | **Integer** | | [optional] |
13
+ | **tags** | **Array&lt;String&gt;** | | [optional] |
14
+ | **brand** | **String** | | [optional] |
15
+ | **metadata** | **Hash&lt;String, String&gt;** | | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'conekta'
21
+
22
+ instance = Conekta::UpdateProduct.new(
23
+ antifraud_info: null,
24
+ description: null,
25
+ sku: null,
26
+ name: Box of Cohiba S1s,
27
+ unit_price: 20000,
28
+ quantity: 1,
29
+ tags: null,
30
+ brand: null,
31
+ metadata: null
32
+ )
33
+ ```
34
+