@@ -643,21 +643,21 @@ public function getBaseGrandTotal();
643643 /**
644644 * Gets the base discount tax compensation amount for the order.
645645 *
646- * @return float Base discount tax compensation amount.
646+ * @return float|null Base discount tax compensation amount.
647647 */
648648 public function getBaseDiscountTaxCompensationAmount ();
649649
650650 /**
651651 * Gets the base discount tax compensation invoiced amount for the order.
652652 *
653- * @return float Base discount tax compensation invoiced.
653+ * @return float|null Base discount tax compensation invoiced.
654654 */
655655 public function getBaseDiscountTaxCompensationInvoiced ();
656656
657657 /**
658658 * Gets the base discount tax compensation refunded amount for the order.
659659 *
660- * @return float Base discount tax compensation refunded.
660+ * @return float|null Base discount tax compensation refunded.
661661 */
662662 public function getBaseDiscountTaxCompensationRefunded ();
663663
@@ -685,7 +685,7 @@ public function getBaseShippingDiscountAmount();
685685 /**
686686 * Gets the base shipping discount tax compensation amount for the order.
687687 *
688- * @return float Base shipping discount tax compensation amount.
688+ * @return float|null Base shipping discount tax compensation amount.
689689 */
690690 public function getBaseShippingDiscountTaxCompensationAmnt ();
691691
@@ -1107,21 +1107,21 @@ public function getGrandTotal();
11071107 /**
11081108 * Gets the discount tax compensation amount for the order.
11091109 *
1110- * @return float Discount tax compensation amount.
1110+ * @return float|null Discount tax compensation amount.
11111111 */
11121112 public function getDiscountTaxCompensationAmount ();
11131113
11141114 /**
11151115 * Gets the discount tax compensation invoiced amount for the order.
11161116 *
1117- * @return float Discount tax compensation invoiced amount.
1117+ * @return float|null Discount tax compensation invoiced amount.
11181118 */
11191119 public function getDiscountTaxCompensationInvoiced ();
11201120
11211121 /**
11221122 * Gets the discount tax compensation refunded amount for the order.
11231123 *
1124- * @return float Discount tax compensation refunded amount.
1124+ * @return float|null Discount tax compensation refunded amount.
11251125 */
11261126 public function getDiscountTaxCompensationRefunded ();
11271127
@@ -1268,7 +1268,7 @@ public function getShippingDiscountAmount();
12681268 /**
12691269 * Gets the shipping discount tax compensation amount for the order.
12701270 *
1271- * @return float Shipping discount tax compensation amount.
1271+ * @return float|null Shipping discount tax compensation amount.
12721272 */
12731273 public function getShippingDiscountTaxCompensationAmount ();
12741274
0 commit comments