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;
272 return $this->startsAt;
283 return $this->resumesAt;
294 return $this->expiresAt;
305 return $this->lastOrderAt;
316 return $this->nextOrderAt;
371 return $this->recurringOrderState;
404 return $this->customerEmail;
457 $this->version = $version;
468 $this->createdAt = $createdAt;
479 $this->lastModifiedAt = $lastModifiedAt;
512 $this->originOrder = $originOrder;
523 $this->startsAt = $startsAt;
534 $this->resumesAt = $resumesAt;
545 $this->expiresAt = $expiresAt;
556 $this->lastOrderAt = $lastOrderAt;
567 $this->nextOrderAt = $nextOrderAt;
578 $this->skipConfiguration = $skipConfiguration;
589 $this->store = $store;
600 $this->businessUnit = $businessUnit;
611 $this->state = $state;
622 $this->recurringOrderState = $recurringOrderState;
633 $this->schedule = $schedule;
644 $this->customer = $customer;
655 $this->customerEmail = $customerEmail;
666 $this->custom = $custom;
677 $this->lastModifiedBy = $lastModifiedBy;
688 $this->createdBy = $createdBy;
710 $this->originOrder = $originOrder;
721 $this->skipConfiguration = $skipConfiguration;
732 $this->store = $store;
743 $this->businessUnit = $businessUnit;
754 $this->state = $state;
765 $this->schedule = $schedule;
776 $this->customer = $customer;
787 $this->custom = $custom;
798 $this->lastModifiedBy = $lastModifiedBy;
809 $this->createdBy = $createdBy;
820 $this->lastModifiedAt,
833 $this->recurringOrderState,
836 $this->customerEmail,