Request parameters for getFeaturedOfferExpectedPriceBatch operation in ProductPricingApi.

ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest

interface ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest {
    getFeaturedOfferExpectedPriceBatchRequestBody: GetFeaturedOfferExpectedPriceBatchRequest;
}

Properties

getFeaturedOfferExpectedPriceBatchRequestBody: GetFeaturedOfferExpectedPriceBatchRequest

The batch of `getFeaturedOfferExpectedPrice` requests.

ProductPricingApiGetFeaturedOfferExpectedPriceBatch