@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
45 lines • 1.92 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 SoSPropertyEntityAttomAllEventDetailDataAvmChange
*/
export interface SoSPropertyEntityAttomAllEventDetailDataAvmChange {
/**
* AVM amount change
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmChange
*/
avmamountchange: number;
/**
* AVM percent change
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmChange
*/
avmpercentchange: number;
/**
* AVM last month value
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmChange
*/
avmlastmonthvalue: number;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataAvmChange interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataAvmChange(value: object): value is SoSPropertyEntityAttomAllEventDetailDataAvmChange;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmChangeFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmChange;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmChangeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataAvmChange;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmChangeToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmChange;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmChangeToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataAvmChange | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataAvmChange.d.ts.map