# `OpenRtbEcto.V2.BidRequest.Pmp`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/bid_request/pmp.ex#L1)

This object is the private marketplace container for direct deals between buyers and sellers that
may pertain to this impression. The actual deals are represented as a collection of Deal objects.
Refer to Section 7.3 for more details.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.Pmp{
  deals: term(),
  ext: term(),
  private_auction: term()
}
```

# `changeset`

---

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