INPUT_OBJECT

VoucherActionResultFixedPriceDiscountInput

link GraphQL Schema definition

1input VoucherActionResultFixedPriceDiscountInput {
2
3# Exactly one input field should be provided
4multiplier: VoucherActionResultMultiplierInput!
5
6pricelistValues: [VoucherActionPricelistValueInput!]!
7}