@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
57 lines • 2.16 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 SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
export interface SoSPropertyEntityAttomAllEventDetailDataAvmAmount {
/**
* Low AVM estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
low: number;
/**
* AVM score
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
scr: number;
/**
* High AVM estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
high: number;
/**
* AVM value
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
value: number;
/**
* AVM value range
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmAmount
*/
valueRange: number;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataAvmAmount interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataAvmAmount(value: object): value is SoSPropertyEntityAttomAllEventDetailDataAvmAmount;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmAmountFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmAmount;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmAmountFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataAvmAmount;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmAmountToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmAmount;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmAmountToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataAvmAmount | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataAvmAmount.d.ts.map