The response schema for the getFeaturedOfferExpectedPriceBatch operation.

GetFeaturedOfferExpectedPriceBatchResponse

interface GetFeaturedOfferExpectedPriceBatchResponse {
    responses?: FeaturedOfferExpectedPriceResponse[];
}

Properties

Properties

A batched list of FOEP responses.

GetFeaturedOfferExpectedPriceBatchResponse