fun list(firstResult: Int?, maxResults: Int?, like: String?, orderBy: BookingInfo.Fields?, orderDesc: Boolean?): List<BookingInfo>?
Returns list of bookings.
firstResult - when pagination starts or null
maxResults - amount of items per page or null
like - search string filter or null
orderBy - field to order by, possible values are "IDENTIFIER"
orderDesc - field to direction of ordering
Return
list of entities which exists on current seller or null if list of entities is not modified since version