/** * mFangDai * mFangDai web API. * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export type PropertyPurchaseSituation = 'Signed a Purchase Contract' | 'Offer Pending' | 'Actively Searching' | 'Buy in 2-6 Months'; export const PropertyPurchaseSituation = { SignedAPurchaseContract: 'Signed a Purchase Contract' as PropertyPurchaseSituation, OfferPending: 'Offer Pending' as PropertyPurchaseSituation, ActivelySearching: 'Actively Searching' as PropertyPurchaseSituation, BuyIn26Months: 'Buy in 2-6 Months' as PropertyPurchaseSituation };