3declare(strict_types=1);
68 private $lastModifiedAt;
110 private $lastOrderAt;
116 private $nextOrderAt;
122 private $skipConfiguration;
134 private $businessUnit;
146 private $recurringOrderState;
164 private $customerEmail;
176 private $lastModifiedBy;
203 return $this->version;
214 return $this->createdAt;
225 return $this->lastModifiedAt;
270 return $this->startsAt;
281 return $this->resumesAt;
292 return $this->expiresAt;
303 return $this->lastOrderAt;
314 return $this->nextOrderAt;
369 return $this->recurringOrderState;
402 return $this->customerEmail;
455 $this->version = $version;
466 $this->createdAt = $createdAt;
477 $this->lastModifiedAt = $lastModifiedAt;
510 $this->originOrder = $originOrder;
521 $this->startsAt = $startsAt;
532 $this->resumesAt = $resumesAt;
543 $this->expiresAt = $expiresAt;
554 $this->lastOrderAt = $lastOrderAt;
565 $this->nextOrderAt = $nextOrderAt;
576 $this->skipConfiguration = $skipConfiguration;
587 $this->store = $store;
598 $this->businessUnit = $businessUnit;
609 $this->state = $state;
620 $this->recurringOrderState = $recurringOrderState;
631 $this->schedule = $schedule;
642 $this->customer = $customer;
653 $this->customerEmail = $customerEmail;
664 $this->custom = $custom;
675 $this->lastModifiedBy = $lastModifiedBy;
686 $this->createdBy = $createdBy;
708 $this->originOrder = $originOrder;
719 $this->skipConfiguration = $skipConfiguration;
730 $this->store = $store;
741 $this->businessUnit = $businessUnit;
752 $this->state = $state;
763 $this->schedule = $schedule;
774 $this->customer = $customer;
785 $this->custom = $custom;
796 $this->lastModifiedBy = $lastModifiedBy;
807 $this->createdBy = $createdBy;
818 $this->lastModifiedAt,
831 $this->recurringOrderState,
834 $this->customerEmail,