Skip to content

Commit

Permalink
6.4.0 - Created rule id in CreateSplitRequest. (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Unknown <samuel.leite@mundipagg.com>
  • Loading branch information
JefersonCAugusto and Unknown authored Jan 14, 2022
1 parent 24a9379 commit 4f5b1af
Show file tree
Hide file tree
Showing 40 changed files with 5,414 additions and 3,555 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License:
The MIT License (MIT)
http://opensource.org/licenses/MIT

Copyright (c) 2014 - 2020 APIMATIC Limited
Copyright (c) 2014 - 2022 APIMATIC Limited

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions doc/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al

| Name | Description |
| --- | --- |
| getOrdersController() | Gets OrdersController |
| getPlansController() | Gets PlansController |
| getSubscriptionsController() | Gets SubscriptionsController |
| getInvoicesController() | Gets InvoicesController |
| getOrdersController() | Gets OrdersController |
| getCustomersController() | Gets CustomersController |
| getRecipientsController() | Gets RecipientsController |
| getChargesController() | Gets ChargesController |
| getTokensController() | Gets TokensController |
| getTransfersController() | Gets TransfersController |
| getTokensController() | Gets TokensController |
| getTransactionsController() | Gets TransactionsController |

Loading

0 comments on commit 4f5b1af

Please sign in to comment.