add first class discount_subtotal var (#9112)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user