@@ -77,9 +77,9 @@ export function createBusinessApplication(unit: Unit) {
7777 contact :
createBusinessContact ( createFullName ( "Jone" , "Doe" ) , "[email protected] " , createPhone ( "1" , "2025550108" ) ) , 7878 beneficialOwners : [
7979 createBeneficialOwner ( null , createFullName ( "James" , "Smith" ) , "574567625" , null , null , "2012-04-05" ,
80- createAddress ( "650 Allerton Street" , null , "Redwood City" , "CA" , "94063" , "US" ) , createPhone ( "1" , "2025550127" ) , "[email protected] " , null ) , 80+ createAddress ( "650 Allerton Street" , null , "Redwood City" , "CA" , "94063" , "US" ) , createPhone ( "1" , "2025550127" ) , "[email protected] " , 60 ) , 8181 createBeneficialOwner ( null , createFullName ( "Richard" , "Hendricks" ) , "574572795" , null , null , "2012-04-03" ,
82- createAddress ( "470 Allerton Street" , null , "Redwood City" , "CA" , "94063" , "US" ) , createPhone ( "1" , "2025550158" ) , "[email protected] " , null ) 82+ createAddress ( "470 Allerton Street" , null , "Redwood City" , "CA" , "94063" , "US" ) , createPhone ( "1" , "2025550158" ) , "[email protected] " , 40 ) 8383 ] ,
8484 businessVertical : "Construction" ,
8585 yearOfIncorporation : "1999"
0 commit comments