OfferDataWithPricing
Offer data with net proceeds (from Pricings) and display-oriented fields.
Definition
Section titled “Definition”type OfferDataWithPricing { netProceeds: Int sentAt: String expirationAt: String expirationAtDisplayDate: String mortgageBalance: Int sellerName: String sellerEmail: String headlinePriceCents: Int! opendoorFeeCents: Int! repairCostCents: Int! closingCostsCents: Int!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
netProceeds | Int | Net proceeds in cents from Pricings GetPricing (sell_direct.net_proceeds). |
sentAt | String | — |
expirationAt | String | Expiration timestamp (ISO). |
expirationAtDisplayDate | String | Display date for expiration (yyyy-mm-dd). |
mortgageBalance | Int | Mortgage balance from seller input answers (experimental key: home.mortgage_balance). |
sellerName | String | — |
sellerEmail | String | — |
headlinePriceCents | Int! | Headline offer price in cents (SellDirectPricing.headline_price). |
opendoorFeeCents | Int! | Opendoor service fee in cents (SellDirectPricing.internal_fee). |
repairCostCents | Int! | Seller credit addendum in cents (SellDirectPricing.seller_credit_addendum). |
closingCostsCents | Int! | Projected closing costs in cents (SellDirectPricing.projected_closing_costs). |