# `OpenRtbEcto.V2.BidResponse.SeatBid`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/bid_response/seat_bid.ex#L1)

A bid response can contain multiple SeatBid objects, each on behalf of a different bidder seat and
each containing one or more individual bids. If multiple impressions are presented in the request,
the group attribute can be used to specify if a seat is willing to accept any impressions that it
can win (default) or if it is only interested in winning any if it can win them all as a group.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidResponse.SeatBid{
  bid: term(),
  ext: term(),
  group: term(),
  seat: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
