INPUT_OBJECT

VoucherActionPricelistValueInput

link GraphQL Schema definition

1input VoucherActionPricelistValueInput {
2
3# Exactly one input field should be provided
4pricelist: PricelistInput!
5
6value: MonetaryValueInput!
7}