3 declare(strict_types=1);
40 private $shippingMethod;
46 private $shippingAddress;
52 private $shippingRateInput;
58 private $externalTaxRate;
102 return $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress;
141 return $this->deliveries;
172 $this->shippingMethod = $shippingMethod;
183 $this->shippingAddress = $shippingAddress;
194 $this->shippingRateInput = $shippingRateInput;
205 $this->externalTaxRate = $externalTaxRate;
216 $this->deliveries = $deliveries;
227 $this->custom = $custom;
238 $this->shippingMethod = $shippingMethod;
249 $this->shippingAddress = $shippingAddress;
260 $this->shippingRateInput = $shippingRateInput;
271 $this->externalTaxRate = $externalTaxRate;
282 $this->custom = $custom;
292 $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress,