UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

57 lines 2.12 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 SoSPropertyEntityAttomAllEventDetailDataArea */ export interface SoSPropertyEntityAttomAllEventDetailDataArea { /** * Municipality code * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataArea */ muncode: string; /** * Municipality name * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataArea */ munname: string; /** * Subdivision name * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataArea */ subdname: string; /** * County use classification * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataArea */ countyuse1: string; /** * Country secondary subdivision * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataArea */ countrysecsubd: string; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataArea interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataArea(value: object): value is SoSPropertyEntityAttomAllEventDetailDataArea; export declare function SoSPropertyEntityAttomAllEventDetailDataAreaFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataArea; export declare function SoSPropertyEntityAttomAllEventDetailDataAreaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataArea; export declare function SoSPropertyEntityAttomAllEventDetailDataAreaToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataArea; export declare function SoSPropertyEntityAttomAllEventDetailDataAreaToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataArea | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataArea.d.ts.map