3 declare(strict_types=1);
73 if (is_null($this->type)) {
75 $data = $this->
raw(self::FIELD_TYPE);
79 $this->type = (string) $data;
93 if (is_null($this->associate)) {
95 $data = $this->
raw(self::FIELD_ASSOCIATE);
114 if (is_null($this->rejectionReason)) {
116 $data = $this->
raw(self::FIELD_REJECTION_REASON);
117 if (is_null($data)) {
120 $this->rejectionReason = (string) $data;
134 if (is_null($this->order)) {
136 $data = $this->
raw(self::FIELD_ORDER);
137 if (is_null($data)) {