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