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

This object is composed of a set of nodes where each node represents a specific entity that participates in
the transacting of inventory. The entire chain of nodes from beginning to end represents all entities who
are involved in the direct flow of payment for inventory. Detailed implementation examples can be found
here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.SupplyChain{
  complete: term(),
  ext: term(),
  nodes: term(),
  ver: term()
}
```

# `changeset`

---

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