SellerOffer
The SellerOffer object is our full representation of a direct sell offer.
Definition
Section titled “Definition”type SellerOffer { id: ID! totalValue: Float! feeValue: Float! createdAt: DateTime sentAt: DateTime receivedAt: DateTime viewedAt: DateTime updatedAt: DateTime expiredAt: DateTime withdrawnAt: DateTime acceptedAt: DateTime enteredContractAt: DateTime contingenciesReleasedAt: DateTime virtualAssessmentCompletedAt: DateTime @deprecated closedAt: DateTime}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id | ID! | The offer’s unique identifier field |
totalValue | Float! | The total value of the offer Opendoor made on this home. |
feeValue | Float! | The value of the fee Opendoor charged on this offer. |
createdAt | DateTime | The date and time this offer was created. |
sentAt | DateTime | The date and time this offer was sent to the customer. |
receivedAt | DateTime | The date and time that the customer receieved the offer. |
viewedAt | DateTime | The date and time that the customer first viewed the offer. |
updatedAt | DateTime | The date and time this offer was last updated. |
expiredAt | DateTime | The date and time this offer expired. |
withdrawnAt | DateTime | The date and time this offer was withdrawn by Opendoor. |
acceptedAt | DateTime | The date and time this offer was accepeted by the customer. |
enteredContractAt | DateTime | The date and time that the customer entered contract with Opendoor on this offer. |
contingenciesReleasedAt | DateTime | The date and time that contingincies were released. |
virtualAssessmentCompletedAt *(deprecated)* | DateTime | The date the customer completed a virtual assessment of the property. Deprecated. |
closedAt | DateTime | The date and time that the deal closed and Opendoor took ownership of the home. |