@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
45 lines • 2.01 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 SoSPropertyEntityAttomAllEventDetailDataAvmCalculations
*/
export interface SoSPropertyEntityAttomAllEventDetailDataAvmCalculations {
/**
* Tax amount ratio
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCalculations
*/
ratioTaxAmt: number;
/**
* Tax value ratio
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCalculations
*/
ratioTaxValue: number;
/**
* Range percentage of value
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataAvmCalculations
*/
rangePctOfValue: number;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataAvmCalculations interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataAvmCalculations(value: object): value is SoSPropertyEntityAttomAllEventDetailDataAvmCalculations;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmCalculationsFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmCalculations;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmCalculationsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataAvmCalculations;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmCalculationsToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataAvmCalculations;
export declare function SoSPropertyEntityAttomAllEventDetailDataAvmCalculationsToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataAvmCalculations | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataAvmCalculations.d.ts.map