@@ -36,25 +36,25 @@ def test_method_update_with_all_params(self, client: Finch) -> None:
3636 company = client .sandbox .company .update (
3737 accounts = [
3838 {
39- "routing_number" : "routing_number" ,
4039 "account_name" : "account_name" ,
41- "institution_name" : "institution_name" ,
42- "account_type" : "checking" ,
4340 "account_number" : "account_number" ,
41+ "account_type" : "checking" ,
42+ "institution_name" : "institution_name" ,
43+ "routing_number" : "routing_number" ,
4444 },
4545 {
46- "routing_number" : "routing_number" ,
4746 "account_name" : "account_name" ,
48- "institution_name" : "institution_name" ,
49- "account_type" : "checking" ,
5047 "account_number" : "account_number" ,
48+ "account_type" : "checking" ,
49+ "institution_name" : "institution_name" ,
50+ "routing_number" : "routing_number" ,
5151 },
5252 {
53- "routing_number" : "routing_number" ,
5453 "account_name" : "account_name" ,
55- "institution_name" : "institution_name" ,
56- "account_type" : "checking" ,
5754 "account_number" : "account_number" ,
55+ "account_type" : "checking" ,
56+ "institution_name" : "institution_name" ,
57+ "routing_number" : "routing_number" ,
5858 },
5959 ],
6060 departments = [
@@ -73,40 +73,40 @@ def test_method_update_with_all_params(self, client: Finch) -> None:
7373 ],
7474 ein = "ein" ,
7575 entity = {
76- "type" : "llc" ,
7776 "subtype" : "s_corporation" ,
77+ "type" : "llc" ,
7878 },
7979 legal_name = "legal_name" ,
8080 locations = [
8181 {
82- "line1" : "line1" ,
83- "line2" : "line2" ,
8482 "city" : "city" ,
85- "state" : "state" ,
86- "postal_code" : "postal_code" ,
8783 "country" : "country" ,
84+ "line1" : "line1" ,
85+ "line2" : "line2" ,
8886 "name" : "name" ,
87+ "postal_code" : "postal_code" ,
8988 "source_id" : "source_id" ,
89+ "state" : "state" ,
9090 },
9191 {
92- "line1" : "line1" ,
93- "line2" : "line2" ,
9492 "city" : "city" ,
95- "state" : "state" ,
96- "postal_code" : "postal_code" ,
9793 "country" : "country" ,
94+ "line1" : "line1" ,
95+ "line2" : "line2" ,
9896 "name" : "name" ,
97+ "postal_code" : "postal_code" ,
9998 "source_id" : "source_id" ,
99+ "state" : "state" ,
100100 },
101101 {
102- "line1" : "line1" ,
103- "line2" : "line2" ,
104102 "city" : "city" ,
105- "state" : "state" ,
106- "postal_code" : "postal_code" ,
107103 "country" : "country" ,
104+ "line1" : "line1" ,
105+ "line2" : "line2" ,
108106 "name" : "name" ,
107+ "postal_code" : "postal_code" ,
109108 "source_id" : "source_id" ,
109+ "state" : "state" ,
110110 },
111111 ],
112112 primary_email = "primary_email" ,
@@ -175,25 +175,25 @@ async def test_method_update_with_all_params(self, async_client: AsyncFinch) ->
175175 company = await async_client .sandbox .company .update (
176176 accounts = [
177177 {
178- "routing_number" : "routing_number" ,
179178 "account_name" : "account_name" ,
180- "institution_name" : "institution_name" ,
181- "account_type" : "checking" ,
182179 "account_number" : "account_number" ,
180+ "account_type" : "checking" ,
181+ "institution_name" : "institution_name" ,
182+ "routing_number" : "routing_number" ,
183183 },
184184 {
185- "routing_number" : "routing_number" ,
186185 "account_name" : "account_name" ,
187- "institution_name" : "institution_name" ,
188- "account_type" : "checking" ,
189186 "account_number" : "account_number" ,
187+ "account_type" : "checking" ,
188+ "institution_name" : "institution_name" ,
189+ "routing_number" : "routing_number" ,
190190 },
191191 {
192- "routing_number" : "routing_number" ,
193192 "account_name" : "account_name" ,
194- "institution_name" : "institution_name" ,
195- "account_type" : "checking" ,
196193 "account_number" : "account_number" ,
194+ "account_type" : "checking" ,
195+ "institution_name" : "institution_name" ,
196+ "routing_number" : "routing_number" ,
197197 },
198198 ],
199199 departments = [
@@ -212,40 +212,40 @@ async def test_method_update_with_all_params(self, async_client: AsyncFinch) ->
212212 ],
213213 ein = "ein" ,
214214 entity = {
215- "type" : "llc" ,
216215 "subtype" : "s_corporation" ,
216+ "type" : "llc" ,
217217 },
218218 legal_name = "legal_name" ,
219219 locations = [
220220 {
221- "line1" : "line1" ,
222- "line2" : "line2" ,
223221 "city" : "city" ,
224- "state" : "state" ,
225- "postal_code" : "postal_code" ,
226222 "country" : "country" ,
223+ "line1" : "line1" ,
224+ "line2" : "line2" ,
227225 "name" : "name" ,
226+ "postal_code" : "postal_code" ,
228227 "source_id" : "source_id" ,
228+ "state" : "state" ,
229229 },
230230 {
231- "line1" : "line1" ,
232- "line2" : "line2" ,
233231 "city" : "city" ,
234- "state" : "state" ,
235- "postal_code" : "postal_code" ,
236232 "country" : "country" ,
233+ "line1" : "line1" ,
234+ "line2" : "line2" ,
237235 "name" : "name" ,
236+ "postal_code" : "postal_code" ,
238237 "source_id" : "source_id" ,
238+ "state" : "state" ,
239239 },
240240 {
241- "line1" : "line1" ,
242- "line2" : "line2" ,
243241 "city" : "city" ,
244- "state" : "state" ,
245- "postal_code" : "postal_code" ,
246242 "country" : "country" ,
243+ "line1" : "line1" ,
244+ "line2" : "line2" ,
247245 "name" : "name" ,
246+ "postal_code" : "postal_code" ,
248247 "source_id" : "source_id" ,
248+ "state" : "state" ,
249249 },
250250 ],
251251 primary_email = "primary_email" ,
0 commit comments