File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,23 @@ public function setCustomerReference($value)
82
82
return $ this ->setParameter ('customerReference ' , $ value );
83
83
}
84
84
85
+ /**
86
+ * @return string
87
+ */
88
+ public function getMandateId ()
89
+ {
90
+ return $ this ->getParameter ('mandateId ' );
91
+ }
92
+
93
+ /**
94
+ * @param string $value
95
+ * @return $this
96
+ */
97
+ public function setMandateId ($ value )
98
+ {
99
+ return $ this ->setParameter ('mandateId ' , $ value );
100
+ }
101
+
85
102
/**
86
103
* @return string
87
104
*/
@@ -163,6 +180,10 @@ public function getData()
163
180
if ($ sequenceType = $ this ->getSequenceType ()) {
164
181
$ data ['sequenceType ' ] = $ sequenceType ;
165
182
}
183
+
184
+ if ($ mandateId = $ this ->getMandateId ()) {
185
+ $ data ['mandateId ' ] = $ mandateId ;
186
+ }
166
187
167
188
return $ data ;
168
189
}
You can’t perform that action at this time.
0 commit comments