@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
51 lines • 1.95 kB
TypeScript
/**
* API v4
* Swagger documentation for API v4
*
* The version of the OpenAPI document: 4.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
* @interface V4MlsListingUpdateMlsListingBody
*/
export interface V4MlsListingUpdateMlsListingBody {
/**
* Associated property ID (automatically matched for SimplyRETS listings)
* @type {string}
* @memberof V4MlsListingUpdateMlsListingBody
*/
propertyId?: string;
/**
* Timestamp when this listing was processed by a user. Automatically cleared when listing data is updated.
* @type {Date}
* @memberof V4MlsListingUpdateMlsListingBody
*/
processedAt?: string;
/**
* Cap rate from the associated property
* @type {number}
* @memberof V4MlsListingUpdateMlsListingBody
*/
propertyCapRate?: number;
/**
* Indicates if the listing is in a blacklisted zip code
* @type {boolean}
* @memberof V4MlsListingUpdateMlsListingBody
*/
isBlacklisted?: boolean;
}
/**
* Check if a given object implements the V4MlsListingUpdateMlsListingBody interface.
*/
export declare function instanceOfV4MlsListingUpdateMlsListingBody(value: object): value is V4MlsListingUpdateMlsListingBody;
export declare function V4MlsListingUpdateMlsListingBodyFromJSON(json: any): V4MlsListingUpdateMlsListingBody;
export declare function V4MlsListingUpdateMlsListingBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4MlsListingUpdateMlsListingBody;
export declare function V4MlsListingUpdateMlsListingBodyToJSON(json: any): V4MlsListingUpdateMlsListingBody;
export declare function V4MlsListingUpdateMlsListingBodyToJSONTyped(value?: V4MlsListingUpdateMlsListingBody | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4MlsListingUpdateMlsListingBody.d.ts.map