1- # SpojeNET\CsasAccounts \DefaultApi
1+ # SpojeNET\Csas \DefaultApi
22
33All URIs are relative to https://www.csas.cz/webapi/api/v3/accounts , except if the operation defines another base path.
44
@@ -13,7 +13,7 @@ All URIs are relative to https://www.csas.cz/webapi/api/v3/accounts, except if t
1313## ` getAccountBalance() `
1414
1515``` php
16- getAccountBalance($id): \SpojeNET\CsasAccounts \Model\AccountBalance
16+ getAccountBalance($id): \SpojeNET\Csas \Model\AccountBalance
1717```
1818
1919Get account balance
@@ -28,7 +28,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
2828
2929
3030
31- $apiInstance = new SpojeNET\CsasAccounts \Api\DefaultApi(
31+ $apiInstance = new SpojeNET\Csas \Api\DefaultApi(
3232 // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
3333 // This is optional, `GuzzleHttp\Client` will be used as default.
3434 new GuzzleHttp\Client()
5151
5252### Return type
5353
54- [ ** \SpojeNET\CsasAccounts \Model\AccountBalance** ] ( ../Model/AccountBalance.md )
54+ [ ** \SpojeNET\Csas \Model\AccountBalance** ] ( ../Model/AccountBalance.md )
5555
5656### Authorization
5757
@@ -69,7 +69,7 @@ No authorization required
6969## ` getAccounts() `
7070
7171``` php
72- getAccounts($size, $page, $sort, $order): \SpojeNET\CsasAccounts \Model\Account
72+ getAccounts($size, $page, $sort, $order): \SpojeNET\Csas \Model\Account
7373```
7474
7575Get account details
@@ -84,7 +84,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
8484
8585
8686
87- $apiInstance = new SpojeNET\CsasAccounts \Api\DefaultApi(
87+ $apiInstance = new SpojeNET\Csas \Api\DefaultApi(
8888 // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
8989 // This is optional, `GuzzleHttp\Client` will be used as default.
9090 new GuzzleHttp\Client()
@@ -113,7 +113,7 @@ try {
113113
114114### Return type
115115
116- [ ** \SpojeNET\CsasAccounts \Model\Account** ] ( ../Model/Account.md )
116+ [ ** \SpojeNET\Csas \Model\Account** ] ( ../Model/Account.md )
117117
118118### Authorization
119119
@@ -131,7 +131,7 @@ No authorization required
131131## ` getStatements() `
132132
133133``` php
134- getStatements($id, $fromDate, $toDate, $format, $size, $page): \SpojeNET\CsasAccounts \Model\StatementList
134+ getStatements($id, $fromDate, $toDate, $format, $size, $page): \SpojeNET\Csas \Model\StatementList
135135```
136136
137137Get statements list
@@ -146,7 +146,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
146146
147147
148148
149- $apiInstance = new SpojeNET\CsasAccounts \Api\DefaultApi(
149+ $apiInstance = new SpojeNET\Csas \Api\DefaultApi(
150150 // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
151151 // This is optional, `GuzzleHttp\Client` will be used as default.
152152 new GuzzleHttp\Client()
@@ -179,7 +179,7 @@ try {
179179
180180### Return type
181181
182- [ ** \SpojeNET\CsasAccounts \Model\StatementList** ] ( ../Model/StatementList.md )
182+ [ ** \SpojeNET\Csas \Model\StatementList** ] ( ../Model/StatementList.md )
183183
184184### Authorization
185185
@@ -197,7 +197,7 @@ No authorization required
197197## ` getTransactions() `
198198
199199``` php
200- getTransactions($id, $fromDate, $toDate, $size, $page, $sort, $order): \SpojeNET\CsasAccounts \Model\TransactionList
200+ getTransactions($id, $fromDate, $toDate, $size, $page, $sort, $order): \SpojeNET\Csas \Model\TransactionList
201201```
202202
203203Overview of transactions
@@ -212,7 +212,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
212212
213213
214214
215- $apiInstance = new SpojeNET\CsasAccounts \Api\DefaultApi(
215+ $apiInstance = new SpojeNET\Csas \Api\DefaultApi(
216216 // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
217217 // This is optional, `GuzzleHttp\Client` will be used as default.
218218 new GuzzleHttp\Client()
@@ -247,7 +247,7 @@ try {
247247
248248### Return type
249249
250- [ ** \SpojeNET\CsasAccounts \Model\TransactionList** ] ( ../Model/TransactionList.md )
250+ [ ** \SpojeNET\Csas \Model\TransactionList** ] ( ../Model/TransactionList.md )
251251
252252### Authorization
253253
0 commit comments