add first class discount_subtotal var (#9112)

This commit is contained in:
420coupe
2024-09-12 03:39:01 -04:00
committed by GitHub
parent 2b8e15d2ec
commit 4471b25ea7
+5
View File
@@ -1149,6 +1149,11 @@ export interface OrderDTO {
*/
tax_total: BigNumberValue
/**
* The discount subtotal of the order.
*/
discount_subtotal: BigNumberValue
/**
* The discount total of the order.
*/