File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,9 @@ def create(
348348 * ,
349349 beneficial_owner_individuals : Iterable [account_holder_create_params .KYBBeneficialOwnerIndividual ]
350350 | NotGiven = NOT_GIVEN ,
351- business_entity : account_holder_create_params .KYBBusinessEntity | NotGiven = NOT_GIVEN ,
351+ business_entity : account_holder_create_params .KYBBusinessEntity
352+ | account_holder_create_params .KYBDelegatedBusinessEntity
353+ | NotGiven = NOT_GIVEN ,
352354 control_person : account_holder_create_params .KYBControlPerson | NotGiven = NOT_GIVEN ,
353355 nature_of_business : str | NotGiven = NOT_GIVEN ,
354356 tos_timestamp : str | NotGiven = NOT_GIVEN ,
@@ -1415,7 +1417,9 @@ async def create(
14151417 * ,
14161418 beneficial_owner_individuals : Iterable [account_holder_create_params .KYBBeneficialOwnerIndividual ]
14171419 | NotGiven = NOT_GIVEN ,
1418- business_entity : account_holder_create_params .KYBBusinessEntity | NotGiven = NOT_GIVEN ,
1420+ business_entity : account_holder_create_params .KYBBusinessEntity
1421+ | account_holder_create_params .KYBDelegatedBusinessEntity
1422+ | NotGiven = NOT_GIVEN ,
14191423 control_person : account_holder_create_params .KYBControlPerson | NotGiven = NOT_GIVEN ,
14201424 nature_of_business : str | NotGiven = NOT_GIVEN ,
14211425 tos_timestamp : str | NotGiven = NOT_GIVEN ,
You can’t perform that action at this time.
0 commit comments