DiscountSnapshot
No description
type DiscountSnapshot {
id: String
type: DiscountType
title: String
percentage: Float
amount: Money
appliedOn: DiscountAppliedOnType
BuyXGetYDiscount: BuyXGetYDiscount
schedule: DiscountSchedule
}
Fields
DiscountSnapshot.id ● String scalar
DiscountSnapshot.type ● DiscountType enum
DiscountSnapshot.title ● String scalar
DiscountSnapshot.percentage ● Float scalar
DiscountSnapshot.amount ● Money object
DiscountSnapshot.appliedOn ● DiscountAppliedOnType enum
DiscountSnapshot.BuyXGetYDiscount ● BuyXGetYDiscount object
DiscountSnapshot.schedule ● DiscountSchedule object
Member Of
Order object