class HotelOfferSearch {
  constructor(client, offerId) {
    this.client = client;
    this.offerId = offerId;
  }