UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

51 lines 2.08 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 SoSPropertyEntityAttomAllEventDetailDataIdentifier */ export interface SoSPropertyEntityAttomAllEventDetailDataIdentifier { /** * Property identifier * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataIdentifier */ Id: number; /** * Assessor parcel number * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataIdentifier */ apn: string; /** * Federal Information Processing Standards code * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataIdentifier */ fips: string; /** * ATTOM property identifier * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataIdentifier */ attomId: number; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataIdentifier interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataIdentifier(value: object): value is SoSPropertyEntityAttomAllEventDetailDataIdentifier; export declare function SoSPropertyEntityAttomAllEventDetailDataIdentifierFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataIdentifier; export declare function SoSPropertyEntityAttomAllEventDetailDataIdentifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataIdentifier; export declare function SoSPropertyEntityAttomAllEventDetailDataIdentifierToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataIdentifier; export declare function SoSPropertyEntityAttomAllEventDetailDataIdentifierToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataIdentifier | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataIdentifier.d.ts.map