File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,28 @@ class CardPaymentMethodDetail
5252
5353 public $ networkTransactionId ;
5454
55+ private $ is3DSAuthentication ;
56+
57+
58+
59+ /**
60+ * @return mixed
61+ */
62+ public function getIs3DSAuthentication ()
63+ {
64+ return $ this ->is3DSAuthentication ;
65+ }
66+
67+
68+ /**
69+ * @param mixed $is3DSAuthentication
70+ */
71+ public function setIs3DSAuthentication ($ is3DSAuthentication ): void
72+ {
73+ $ this ->is3DSAuthentication = $ is3DSAuthentication ;
74+ }
75+
76+
5577 /**
5678 * @return mixed
5779 */
Original file line number Diff line number Diff line change @@ -13,27 +13,6 @@ class PaymentMethodDetail
1313
1414 public $ paymentMethodType ;
1515
16- private $ is3DSAuthentication ;
17-
18-
19-
20- /**
21- * @return mixed
22- */
23- public function getIs3DSAuthentication ()
24- {
25- return $ this ->is3DSAuthentication ;
26- }
27-
28- /**
29- * @param mixed $is3DSAuthentication
30- */
31- public function setIs3DSAuthentication ($ is3DSAuthentication ): void
32- {
33- $ this ->is3DSAuthentication = $ is3DSAuthentication ;
34- }
35-
36-
3716
3817
3918 /**
You can’t perform that action at this time.
0 commit comments