Skip to main content

DiscountInput

No description

input DiscountInput {
title: String!
customerBuys: CustomerBuysInput
appliedOn: DiscountAppliedOnType!
percentage: Float
amount: MoneyInput
status: DiscountStatus!
locale: String
BuyXGetYDiscount: BuyXGetYDiscountInput
schedule: DiscountScheduleInput
amountOff: AmountOffInput
}

Fields

DiscountInput.title ● String! non-null scalar

DiscountInput.customerBuys ● CustomerBuysInput input

DiscountInput.appliedOn ● DiscountAppliedOnType! non-null enum

DiscountInput.percentage ● Float scalar

DiscountInput.amount ● MoneyInput input

DiscountInput.status ● DiscountStatus! non-null enum

DiscountInput.locale ● String scalar

DiscountInput.BuyXGetYDiscount ● BuyXGetYDiscountInput input

DiscountInput.schedule ● DiscountScheduleInput input

DiscountInput.amountOff ● AmountOffInput input