@@ -126,7 +126,7 @@ with Moov(
126
126
),
127
127
) as moov:
128
128
129
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
129
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
130
130
individual = components.CreateIndividualProfile(
131
131
name = components.IndividualName(
132
132
first_name = " Jordan" ,
@@ -230,7 +230,7 @@ async def main():
230
230
),
231
231
) as moov:
232
232
233
- res = await moov.accounts.create_async(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
233
+ res = await moov.accounts.create_async(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
234
234
individual = components.CreateIndividualProfile(
235
235
name = components.IndividualName(
236
236
first_name = " Jordan" ,
@@ -343,7 +343,7 @@ with Moov(
343
343
),
344
344
) as moov:
345
345
346
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
346
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
347
347
individual = components.CreateIndividualProfile(
348
348
name = components.IndividualName(
349
349
first_name = " Jordan" ,
@@ -1333,7 +1333,7 @@ with Moov(
1333
1333
),
1334
1334
) as moov:
1335
1335
1336
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
1336
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
1337
1337
individual = components.CreateIndividualProfile(
1338
1338
name = components.IndividualName(
1339
1339
first_name = " Jordan" ,
@@ -1436,7 +1436,7 @@ with Moov(
1436
1436
),
1437
1437
) as moov:
1438
1438
1439
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
1439
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
1440
1440
individual = components.CreateIndividualProfile(
1441
1441
name = components.IndividualName(
1442
1442
first_name = " Jordan" ,
@@ -1562,7 +1562,7 @@ with Moov(
1562
1562
res = None
1563
1563
try :
1564
1564
1565
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
1565
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
1566
1566
individual = components.CreateIndividualProfile(
1567
1567
name = components.IndividualName(
1568
1568
first_name = " Jordan" ,
@@ -1678,7 +1678,7 @@ with Moov(
1678
1678
),
1679
1679
) as moov:
1680
1680
1681
- res = moov.accounts.create(account_type = components.AccountType .BUSINESS , profile = components.CreateProfile(
1681
+ res = moov.accounts.create(account_type = components.CreateAccountType .BUSINESS , profile = components.CreateProfile(
1682
1682
individual = components.CreateIndividualProfile(
1683
1683
name = components.IndividualName(
1684
1684
first_name = " Jordan" ,
0 commit comments