@@ -119,6 +119,7 @@ Class | Method | HTTP request | Description
119
119
* AntifraudApi* | [ ** DeleteRuleWhitelist** ] ( docs/AntifraudApi.md#deleterulewhitelist ) | ** Delete** /antifraud/whitelists/{id} | Delete whitelisted rule
120
120
* AntifraudApi* | [ ** GetRuleBlacklist** ] ( docs/AntifraudApi.md#getruleblacklist ) | ** Get** /antifraud/blacklists | Get list of blacklisted rules
121
121
* AntifraudApi* | [ ** GetRuleWhitelist** ] ( docs/AntifraudApi.md#getrulewhitelist ) | ** Get** /antifraud/whitelists | Get a list of whitelisted rules
122
+ * ChargesApi* | [ ** GetCharges** ] ( docs/ChargesApi.md#getcharges ) | ** Get** /charges | Get A List of Charges
122
123
* ChargesApi* | [ ** OrdersCreateCharge** ] ( docs/ChargesApi.md#orderscreatecharge ) | ** Post** /orders/{id}/charges | Create charge
123
124
* CompaniesApi* | [ ** GetCompanies** ] ( docs/CompaniesApi.md#getcompanies ) | ** Get** /companies | Get List of Companies
124
125
* CompaniesApi* | [ ** GetCompany** ] ( docs/CompaniesApi.md#getcompany ) | ** Get** /companies/{id} | Get Company
@@ -136,9 +137,11 @@ Class | Method | HTTP request | Description
136
137
* EventsApi* | [ ** GetEvents** ] ( docs/EventsApi.md#getevents ) | ** Get** /events | Get list of Events
137
138
* LogsApi* | [ ** GetLogById** ] ( docs/LogsApi.md#getlogbyid ) | ** Get** /logs/{id} | Get Log
138
139
* LogsApi* | [ ** GetLogs** ] ( docs/LogsApi.md#getlogs ) | ** Get** /logs | Get List Of Logs
140
+ * OrdersApi* | [ ** CancelOrder** ] ( docs/OrdersApi.md#cancelorder ) | ** Post** /orders/{id}/cancel | Cancel Order
139
141
* OrdersApi* | [ ** CreateOrder** ] ( docs/OrdersApi.md#createorder ) | ** Post** /orders | Create order
140
142
* OrdersApi* | [ ** GetOrderById** ] ( docs/OrdersApi.md#getorderbyid ) | ** Get** /orders/{id} | Get Order
141
143
* OrdersApi* | [ ** GetOrders** ] ( docs/OrdersApi.md#getorders ) | ** Get** /orders | Get a list of Orders
144
+ * OrdersApi* | [ ** OrderCancelRefund** ] ( docs/OrdersApi.md#ordercancelrefund ) | ** Delete** /orders/{id}/refunds/{refund_id} | Cancel Refund
142
145
* OrdersApi* | [ ** OrderRefund** ] ( docs/OrdersApi.md#orderrefund ) | ** Post** /orders/{id}/refunds | Refund Order
143
146
* OrdersApi* | [ ** OrdersCreateCapture** ] ( docs/OrdersApi.md#orderscreatecapture ) | ** Post** /orders/{id}/capture | Capture Order
144
147
* OrdersApi* | [ ** UpdateOrder** ] ( docs/OrdersApi.md#updateorder ) | ** Put** /orders/{id} | Update Order
@@ -177,6 +180,15 @@ Class | Method | HTTP request | Description
177
180
* TaxesApi* | [ ** OrdersDeleteTaxes** ] ( docs/TaxesApi.md#ordersdeletetaxes ) | ** Delete** /orders/{id}/tax_lines/{tax_id} | Delete Tax
178
181
* TaxesApi* | [ ** OrdersUpdateTaxes** ] ( docs/TaxesApi.md#ordersupdatetaxes ) | ** Put** /orders/{id}/tax_lines/{tax_id} | Update Tax
179
182
* TokensApi* | [ ** CreateToken** ] ( docs/TokensApi.md#createtoken ) | ** Post** /tokens | Create Token
183
+ * TransactionsApi* | [ ** GetTransaction** ] ( docs/TransactionsApi.md#gettransaction ) | ** Get** /transactions/{id} | Get transaction
184
+ * TransactionsApi* | [ ** GetTransactions** ] ( docs/TransactionsApi.md#gettransactions ) | ** Get** /transactions | Get List transactions
185
+ * TransfersApi* | [ ** GetTransfer** ] ( docs/TransfersApi.md#gettransfer ) | ** Get** /transfers/{id} | Get Transfer
186
+ * TransfersApi* | [ ** GetTransfers** ] ( docs/TransfersApi.md#gettransfers ) | ** Get** /transfers | Get a list of transfers
187
+ * WebhookKeysApi* | [ ** CreateWebhookKey** ] ( docs/WebhookKeysApi.md#createwebhookkey ) | ** Post** /webhook_keys | Create Webhook Key
188
+ * WebhookKeysApi* | [ ** DeleteWebhookKey** ] ( docs/WebhookKeysApi.md#deletewebhookkey ) | ** Delete** /webhook_keys/{id} | Delete Webhook key
189
+ * WebhookKeysApi* | [ ** GetWebhookKey** ] ( docs/WebhookKeysApi.md#getwebhookkey ) | ** Get** /webhook_keys/{id} | Get Webhook Key
190
+ * WebhookKeysApi* | [ ** GetWebhookKeys** ] ( docs/WebhookKeysApi.md#getwebhookkeys ) | ** Get** /webhook_keys | Get List of Webhook Keys
191
+ * WebhookKeysApi* | [ ** UpdateWebhookKey** ] ( docs/WebhookKeysApi.md#updatewebhookkey ) | ** Put** /webhook_keys/{id} | Update Webhook Key
180
192
* WebhooksApi* | [ ** CreateWebhook** ] ( docs/WebhooksApi.md#createwebhook ) | ** Post** /webhooks | Create Webhook
181
193
* WebhooksApi* | [ ** DeleteWebhook** ] ( docs/WebhooksApi.md#deletewebhook ) | ** Delete** /webhooks/{id} | Delete Webhook
182
194
* WebhooksApi* | [ ** GetWebhook** ] ( docs/WebhooksApi.md#getwebhook ) | ** Get** /webhooks/{id} | Get Webhook
@@ -191,17 +203,19 @@ Class | Method | HTTP request | Description
191
203
- [ ChargeDataPaymentMethodCardResponse] ( docs/ChargeDataPaymentMethodCardResponse.md )
192
204
- [ ChargeDataPaymentMethodCashResponse] ( docs/ChargeDataPaymentMethodCashResponse.md )
193
205
- [ ChargeOrderResponse] ( docs/ChargeOrderResponse.md )
194
- - [ ChargeOrderResponseChannel] ( docs/ChargeOrderResponseChannel.md )
195
206
- [ ChargeOrderResponsePaymentMethod] ( docs/ChargeOrderResponsePaymentMethod.md )
196
207
- [ ChargeRequest] ( docs/ChargeRequest.md )
197
208
- [ ChargeRequestPaymentMethod] ( docs/ChargeRequestPaymentMethod.md )
198
209
- [ ChargeResponse] ( docs/ChargeResponse.md )
210
+ - [ ChargeResponseChannel] ( docs/ChargeResponseChannel.md )
211
+ - [ ChargeResponsePaymentMethod] ( docs/ChargeResponsePaymentMethod.md )
199
212
- [ ChargeResponseRefunds] ( docs/ChargeResponseRefunds.md )
200
213
- [ ChargeResponseRefundsAllOf] ( docs/ChargeResponseRefundsAllOf.md )
201
214
- [ ChargeResponseRefundsData] ( docs/ChargeResponseRefundsData.md )
202
215
- [ ChargesDataResponse] ( docs/ChargesDataResponse.md )
203
216
- [ Checkout] ( docs/Checkout.md )
204
217
- [ CheckoutOrderTemplate] ( docs/CheckoutOrderTemplate.md )
218
+ - [ CheckoutOrderTemplateCustomerInfo] ( docs/CheckoutOrderTemplateCustomerInfo.md )
205
219
- [ CheckoutRequest] ( docs/CheckoutRequest.md )
206
220
- [ CheckoutResponse] ( docs/CheckoutResponse.md )
207
221
- [ CheckoutsResponse] ( docs/CheckoutsResponse.md )
@@ -256,6 +270,8 @@ Class | Method | HTTP request | Description
256
270
- [ EmailCheckoutRequest] ( docs/EmailCheckoutRequest.md )
257
271
- [ ErrorAllOf] ( docs/ErrorAllOf.md )
258
272
- [ EventResponse] ( docs/EventResponse.md )
273
+ - [ GetChargesResponse] ( docs/GetChargesResponse.md )
274
+ - [ GetChargesResponseAllOf] ( docs/GetChargesResponseAllOf.md )
259
275
- [ GetCompaniesResponse] ( docs/GetCompaniesResponse.md )
260
276
- [ GetCompaniesResponseAllOf] ( docs/GetCompaniesResponseAllOf.md )
261
277
- [ GetCustomerPaymentMethodDataResponse] ( docs/GetCustomerPaymentMethodDataResponse.md )
@@ -266,6 +282,12 @@ Class | Method | HTTP request | Description
266
282
- [ GetPaymentMethodResponseAllOf] ( docs/GetPaymentMethodResponseAllOf.md )
267
283
- [ GetPlansResponse] ( docs/GetPlansResponse.md )
268
284
- [ GetPlansResponseAllOf] ( docs/GetPlansResponseAllOf.md )
285
+ - [ GetTransactionsResponse] ( docs/GetTransactionsResponse.md )
286
+ - [ GetTransactionsResponseAllOf] ( docs/GetTransactionsResponseAllOf.md )
287
+ - [ GetTransfersResponse] ( docs/GetTransfersResponse.md )
288
+ - [ GetTransfersResponseAllOf] ( docs/GetTransfersResponseAllOf.md )
289
+ - [ GetWebhookKeysResponse] ( docs/GetWebhookKeysResponse.md )
290
+ - [ GetWebhookKeysResponseAllOf] ( docs/GetWebhookKeysResponseAllOf.md )
269
291
- [ GetWebhooksResponse] ( docs/GetWebhooksResponse.md )
270
292
- [ GetWebhooksResponseAllOf] ( docs/GetWebhooksResponseAllOf.md )
271
293
- [ LogResponse] ( docs/LogResponse.md )
@@ -336,6 +358,11 @@ Class | Method | HTTP request | Description
336
358
- [ TokenCheckout] ( docs/TokenCheckout.md )
337
359
- [ TokenResponse] ( docs/TokenResponse.md )
338
360
- [ TokenResponseCheckout] ( docs/TokenResponseCheckout.md )
361
+ - [ TransactionResponse] ( docs/TransactionResponse.md )
362
+ - [ TransferDestinationResponse] ( docs/TransferDestinationResponse.md )
363
+ - [ TransferMethodResponse] ( docs/TransferMethodResponse.md )
364
+ - [ TransferResponse] ( docs/TransferResponse.md )
365
+ - [ TransfersResponse] ( docs/TransfersResponse.md )
339
366
- [ UpdateCustomer] ( docs/UpdateCustomer.md )
340
367
- [ UpdateCustomerAntifraudInfo] ( docs/UpdateCustomerAntifraudInfo.md )
341
368
- [ UpdateCustomerFiscalEntitiesResponse] ( docs/UpdateCustomerFiscalEntitiesResponse.md )
@@ -347,6 +374,11 @@ Class | Method | HTTP request | Description
347
374
- [ UpdateOrderTaxResponseAllOf] ( docs/UpdateOrderTaxResponseAllOf.md )
348
375
- [ UpdatePaymentMethods] ( docs/UpdatePaymentMethods.md )
349
376
- [ UpdateProduct] ( docs/UpdateProduct.md )
377
+ - [ WebhookKeyCreateResponse] ( docs/WebhookKeyCreateResponse.md )
378
+ - [ WebhookKeyDeleteResponse] ( docs/WebhookKeyDeleteResponse.md )
379
+ - [ WebhookKeyRequest] ( docs/WebhookKeyRequest.md )
380
+ - [ WebhookKeyResponse] ( docs/WebhookKeyResponse.md )
381
+ - [ WebhookKeyUpdateRequest] ( docs/WebhookKeyUpdateRequest.md )
350
382
- [ WebhookLog] ( docs/WebhookLog.md )
351
383
- [ WebhookRequest] ( docs/WebhookRequest.md )
352
384
- [ WebhookResponse] ( docs/WebhookResponse.md )
0 commit comments