ChannelRevenue
Revenue breakdown for a single sales channel within a time window.
type ChannelRevenue {
amount: Decimal @deprecated
amountMonetary: MonetaryValue
name: String!
percentage: Float
}
Fields
ChannelRevenue.amount ● Decimal deprecated scalar common
DEPRECATED
Use amountMonetary instead.
Total revenue generated by this channel in the window as a decimal amount.
ChannelRevenue.amountMonetary ● MonetaryValue object common
Total revenue generated by this channel in the window.
ChannelRevenue.name ● String! non-null scalar common
Name of the sales channel.
ChannelRevenue.percentage ● Float scalar common
Share of total window revenue attributed to this channel, as a percentage.
Member Of
Revenue object