The response schema for the listOffers operation.

ListOffersResponse

interface ListOffersResponse {
    offers?: ListOffersResponseOffer[];
    pagination?: PaginationResponse;
}

Properties

Properties

A list of offers.

ListOffersResponse

pagination?: PaginationResponse

ListOffersResponse