3 declare(strict_types=1);
44 private $customerEmail;
50 private $businessUnit;
74 private $inventoryMode;
80 private $billingAddress;
86 private $shippingAddress;
92 private $shippingMethod;
98 private $itemShippingAddresses;
104 private $shippingMode;
110 private $discountCodes;
128 private $deleteDaysAfterLastModification;
144 return $this->currency;
155 return $this->customerEmail;
188 return $this->lineItems;
199 return $this->taxMode;
210 return $this->inventoryMode;
221 return $this->billingAddress instanceof
BaseAddressBuilder ? $this->billingAddress->
build() : $this->billingAddress;
232 return $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress;
256 return $this->itemShippingAddresses;
270 return $this->shippingMode;
281 return $this->discountCodes;
293 return $this->country;
305 return $this->locale;
318 return $this->deleteDaysAfterLastModification;
338 $this->currency = $currency;
349 $this->customerEmail = $customerEmail;
360 $this->businessUnit = $businessUnit;
371 $this->store = $store;
382 $this->lineItems = $lineItems;
393 $this->taxMode = $taxMode;
404 $this->inventoryMode = $inventoryMode;
415 $this->billingAddress = $billingAddress;
426 $this->shippingAddress = $shippingAddress;
437 $this->shippingMethod = $shippingMethod;
448 $this->itemShippingAddresses = $itemShippingAddresses;
459 $this->shippingMode = $shippingMode;
470 $this->discountCodes = $discountCodes;
481 $this->country = $country;
492 $this->locale = $locale;
503 $this->deleteDaysAfterLastModification = $deleteDaysAfterLastModification;
514 $this->custom = $custom;
525 $this->businessUnit = $businessUnit;
536 $this->store = $store;
547 $this->billingAddress = $billingAddress;
558 $this->shippingAddress = $shippingAddress;
569 $this->shippingMethod = $shippingMethod;
580 $this->custom = $custom;
589 $this->customerEmail,
594 $this->inventoryMode,
596 $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress,
598 $this->itemShippingAddresses,
600 $this->discountCodes,
603 $this->deleteDaysAfterLastModification,