INPUT_OBJECT

VoucherActionResultReusablePriceOff

link GraphQL Schema definition

1input VoucherActionResultReusablePriceOff {
2
3# If original is the only value given remaining will follow the change to original.
4setOriginalValue: [VoucherActionPricelistValueInput!]
5
6# Positive value increases, negative decreases.
7# Pass zero to not change remaining when setting new original value.
8# Not allowed on create call.
9changeRemainingValue: [VoucherActionPricelistValueInput!]
10}