@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.65 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 V4SourcePropertyRelationsUpdateRelationBody
*/
export interface V4SourcePropertyRelationsUpdateRelationBody {
/**
* The price of the property in the source
* @type {number}
* @memberof V4SourcePropertyRelationsUpdateRelationBody
*/
price?: number;
/**
*
* @type {string}
* @memberof V4SourcePropertyRelationsUpdateRelationBody
*/
mlsListingId?: string;
}
/**
* Check if a given object implements the V4SourcePropertyRelationsUpdateRelationBody interface.
*/
export declare function instanceOfV4SourcePropertyRelationsUpdateRelationBody(value: object): value is V4SourcePropertyRelationsUpdateRelationBody;
export declare function V4SourcePropertyRelationsUpdateRelationBodyFromJSON(json: any): V4SourcePropertyRelationsUpdateRelationBody;
export declare function V4SourcePropertyRelationsUpdateRelationBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4SourcePropertyRelationsUpdateRelationBody;
export declare function V4SourcePropertyRelationsUpdateRelationBodyToJSON(json: any): V4SourcePropertyRelationsUpdateRelationBody;
export declare function V4SourcePropertyRelationsUpdateRelationBodyToJSONTyped(value?: V4SourcePropertyRelationsUpdateRelationBody | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4SourcePropertyRelationsUpdateRelationBody.d.ts.map