3declare(strict_types=1);
65 private $lastModifiedAt;
71 private $lastModifiedBy;
107 private $customerGroup;
161 private $recurrencePolicy;
182 return $this->version;
193 return $this->createdAt;
204 return $this->lastModifiedAt;
270 return $this->country;
303 return $this->validFrom;
314 return $this->validUntil;
373 return $this->active;
404 $this->version = $version;
415 $this->createdAt = $createdAt;
426 $this->lastModifiedAt = $lastModifiedAt;
437 $this->lastModifiedBy = $lastModifiedBy;
448 $this->createdBy = $createdBy;
481 $this->value = $value;
492 $this->country = $country;
503 $this->customerGroup = $customerGroup;
514 $this->channel = $channel;
525 $this->validFrom = $validFrom;
536 $this->validUntil = $validUntil;
547 $this->tiers = $tiers;
558 $this->discounted = $discounted;
569 $this->custom = $custom;
580 $this->staged = $staged;
591 $this->active = $active;
602 $this->recurrencePolicy = $recurrencePolicy;
613 $this->lastModifiedBy = $lastModifiedBy;
624 $this->createdBy = $createdBy;
635 $this->value = $value;
646 $this->customerGroup = $customerGroup;
657 $this->channel = $channel;
668 $this->discounted = $discounted;
679 $this->custom = $custom;
690 $this->staged = $staged;
701 $this->recurrencePolicy = $recurrencePolicy;
712 $this->lastModifiedAt,