3 declare(strict_types=1);
40 private $shippingMethod;
46 private $shippingAddress;
52 private $shippingRateInput;
58 private $externalTaxRate;
80 return $this->shippingKey;
103 return $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress;
142 return $this->deliveries;
162 $this->shippingKey = $shippingKey;
173 $this->shippingMethod = $shippingMethod;
184 $this->shippingAddress = $shippingAddress;
195 $this->shippingRateInput = $shippingRateInput;
206 $this->externalTaxRate = $externalTaxRate;
217 $this->deliveries = $deliveries;
228 $this->custom = $custom;
239 $this->shippingMethod = $shippingMethod;
250 $this->shippingAddress = $shippingAddress;
261 $this->shippingRateInput = $shippingRateInput;
272 $this->externalTaxRate = $externalTaxRate;
283 $this->custom = $custom;
293 $this->shippingAddress instanceof
BaseAddressBuilder ? $this->shippingAddress->
build() : $this->shippingAddress,