3 declare(strict_types=1);
66 if (is_null($this->paymentInterface)) {
68 $data = $this->
raw(self::FIELD_PAYMENT_INTERFACE);
72 $this->paymentInterface = (string) $data;
86 if (is_null($this->method)) {
88 $data = $this->
raw(self::FIELD_METHOD);
92 $this->method = (string) $data;
106 if (is_null($this->name)) {
108 $data = $this->
raw(self::FIELD_NAME);
109 if (is_null($data)) {