The response associated with the getListingOffersBatch API call.

Export

GetListingOffersBatchResponse

interface GetListingOffersBatchResponse {
    responses?: ListingOffersResponse[];
}

Properties

Properties

responses?: ListingOffersResponse[]

A list of getListingOffers batched responses.

Memberof

GetListingOffersBatchResponse