File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
www/utils/generated/dml-output Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 40
40
"provider_id" : " The ID of the external provider that the adjustment is related to." ,
41
41
"promotion_id" : " The ID of the applied promotion." ,
42
42
"metadata" : " Holds custom data in key-value pairs." ,
43
- "item" : " The associated line item.\n\n @expandable"
43
+ "item" : " The associated line item.\n\n @expandable" ,
44
+ "is_tax_inclusive" : " Whether the line item adjustment is tax inclusive."
44
45
}
45
46
},
46
47
"LineItem" : {
Original file line number Diff line number Diff line change 35
35
"code" : " The code of the promotion." ,
36
36
"amount" : " The amount of the adjustment" ,
37
37
"provider_id" : " The ID of the provider used to apply the adjustment." ,
38
- "item" : " The associated item that the adjustment is applied on.\n\n @expandable"
38
+ "item" : " The associated item that the adjustment is applied on.\n\n @expandable" ,
39
+ "is_tax_inclusive" : " Whether the order line item adjustment is tax inclusive."
39
40
}
40
41
},
41
42
"OrderLineItemTaxLine" : {
Original file line number Diff line number Diff line change 54
54
"campaign" : " The associated campaign.\n\n @expandable" ,
55
55
"application_method" : " The associated application method.\n\n @expandable" ,
56
56
"rules" : " The associated rules.\n\n @expandable" ,
57
- "status" : " The status of the promotion"
57
+ "status" : " The status of the promotion" ,
58
+ "is_tax_inclusive" : " Whether the promotion is tax inclusive."
58
59
}
59
60
},
60
61
"ApplicationMethod" : {
You can’t perform that action at this time.
0 commit comments