VoucherChannelListingAddInput
No description
input VoucherChannelListingAddInput {
channelId: ID!
discountValue: PositiveDecimal
minAmountSpent: PositiveDecimal
}
Fields
VoucherChannelListingAddInput.channelId
● ID!
non-null scalar
ID of a channel.
VoucherChannelListingAddInput.discountValue
● PositiveDecimal
scalar
Value of the voucher.
VoucherChannelListingAddInput.minAmountSpent
● PositiveDecimal
scalar
Min purchase amount required to apply the voucher.