Skip to main content

TenderItemIncentive

Incentive or discount applied to a specific tender item.

Represents promotional offers, discounts, or special incentives that reduce the cost of individual items within the tender. Contains details about the incentive type, value, and application rules.

type TenderItemIncentive {
name: String
quantity: Int!
price: Float!
code: OrderItemIncentiveCode!
}

Fields

TenderItemIncentive.name ● String scalar

Display name of the incentive or promotional offer.

Human-readable description of the discount or incentive being applied to the item.

TenderItemIncentive.quantity ● Int! non-null scalar

Quantity of items affected by this incentive.

Number of units to which this incentive applies. May be less than the total item quantity for partial discounts.

TenderItemIncentive.price ● Float! non-null scalar

Price reduction amount per unit from this incentive.

The monetary value of the discount applied per unit. Negative values indicate price reductions.

TenderItemIncentive.code ● OrderItemIncentiveCode! non-null enum

Classification code for the type of incentive applied.

Identifies the specific type of promotional offer or discount mechanism being used.

Member Of

ITenderBaseItem interface ● TenderBaseItem object ● TenderMainItem object