3 declare(strict_types=1);
62 if (is_null($this->type)) {
64 $data = $this->
raw(self::FIELD_TYPE);
68 $this->type = (string) $data;
82 if (is_null($this->customerEmail)) {
84 $data = $this->
raw(self::FIELD_CUSTOMER_EMAIL);
88 $this->customerEmail = (string) $data;
102 if (is_null($this->orderNumber)) {
104 $data = $this->
raw(self::FIELD_ORDER_NUMBER);
105 if (is_null($data)) {
108 $this->orderNumber = (string) $data;
const DISCRIMINATOR_VALUE
setCustomerEmail(?string $customerEmail)
__construct(?string $customerEmail=null, ?string $orderNumber=null, ?string $type=null)
setOrderNumber(?string $orderNumber)