3 declare(strict_types=1);
20 use DateTimeImmutable;
83 return $this->addedAt;
127 return $this->quantity;
147 $this->addedAt = $addedAt;
158 $this->custom = $custom;
169 $this->description = $description;
191 $this->quantity = $quantity;
202 $this->custom = $custom;
213 $this->description = $description;
withCustomBuilder(?CustomFieldsDraftBuilder $custom)
withCustom(?CustomFieldsDraft $custom)
withDescription(?LocalizedString $description)
withName(?LocalizedString $name)
withAddedAt(?DateTimeImmutable $addedAt)
withQuantity(?int $quantity)
withNameBuilder(?LocalizedStringBuilder $name)
withDescriptionBuilder(?LocalizedStringBuilder $description)