@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
63 lines • 2.53 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 SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
export interface SoSPropertyEntityAttomAllEventDetailDataAvmCondition {
/**
* AVM good condition low estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmgoodlow: number;
/**
* AVM poor condition low estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmpoorlow: number;
/**
* AVM good condition high estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmgoodhigh: number;
/**
* AVM poor condition high estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmpoorhigh: number;
/**
* AVM excellent condition low estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmexcellentlow: number;
/**
* AVM excellent condition high estimate
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCondition
*/
avmexcellenthigh: number;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataAvmCondition interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataAvmCondition(value: object): value is SoSPropertyEntityAttomAllEventDetailDataAvmCondition;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmConditionFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmCondition;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmConditionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataAvmCondition;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmConditionToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmCondition;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmConditionToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataAvmCondition | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataAvmCondition.d.ts.map