Skip to main content

VoucherChannelListing

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

VoucherChannelListing.channel ● Channel! non-null object

VoucherChannelListing.discountValue ● Float! non-null scalar

VoucherChannelListing.currency ● String! non-null scalar

VoucherChannelListing.minSpent ● Money object

Interfaces

Node interface

An object with an ID

Member of

Voucher object


Was this page helpful?