@@ -77,9 +77,9 @@ export function createBusinessApplication(unit: Unit) {
77
77
contact :
createBusinessContact ( createFullName ( "Jone" , "Doe" ) , "[email protected] " , createPhone ( "1" , "2025550108" ) ) ,
78
78
beneficialOwners : [
79
79
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 ) ,
81
81
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 )
83
83
] ,
84
84
businessVertical : "Construction" ,
85
85
yearOfIncorporation : "1999"
0 commit comments