3 declare(strict_types=1);
38 private $shippingMethodName;
50 private $shippingRate;
74 private $shippingMethod;
86 private $discountedPrice;
92 private $shippingMethodState;
102 return $this->shippingMethodName;
147 return $this->taxRate instanceof
TaxRateBuilder ? $this->taxRate->
build() : $this->taxRate;
180 return $this->deliveries;
202 return $this->shippingMethodState;
211 $this->shippingMethodName = $shippingMethodName;
222 $this->price = $price;
233 $this->shippingRate = $shippingRate;
244 $this->taxedPrice = $taxedPrice;
255 $this->taxRate = $taxRate;
266 $this->taxCategory = $taxCategory;
277 $this->shippingMethod = $shippingMethod;
288 $this->deliveries = $deliveries;
299 $this->discountedPrice = $discountedPrice;
310 $this->shippingMethodState = $shippingMethodState;
321 $this->price = $price;
332 $this->shippingRate = $shippingRate;
343 $this->taxedPrice = $taxedPrice;
354 $this->taxRate = $taxRate;
365 $this->taxCategory = $taxCategory;
376 $this->shippingMethod = $shippingMethod;
387 $this->discountedPrice = $discountedPrice;
395 $this->shippingMethodName,
404 $this->shippingMethodState