UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

45 lines 2.03 kB
/** * 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 SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket */ export interface SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket { /** * Market total value * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket */ mktttlvalue: number; /** * Market improvement value * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket */ mktimprvalue: number; /** * Market land value * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket */ mktlandvalue: number; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataAssessmentMarket(value: object): value is SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket; export declare function SoSPropertyEntityAttomAllEventDetailDataAssessmentMarketFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket; export declare function SoSPropertyEntityAttomAllEventDetailDataAssessmentMarketFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket; export declare function SoSPropertyEntityAttomAllEventDetailDataAssessmentMarketToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket; export declare function SoSPropertyEntityAttomAllEventDetailDataAssessmentMarketToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataAssessmentMarket.d.ts.map