3 declare(strict_types=1);
45 private $stagedQuoteVersion;
51 private $stagedQuoteStateToSent;
95 return $this->stagedQuoteVersion;
106 return $this->stagedQuoteStateToSent;
153 $this->stagedQuote = $stagedQuote;
164 $this->stagedQuoteVersion = $stagedQuoteVersion;
175 $this->stagedQuoteStateToSent = $stagedQuoteStateToSent;
186 $this->state = $state;
197 $this->custom = $custom;
208 $this->stagedQuote = $stagedQuote;
219 $this->state = $state;
230 $this->custom = $custom;
240 $this->stagedQuoteVersion,
241 $this->stagedQuoteStateToSent,