@@ -70,6 +70,7 @@ def create(
7070 beneficial_owner_entities : Iterable [account_holder_create_params .KYBBeneficialOwnerEntity ] | Omit = omit ,
7171 external_id : str | Omit = omit ,
7272 kyb_passed_timestamp : str | Omit = omit ,
73+ naics_code : str | Omit = omit ,
7374 website_url : str | Omit = omit ,
7475 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
7576 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -127,6 +128,9 @@ def create(
127128
128129 This field is required only if workflow type is `KYB_BYO`.
129130
131+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
132+ business.
133+
130134 website_url: Company website URL.
131135
132136 extra_headers: Send extra headers
@@ -148,6 +152,7 @@ def create(
148152 | Omit = omit ,
149153 control_person : account_holder_create_params .KYBDelegatedControlPerson | Omit = omit ,
150154 external_id : str | Omit = omit ,
155+ naics_code : str | Omit = omit ,
151156 nature_of_business : str | Omit = omit ,
152157 tos_timestamp : str | Omit = omit ,
153158 website_url : str | Omit = omit ,
@@ -191,6 +196,9 @@ def create(
191196 external_id: A user provided id that can be used to link an account holder with an external
192197 system
193198
199+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
200+ business.
201+
194202 nature_of_business: Short description of the company's line of business (i.e., what does the company
195203 do?).
196204
@@ -364,6 +372,7 @@ def create(
364372 beneficial_owner_entities : Iterable [account_holder_create_params .KYBBeneficialOwnerEntity ] | Omit = omit ,
365373 external_id : str | Omit = omit ,
366374 kyb_passed_timestamp : str | Omit = omit ,
375+ naics_code : str | Omit = omit ,
367376 website_url : str | Omit = omit ,
368377 individual : account_holder_create_params .KYCIndividual | Omit = omit ,
369378 kyc_passed_timestamp : str | Omit = omit ,
@@ -396,6 +405,7 @@ def create(
396405 "beneficial_owner_entities" : beneficial_owner_entities ,
397406 "external_id" : external_id ,
398407 "kyb_passed_timestamp" : kyb_passed_timestamp ,
408+ "naics_code" : naics_code ,
399409 "website_url" : website_url ,
400410 "individual" : individual ,
401411 "kyc_passed_timestamp" : kyc_passed_timestamp ,
@@ -463,6 +473,7 @@ def update(
463473 business_entity : account_holder_update_params .KYBPatchRequestBusinessEntity | Omit = omit ,
464474 control_person : account_holder_update_params .KYBPatchRequestControlPerson | Omit = omit ,
465475 external_id : str | Omit = omit ,
476+ naics_code : str | Omit = omit ,
466477 nature_of_business : str | Omit = omit ,
467478 website_url : str | Omit = omit ,
468479 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -509,6 +520,9 @@ def update(
509520 external_id: A user provided id that can be used to link an account holder with an external
510521 system
511522
523+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
524+ business.
525+
512526 nature_of_business: Short description of the company's line of business (i.e., what does the company
513527 do?).
514528
@@ -639,6 +653,7 @@ def update(
639653 business_entity : account_holder_update_params .KYBPatchRequestBusinessEntity | Omit = omit ,
640654 control_person : account_holder_update_params .KYBPatchRequestControlPerson | Omit = omit ,
641655 external_id : str | Omit = omit ,
656+ naics_code : str | Omit = omit ,
642657 nature_of_business : str | Omit = omit ,
643658 website_url : str | Omit = omit ,
644659 individual : account_holder_update_params .KYCPatchRequestIndividual | Omit = omit ,
@@ -671,6 +686,7 @@ def update(
671686 "business_entity" : business_entity ,
672687 "control_person" : control_person ,
673688 "external_id" : external_id ,
689+ "naics_code" : naics_code ,
674690 "nature_of_business" : nature_of_business ,
675691 "website_url" : website_url ,
676692 "individual" : individual ,
@@ -1140,6 +1156,7 @@ async def create(
11401156 beneficial_owner_entities : Iterable [account_holder_create_params .KYBBeneficialOwnerEntity ] | Omit = omit ,
11411157 external_id : str | Omit = omit ,
11421158 kyb_passed_timestamp : str | Omit = omit ,
1159+ naics_code : str | Omit = omit ,
11431160 website_url : str | Omit = omit ,
11441161 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
11451162 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1197,6 +1214,9 @@ async def create(
11971214
11981215 This field is required only if workflow type is `KYB_BYO`.
11991216
1217+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
1218+ business.
1219+
12001220 website_url: Company website URL.
12011221
12021222 extra_headers: Send extra headers
@@ -1218,6 +1238,7 @@ async def create(
12181238 | Omit = omit ,
12191239 control_person : account_holder_create_params .KYBDelegatedControlPerson | Omit = omit ,
12201240 external_id : str | Omit = omit ,
1241+ naics_code : str | Omit = omit ,
12211242 nature_of_business : str | Omit = omit ,
12221243 tos_timestamp : str | Omit = omit ,
12231244 website_url : str | Omit = omit ,
@@ -1261,6 +1282,9 @@ async def create(
12611282 external_id: A user provided id that can be used to link an account holder with an external
12621283 system
12631284
1285+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
1286+ business.
1287+
12641288 nature_of_business: Short description of the company's line of business (i.e., what does the company
12651289 do?).
12661290
@@ -1434,6 +1458,7 @@ async def create(
14341458 beneficial_owner_entities : Iterable [account_holder_create_params .KYBBeneficialOwnerEntity ] | Omit = omit ,
14351459 external_id : str | Omit = omit ,
14361460 kyb_passed_timestamp : str | Omit = omit ,
1461+ naics_code : str | Omit = omit ,
14371462 website_url : str | Omit = omit ,
14381463 individual : account_holder_create_params .KYCIndividual | Omit = omit ,
14391464 kyc_passed_timestamp : str | Omit = omit ,
@@ -1466,6 +1491,7 @@ async def create(
14661491 "beneficial_owner_entities" : beneficial_owner_entities ,
14671492 "external_id" : external_id ,
14681493 "kyb_passed_timestamp" : kyb_passed_timestamp ,
1494+ "naics_code" : naics_code ,
14691495 "website_url" : website_url ,
14701496 "individual" : individual ,
14711497 "kyc_passed_timestamp" : kyc_passed_timestamp ,
@@ -1533,6 +1559,7 @@ async def update(
15331559 business_entity : account_holder_update_params .KYBPatchRequestBusinessEntity | Omit = omit ,
15341560 control_person : account_holder_update_params .KYBPatchRequestControlPerson | Omit = omit ,
15351561 external_id : str | Omit = omit ,
1562+ naics_code : str | Omit = omit ,
15361563 nature_of_business : str | Omit = omit ,
15371564 website_url : str | Omit = omit ,
15381565 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -1579,6 +1606,9 @@ async def update(
15791606 external_id: A user provided id that can be used to link an account holder with an external
15801607 system
15811608
1609+ naics_code: 6-digit North American Industry Classification System (NAICS) code for the
1610+ business.
1611+
15821612 nature_of_business: Short description of the company's line of business (i.e., what does the company
15831613 do?).
15841614
@@ -1709,6 +1739,7 @@ async def update(
17091739 business_entity : account_holder_update_params .KYBPatchRequestBusinessEntity | Omit = omit ,
17101740 control_person : account_holder_update_params .KYBPatchRequestControlPerson | Omit = omit ,
17111741 external_id : str | Omit = omit ,
1742+ naics_code : str | Omit = omit ,
17121743 nature_of_business : str | Omit = omit ,
17131744 website_url : str | Omit = omit ,
17141745 individual : account_holder_update_params .KYCPatchRequestIndividual | Omit = omit ,
@@ -1741,6 +1772,7 @@ async def update(
17411772 "business_entity" : business_entity ,
17421773 "control_person" : control_person ,
17431774 "external_id" : external_id ,
1775+ "naics_code" : naics_code ,
17441776 "nature_of_business" : nature_of_business ,
17451777 "website_url" : website_url ,
17461778 "individual" : individual ,
0 commit comments