3declare(strict_types=1);
59 private $lastModifiedAt;
101 private $categoryOrderHints;
113 private $metaDescription;
119 private $metaKeywords;
125 private $searchKeywords;
131 private $hasStagedChanges;
143 private $masterVariant;
155 private $taxCategory;
167 private $reviewRatingStatistics;
200 return $this->version;
211 return $this->createdAt;
222 return $this->lastModifiedAt;
291 return $this->categories;
357 return $this->hasStagedChanges;
368 return $this->published;
390 return $this->variants;
434 return $this->priceMode;
445 return $this->attributes;
465 $this->version = $version;
476 $this->createdAt = $createdAt;
487 $this->lastModifiedAt = $lastModifiedAt;
509 $this->productType = $productType;
531 $this->description = $description;
553 $this->categories = $categories;
564 $this->categoryOrderHints = $categoryOrderHints;
575 $this->metaTitle = $metaTitle;
586 $this->metaDescription = $metaDescription;
597 $this->metaKeywords = $metaKeywords;
608 $this->searchKeywords = $searchKeywords;
619 $this->hasStagedChanges = $hasStagedChanges;
630 $this->published = $published;
641 $this->masterVariant = $masterVariant;
652 $this->variants = $variants;
663 $this->taxCategory = $taxCategory;
674 $this->state = $state;
685 $this->reviewRatingStatistics = $reviewRatingStatistics;
696 $this->priceMode = $priceMode;
707 $this->attributes = $attributes;
718 $this->productType = $productType;
740 $this->description = $description;
762 $this->categoryOrderHints = $categoryOrderHints;
773 $this->metaTitle = $metaTitle;
784 $this->metaDescription = $metaDescription;
795 $this->metaKeywords = $metaKeywords;
806 $this->searchKeywords = $searchKeywords;
817 $this->masterVariant = $masterVariant;
828 $this->taxCategory = $taxCategory;
839 $this->state = $state;
850 $this->reviewRatingStatistics = $reviewRatingStatistics;
861 $this->lastModifiedAt,
873 $this->hasStagedChanges,