OBJECT

DeliveryWindowDiscount

link GraphQL Schema definition

1type DeliveryWindowDiscount {
2discountPercent: Float!
3
4# Required permission: Account:read
5#
6# Store restrictions apply.
7account: Account!
8
9# Required permission: DeliveryWindow:read
10#
11# Store restrictions apply.
12deliveryWindow: DeliveryWindow!
13
14}

link Required by