22
22
import uk .gov .hmcts .reform .probate .model .forms .ProvideInformation ;
23
23
import uk .gov .hmcts .reform .probate .model .forms .Registry ;
24
24
import uk .gov .hmcts .reform .probate .model .forms .ReviewResponse ;
25
+ import uk .gov .hmcts .reform .probate .model .forms .pa .PaAssets ;
25
26
26
27
import java .util .List ;
27
28
import java .util .Map ;
@@ -68,10 +69,12 @@ public class IntestacyForm extends Form<IntestacyDeceased, IntestacyApplicant> {
68
69
69
70
private String informationNeededByPost ;
70
71
72
+ private PaAssets assets ;
73
+
71
74
@ Builder
72
75
public IntestacyForm (ProbateType type , IntestacyDeceased deceased , IntestacyApplicant applicant ,
73
76
Declaration declaration , Documents documents , Registry registry ,
74
- CcdCase ccdCase , List <Payment > payments , Copies copies ,
77
+ CcdCase ccdCase , List <Payment > payments , Copies copies , PaAssets assets ,
75
78
InheritanceTax iht , Fees fees , Payment payment , Map <String , Object > legalDeclaration ,
76
79
Map <String , Object > checkAnswersSummary ,
77
80
String applicantEmail , DocumentUpload statementOfTruthDocument , String caseType ,
@@ -97,6 +100,7 @@ public IntestacyForm(ProbateType type, IntestacyDeceased deceased, IntestacyAppl
97
100
this .expectedResponseDate = expectedResponseDate ;
98
101
this .informationNeeded = informationNeeded ;
99
102
this .informationNeededByPost = informationNeededByPost ;
103
+ this .assets = assets ;
100
104
}
101
105
102
106
}
0 commit comments