VoucherChannelListing Object
Represents voucher channel listing.
type VoucherChannelListing implements Node {
  id: ID!
  channel: Channel!
  discountValue: Float!
  currency: String!
  minSpent: Money
}
Fields
VoucherChannelListing.id ● ID! non-null scalar miscellaneous
The ID of channel listing.
VoucherChannelListing.channel ● Channel! non-null object channels
The channel in which voucher can be applied.
VoucherChannelListing.discountValue ● Float! non-null scalar miscellaneous
The value of the discount on voucher in a channel.
VoucherChannelListing.currency ● String! non-null scalar miscellaneous
Currency code for voucher in a channel.
VoucherChannelListing.minSpent ● Money object miscellaneous
Minimum order value for voucher to apply in channel.
Interfaces
Node interface miscellaneous
An object with an ID
Member Of
Voucher object