@@ -37,27 +37,27 @@ s = codataccounting.CodatAccounting(
3737
3838req = operations.CreateBankAccountRequest(
3939 bank_account = shared.BankAccount(
40- account_name = " natus" ,
41- account_number = " laboriosam" ,
42- account_type = " Debit " ,
40+ account_name = ' natus' ,
41+ account_number = ' laboriosam' ,
42+ account_type = shared.BankAccountBankAccountTypeEnum. DEBIT ,
4343 available_balance = 9025.99 ,
4444 balance = 6818.2 ,
45- currency = " in " ,
46- i_ban = " corporis" ,
47- id = " 96eb10fa-aa23-452c-9955-907aff1a3a2f" ,
48- institution = " mollitia" ,
45+ currency = ' in ' ,
46+ i_ban = ' corporis' ,
47+ id = ' 96eb10fa-aa23-452c-9955-907aff1a3a2f' ,
48+ institution = ' mollitia' ,
4949 metadata = shared.Metadata(
5050 is_deleted = False ,
5151 ),
52- modified_date = " occaecati" ,
53- nominal_code = " numquam" ,
52+ modified_date = ' occaecati' ,
53+ nominal_code = ' numquam' ,
5454 overdraft_limit = 4143.69 ,
55- sort_code = " quam" ,
56- source_modified_date = " molestiae" ,
55+ sort_code = ' quam' ,
56+ source_modified_date = ' molestiae' ,
5757 ),
5858 allow_sync_on_push_complete = False ,
59- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
60- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
59+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
60+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
6161 timeout_in_minutes = 244425 ,
6262)
6363
@@ -85,9 +85,9 @@ s = codataccounting.CodatAccounting(
8585
8686
8787req = operations.GetBankAccountRequest(
88- account_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
89- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
90- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
88+ account_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
89+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
90+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
9191)
9292
9393res = s.bank_accounts.get(req)
@@ -120,8 +120,8 @@ s = codataccounting.CodatAccounting(
120120
121121
122122req = operations.GetCreateUpdateBankAccountsModelRequest(
123- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
124- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
123+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
124+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
125125)
126126
127127res = s.bank_accounts.get_create_update_model(req)
@@ -148,12 +148,12 @@ s = codataccounting.CodatAccounting(
148148
149149
150150req = operations.ListBankAccountsRequest(
151- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
152- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
153- order_by = " -modifiedDate" ,
151+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
152+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
153+ order_by = ' -modifiedDate' ,
154154 page = 1 ,
155155 page_size = 100 ,
156- query = " error" ,
156+ query = ' error' ,
157157)
158158
159159res = s.bank_accounts.list(req)
@@ -187,27 +187,27 @@ s = codataccounting.CodatAccounting(
187187
188188req = operations.UpdateBankAccountRequest(
189189 bank_account = shared.BankAccount(
190- account_name = " quia" ,
191- account_number = " quis" ,
192- account_type = " Unknown " ,
190+ account_name = ' quia' ,
191+ account_number = ' quis' ,
192+ account_type = shared.BankAccountBankAccountTypeEnum. UNKNOWN ,
193193 available_balance = 6747.52 ,
194194 balance = 6563.3 ,
195- currency = " enim" ,
196- i_ban = " odit" ,
197- id = " c3f5ad01-9da1-4ffe-b8f0-97b0074f1547" ,
198- institution = " dicta" ,
195+ currency = ' enim' ,
196+ i_ban = ' odit' ,
197+ id = ' c3f5ad01-9da1-4ffe-b8f0-97b0074f1547' ,
198+ institution = ' dicta' ,
199199 metadata = shared.Metadata(
200200 is_deleted = False ,
201201 ),
202- modified_date = " harum" ,
203- nominal_code = " enim" ,
202+ modified_date = ' harum' ,
203+ nominal_code = ' enim' ,
204204 overdraft_limit = 8804.76 ,
205- sort_code = " commodi" ,
206- source_modified_date = " repudiandae" ,
205+ sort_code = ' commodi' ,
206+ source_modified_date = ' repudiandae' ,
207207 ),
208- bank_account_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
209- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
210- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
208+ bank_account_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
209+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
210+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
211211 force_update = False ,
212212 timeout_in_minutes = 64147 ,
213213)
0 commit comments