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

This object is associated with a SupplyChain object as an array of nodes. These nodes define the identity of
an entity participating in the supply chain of a bid request. Detailed implementation examples can be found
here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md. The
SupplyChainNode object contains the following attributes:

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.SupplyChainNode{
  asi: term(),
  domain: term(),
  ext: term(),
  hp: term(),
  name: term(),
  rid: term(),
  sid: term()
}
```

# `changeset`

---

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