3declare(strict_types=1);
68 private $lastModifiedAt;
86 private $customerEmail;
92 private $customerGroup;
104 private $businessUnit;
122 private $customLineItems;
128 private $totalLineItemQuantity;
146 private $taxedShippingPrice;
152 private $discountOnTotalPrice;
164 private $taxRoundingMode;
170 private $taxCalculationMode;
176 private $inventoryMode;
188 private $billingAddress;
194 private $shippingAddress;
200 private $shippingMode;
206 private $shippingKey;
212 private $shippingInfo;
218 private $shippingRateInput;
224 private $shippingCustomFields;
236 private $itemShippingAddresses;
242 private $discountCodes;
248 private $directDiscounts;
254 private $refusedGifts;
260 private $paymentInfo;
290 private $discountTypeCombination;
296 private $deleteDaysAfterLastModification;
302 private $lastModifiedBy;
329 return $this->version;
340 return $this->createdAt;
351 return $this->lastModifiedAt;
373 return $this->customerId;
384 return $this->customerEmail;
406 return $this->anonymousId;
439 return $this->lineItems;
450 return $this->customLineItems;
461 return $this->totalLineItemQuantity;
500 return $this->taxedShippingPrice instanceof
TaxedPriceBuilder ? $this->taxedShippingPrice->
build() : $this->taxedShippingPrice;
522 return $this->taxMode;
533 return $this->taxRoundingMode;
544 return $this->taxCalculationMode;
555 return $this->inventoryMode;
566 return $this->cartState;
577 return $this->billingAddress instanceof
AddressBuilder ? $this->billingAddress->
build() : $this->billingAddress;
588 return $this->shippingAddress instanceof
AddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress;
599 return $this->shippingMode;
610 return $this->shippingKey;
649 return $this->shippingCustomFields instanceof
CustomFieldsBuilder ? $this->shippingCustomFields->
build() : $this->shippingCustomFields;
660 return $this->shipping;
672 return $this->itemShippingAddresses;
683 return $this->discountCodes;
694 return $this->directDiscounts;
705 return $this->refusedGifts;
727 return $this->country;
738 return $this->locale;
749 return $this->origin;
782 return $this->deleteDaysAfterLastModification;
824 $this->version = $version;
835 $this->createdAt = $createdAt;
846 $this->lastModifiedAt = $lastModifiedAt;
868 $this->customerId = $customerId;
879 $this->customerEmail = $customerEmail;
890 $this->customerGroup = $customerGroup;
901 $this->anonymousId = $anonymousId;
912 $this->businessUnit = $businessUnit;
923 $this->store = $store;
934 $this->lineItems = $lineItems;
945 $this->customLineItems = $customLineItems;
956 $this->totalLineItemQuantity = $totalLineItemQuantity;
967 $this->totalPrice = $totalPrice;
978 $this->taxedPrice = $taxedPrice;
989 $this->taxedShippingPrice = $taxedShippingPrice;
1000 $this->discountOnTotalPrice = $discountOnTotalPrice;
1011 $this->taxMode = $taxMode;
1022 $this->taxRoundingMode = $taxRoundingMode;
1033 $this->taxCalculationMode = $taxCalculationMode;
1044 $this->inventoryMode = $inventoryMode;
1055 $this->cartState = $cartState;
1066 $this->billingAddress = $billingAddress;
1077 $this->shippingAddress = $shippingAddress;
1088 $this->shippingMode = $shippingMode;
1099 $this->shippingKey = $shippingKey;
1110 $this->shippingInfo = $shippingInfo;
1121 $this->shippingRateInput = $shippingRateInput;
1132 $this->shippingCustomFields = $shippingCustomFields;
1143 $this->shipping = $shipping;
1154 $this->itemShippingAddresses = $itemShippingAddresses;
1165 $this->discountCodes = $discountCodes;
1176 $this->directDiscounts = $directDiscounts;
1187 $this->refusedGifts = $refusedGifts;
1198 $this->paymentInfo = $paymentInfo;
1209 $this->country = $country;
1220 $this->locale = $locale;
1231 $this->origin = $origin;
1242 $this->custom = $custom;
1253 $this->discountTypeCombination = $discountTypeCombination;
1264 $this->deleteDaysAfterLastModification = $deleteDaysAfterLastModification;
1275 $this->lastModifiedBy = $lastModifiedBy;
1286 $this->createdBy = $createdBy;
1297 $this->customerGroup = $customerGroup;
1308 $this->businessUnit = $businessUnit;
1319 $this->store = $store;
1330 $this->totalPrice = $totalPrice;
1341 $this->taxedPrice = $taxedPrice;
1352 $this->taxedShippingPrice = $taxedShippingPrice;
1363 $this->discountOnTotalPrice = $discountOnTotalPrice;
1374 $this->billingAddress = $billingAddress;
1385 $this->shippingAddress = $shippingAddress;
1396 $this->shippingInfo = $shippingInfo;
1407 $this->shippingRateInput = $shippingRateInput;
1418 $this->shippingCustomFields = $shippingCustomFields;
1429 $this->paymentInfo = $paymentInfo;
1440 $this->custom = $custom;
1451 $this->discountTypeCombination = $discountTypeCombination;
1462 $this->lastModifiedBy = $lastModifiedBy;
1473 $this->createdBy = $createdBy;
1484 $this->lastModifiedAt,
1487 $this->customerEmail,
1493 $this->customLineItems,
1494 $this->totalLineItemQuantity,
1497 $this->taxedShippingPrice instanceof
TaxedPriceBuilder ? $this->taxedShippingPrice->
build() : $this->taxedShippingPrice,
1500 $this->taxRoundingMode,
1501 $this->taxCalculationMode,
1502 $this->inventoryMode,
1504 $this->billingAddress instanceof
AddressBuilder ? $this->billingAddress->
build() : $this->billingAddress,
1505 $this->shippingAddress instanceof
AddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress,
1506 $this->shippingMode,
1510 $this->shippingCustomFields instanceof
CustomFieldsBuilder ? $this->shippingCustomFields->
build() : $this->shippingCustomFields,
1512 $this->itemShippingAddresses,
1513 $this->discountCodes,
1514 $this->directDiscounts,
1515 $this->refusedGifts,
1522 $this->deleteDaysAfterLastModification,