3 declare(strict_types=1);
43 private $quoteStateToAccepted;
55 private $paymentState;
61 private $shipmentState;
95 return $this->version;
106 return $this->quoteStateToAccepted;
118 return $this->orderNumber;
129 return $this->paymentState;
140 return $this->shipmentState;
151 return $this->orderState;
171 $this->quote = $quote;
182 $this->version = $version;
193 $this->quoteStateToAccepted = $quoteStateToAccepted;
204 $this->orderNumber = $orderNumber;
215 $this->paymentState = $paymentState;
226 $this->shipmentState = $shipmentState;
237 $this->orderState = $orderState;
248 $this->state = $state;
259 $this->quote = $quote;
270 $this->state = $state;
280 $this->quoteStateToAccepted,
283 $this->shipmentState,