@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
81 lines • 2.04 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 SoSCountyEntityBase
*/
export interface SoSCountyEntityBase {
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
cid: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
name?: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
attomNeighborhoodComunityData?: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
taxRate?: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
titleInsurancePercentage: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
titleInsuranceBuyerApportionment?: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
transferTaxPercentage: string;
/**
*
* @type {string}
* @memberof SoSCountyEntityBase
*/
transferTaxBuyerApportionment: string;
/**
*
* @type {number}
* @memberof SoSCountyEntityBase
*/
organizationId?: number;
}
/**
* Check if a given object implements the SoSCountyEntityBase interface.
*/
export declare function instanceOfSoSCountyEntityBase(value: object): value is SoSCountyEntityBase;
export declare function SoSCountyEntityBaseFromJSON(json: any): SoSCountyEntityBase;
export declare function SoSCountyEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSCountyEntityBase;
export declare function SoSCountyEntityBaseToJSON(json: any): SoSCountyEntityBase;
export declare function SoSCountyEntityBaseToJSONTyped(value?: SoSCountyEntityBase | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSCountyEntityBase.d.ts.map