UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

75 lines 2.63 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 SoSPropertyEntityAttomAllEventDetailDataSummary */ export interface SoSPropertyEntityAttomAllEventDetailDataSummary { /** * Legal description * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ legal1: string; /** * Property type * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ proptype: string; /** * Property class * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ propclass: string; /** * Absentee owner indicator * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ absenteeInd: string; /** * Property land use * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ propLandUse: string; /** * Property subtype * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ propsubtype: string; /** * Property type classification * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ propertyType: string; /** * Property indicator * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataSummary */ propIndicator: string; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataSummary interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataSummary(value: object): value is SoSPropertyEntityAttomAllEventDetailDataSummary; export declare function SoSPropertyEntityAttomAllEventDetailDataSummaryFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataSummary; export declare function SoSPropertyEntityAttomAllEventDetailDataSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataSummary; export declare function SoSPropertyEntityAttomAllEventDetailDataSummaryToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataSummary; export declare function SoSPropertyEntityAttomAllEventDetailDataSummaryToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataSummary | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataSummary.d.ts.map