Skip to content

SellerRelationToOwner

The SellerRelationToOwner enum includes the set of possible relations of the selling party to the owner of the home.

  • SELF — the seller owns the home.
  • AGENT — the seller is an agent representing the owner.
  • AGENT_AND_OWNER — the seller is an agent who also owns the home.
  • OTHER — none of the above. When this is used, pair with sellerRelationToOwnerOther on OfferInput to capture the free-text explanation (e.g., executor, trustee, family member with power of attorney).
enum SellerRelationToOwner {
SELF
AGENT
AGENT_AND_OWNER
OTHER
}
enum SellerRelationToOwner {
SELF
AGENT
AGENT_AND_OWNER
OTHER
}
ValueDescription
SELF
AGENT
AGENT_AND_OWNER
OTHER