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