In our app we are creating an order to post to orders-api.
This order contains a discount of type fixed-amount and scoped to order.
The discount is not in the catalog list, it is only added to the order order by the app.
Currently the discount is MODIFY_TAX_BASIS by default
How can I apply the DO_NOT_MODIFY_TAX_BASIS functionality on a OrderLineItemDiscount?