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 withsellerRelationToOwnerOtheronOfferInputto capture the free-text explanation (e.g., executor, trustee, family member with power of attorney).
enum SellerRelationToOwner { SELF AGENT AGENT_AND_OWNER OTHER}Definition
Section titled “Definition”enum SellerRelationToOwner { SELF AGENT AGENT_AND_OWNER OTHER}Values
Section titled “Values”| Value | Description |
|---|---|
SELF | — |
AGENT | — |
AGENT_AND_OWNER | — |
OTHER | — |