File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,10 @@ class CaseResponse extends Response
214
214
215
215
public $ message = [];
216
216
217
+ public $ isTest ;
218
+
219
+ public $ customerCaseId ;
220
+
217
221
/**
218
222
* CaseResponse constructor.
219
223
*
@@ -798,6 +802,26 @@ public function setTest($test)
798
802
$ this ->test = $ test ;
799
803
}
800
804
805
+ public function getIsTest ()
806
+ {
807
+ return $ this ->getTestInvestigation ();
808
+ }
809
+
810
+ public function setIsTest ($ test )
811
+ {
812
+ $ this ->setTestInvestigation ($ test );
813
+ }
814
+
815
+ public function getCustomerCaseId ()
816
+ {
817
+ return $ this ->customerCaseId ;
818
+ }
819
+
820
+ public function setCustomerCaseId ($ customerCaseId )
821
+ {
822
+ $ this ->customerCaseId = $ customerCaseId ;
823
+ }
824
+
801
825
public function getRecommendedAction ()
802
826
{
803
827
return $ this ->recommendedAction ;
You can’t perform that action at this time.
0 commit comments