The list of segment information in which the offer is featured.

SegmentedFeaturedOfferAllOf

interface SegmentedFeaturedOfferAllOf {
    featuredOfferSegments: FeaturedOfferSegment[];
}

Properties

featuredOfferSegments: FeaturedOfferSegment[]

The list of segment information in which the offer is featured.

SegmentedFeaturedOfferAllOf