LoyaltyDiscountLevel
Represents a single level in the loyalty discount progress, defining the threshold and discount amount for that tier.
Type Definition
type LoyaltyDiscountLevel {
threshold: Float!
discount: Float!
validUntil: String
}Fields
Relationships
LoyaltyDiscountLevel is a standalone type that defines individual tier levels within a loyalty program structure. It uses scalar types to represent numeric thresholds and discount values, along with an optional date string for validity windows.
Example
{
threshold
discount
validUntil
}Implements
This type does not implement any interfaces.
Related Types
- Float