3declare(strict_types=1);
89 private $lastModifiedAt;
101 private $purchaseOrderNumber;
113 private $customerEmail;
119 private $customerGroup;
125 private $anonymousId;
131 private $businessUnit;
149 private $customLineItems;
167 private $taxedShippingPrice;
173 private $discountOnTotalPrice;
185 private $taxRoundingMode;
191 private $taxCalculationMode;
197 private $inventoryMode;
203 private $billingAddress;
209 private $shippingAddress;
215 private $shippingMode;
221 private $shippingKey;
227 private $shippingInfo;
233 private $shippingRateInput;
239 private $shippingCustomFields;
251 private $itemShippingAddresses;
257 private $discountCodes;
263 private $directDiscounts;
269 private $refusedGifts;
275 private $paymentInfo;
317 private $shipmentState;
323 private $paymentState;
347 private $discountTypeCombination;
353 private $lastMessageSequenceNumber;
365 private $completedAt;
371 private $lastModifiedBy;
398 return $this->version;
409 return $this->createdAt;
420 return $this->lastModifiedAt;
431 return $this->orderNumber;
443 return $this->purchaseOrderNumber;
454 return $this->customerId;
465 return $this->customerEmail;
488 return $this->anonymousId;
521 return $this->lineItems;
532 return $this->customLineItems;
571 return $this->taxedShippingPrice instanceof
TaxedPriceBuilder ? $this->taxedShippingPrice->
build() : $this->taxedShippingPrice;
593 return $this->taxMode;
604 return $this->taxRoundingMode;
615 return $this->taxCalculationMode;
626 return $this->inventoryMode;
637 return $this->billingAddress instanceof
AddressBuilder ? $this->billingAddress->
build() : $this->billingAddress;
649 return $this->shippingAddress instanceof
AddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress;
660 return $this->shippingMode;
671 return $this->shippingKey;
711 return $this->shippingCustomFields instanceof
CustomFieldsBuilder ? $this->shippingCustomFields->
build() : $this->shippingCustomFields;
723 return $this->shipping;
735 return $this->itemShippingAddresses;
747 return $this->discountCodes;
759 return $this->directDiscounts;
770 return $this->refusedGifts;
792 return $this->country;
804 return $this->locale;
815 return $this->origin;
849 return $this->orderState;
860 return $this->shipmentState;
871 return $this->paymentState;
895 return $this->syncInfo;
906 return $this->returnInfo;
928 return $this->lastMessageSequenceNumber;
951 return $this->completedAt;
993 $this->version = $version;
1004 $this->createdAt = $createdAt;
1015 $this->lastModifiedAt = $lastModifiedAt;
1026 $this->orderNumber = $orderNumber;
1037 $this->purchaseOrderNumber = $purchaseOrderNumber;
1048 $this->customerId = $customerId;
1059 $this->customerEmail = $customerEmail;
1070 $this->customerGroup = $customerGroup;
1081 $this->anonymousId = $anonymousId;
1092 $this->businessUnit = $businessUnit;
1103 $this->store = $store;
1114 $this->lineItems = $lineItems;
1125 $this->customLineItems = $customLineItems;
1136 $this->totalPrice = $totalPrice;
1147 $this->taxedPrice = $taxedPrice;
1158 $this->taxedShippingPrice = $taxedShippingPrice;
1169 $this->discountOnTotalPrice = $discountOnTotalPrice;
1180 $this->taxMode = $taxMode;
1191 $this->taxRoundingMode = $taxRoundingMode;
1202 $this->taxCalculationMode = $taxCalculationMode;
1213 $this->inventoryMode = $inventoryMode;
1224 $this->billingAddress = $billingAddress;
1235 $this->shippingAddress = $shippingAddress;
1246 $this->shippingMode = $shippingMode;
1257 $this->shippingKey = $shippingKey;
1268 $this->shippingInfo = $shippingInfo;
1279 $this->shippingRateInput = $shippingRateInput;
1290 $this->shippingCustomFields = $shippingCustomFields;
1301 $this->shipping = $shipping;
1312 $this->itemShippingAddresses = $itemShippingAddresses;
1323 $this->discountCodes = $discountCodes;
1334 $this->directDiscounts = $directDiscounts;
1345 $this->refusedGifts = $refusedGifts;
1356 $this->paymentInfo = $paymentInfo;
1367 $this->country = $country;
1378 $this->locale = $locale;
1389 $this->origin = $origin;
1400 $this->cart = $cart;
1411 $this->quote = $quote;
1422 $this->orderState = $orderState;
1433 $this->shipmentState = $shipmentState;
1444 $this->paymentState = $paymentState;
1455 $this->state = $state;
1466 $this->syncInfo = $syncInfo;
1477 $this->returnInfo = $returnInfo;
1488 $this->discountTypeCombination = $discountTypeCombination;
1499 $this->lastMessageSequenceNumber = $lastMessageSequenceNumber;
1510 $this->custom = $custom;
1521 $this->completedAt = $completedAt;
1532 $this->lastModifiedBy = $lastModifiedBy;
1543 $this->createdBy = $createdBy;
1554 $this->customerGroup = $customerGroup;
1565 $this->businessUnit = $businessUnit;
1576 $this->store = $store;
1587 $this->totalPrice = $totalPrice;
1598 $this->taxedPrice = $taxedPrice;
1609 $this->taxedShippingPrice = $taxedShippingPrice;
1620 $this->discountOnTotalPrice = $discountOnTotalPrice;
1631 $this->billingAddress = $billingAddress;
1642 $this->shippingAddress = $shippingAddress;
1653 $this->shippingInfo = $shippingInfo;
1664 $this->shippingRateInput = $shippingRateInput;
1675 $this->shippingCustomFields = $shippingCustomFields;
1686 $this->paymentInfo = $paymentInfo;
1697 $this->cart = $cart;
1708 $this->quote = $quote;
1719 $this->state = $state;
1730 $this->discountTypeCombination = $discountTypeCombination;
1741 $this->custom = $custom;
1752 $this->lastModifiedBy = $lastModifiedBy;
1763 $this->createdBy = $createdBy;
1774 $this->lastModifiedAt,
1776 $this->purchaseOrderNumber,
1778 $this->customerEmail,
1784 $this->customLineItems,
1787 $this->taxedShippingPrice instanceof
TaxedPriceBuilder ? $this->taxedShippingPrice->
build() : $this->taxedShippingPrice,
1790 $this->taxRoundingMode,
1791 $this->taxCalculationMode,
1792 $this->inventoryMode,
1793 $this->billingAddress instanceof
AddressBuilder ? $this->billingAddress->
build() : $this->billingAddress,
1794 $this->shippingAddress instanceof
AddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress,
1795 $this->shippingMode,
1799 $this->shippingCustomFields instanceof
CustomFieldsBuilder ? $this->shippingCustomFields->
build() : $this->shippingCustomFields,
1801 $this->itemShippingAddresses,
1802 $this->discountCodes,
1803 $this->directDiscounts,
1804 $this->refusedGifts,
1812 $this->shipmentState,
1813 $this->paymentState,
1818 $this->lastMessageSequenceNumber,